-----------------------------------------------------------------------
-- 免费抽奖configuration
-----------------------------------------------------------------------
local config = {
-- 免费抽奖系统开关
["Enable"] = true,
-- 奖池累积上限
["PoolMax"] = 200000 * 10000,
--奖金鱼收益进入奖池比例
["FishEarnPercent"] = 0.1,
--客户端限制
["ClientLimitMap"] = {
--[奖池id] = 开启场次
[1] = 1,
[2] = 2,
[3] = 2,
[4] = 3,
[5] = 3,
[6] = 4
},
-- 鱼雷
["Torpedo"] = {
-- 奖金计算公式(注:修改时请确保公式平衡MinRatio * nBet + for :n {ratio * nBet * (1 + (-1.0, 1.0))})
-- 最小系数, 最大系数, 随机次数, 单次随机倍率, 单次随机数范围
["Formula"] = {minMulti = 0.8, maxMulti = 1.2, randTimes = 20, eachMulti = 0.01, left = -1.0, right = 1.0},
-- 高等级弹头
["HigherTorpedo"] = {602, 603}
},
-- 抽奖档次
["AwardLevelMap"] = {
[1]={
--["Name"] = "普通抽奖",
["Name"] = "Undian Biasa",
-- 最大积累值
["Max"] = 1000,
--场限制
["ArenaLimit"] = {1, 2, 3, 4, 5},
-- 奖品列表
["GoodsMap"] = {
{
["Index"] = 1,
["PropId"] = 100,
["Count"] = 500,
--["Name"] = "500金币",
["Name"] = "500Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 1000
},
{
["Index"] = 2,
["PropId"] = 100,
["Count"] = 2400,
--["Name"] = "2,400金币",
["Name"] = "2,400Chips",
["ImagePath"] = "special_item_11.png",
["Share"] = 500
},
{
["Index"] = 3,
["PropId"] = 100,
["Count"] = 2000,
--["Name"] = "2,000金币",
["Name"] = "2,000Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 900
},
{
["Index"] = 4,
["PropId"] = 100,
["Count"] = 1800,
--["Name"] = "1,800金币",
["Name"] = "1,800Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 1300
},
{
["Index"] = 5,
["PropId"] = 100,
["Count"] = 1200,
--["Name"] = "1,200金币",
["Name"] = "1,200Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 2900
},
{
["Index"] = 6,
-- 物品ID
["PropId"] = 100,
-- 物品数量
["Count"] = 200,
-- 客户端显示
--["Name"] = "200金币",
["Name"] = "200Chips",
["ImagePath"] = "special_item_9.png",
--权重 n%(相加10000)
["Share"] = 3400
}
}
},
[2]={
--["Name"] = "青铜抽奖",
["Name"] = "Undian Perunggu",
["Max"] = 1 * 10000,
["ArenaLimit"] = {2, 3, 4, 5},
["GoodsMap"] = {
{
["Index"] = 1,
["PropId"] = 100,
["Count"] = 5000,
--["Name"] = "5,000金币",
["Name"] = "5,000Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 1400
},
{
["Index"] = 2,
["PropId"] = 600,
["Count"] = 1,
--["Name"] = "青铜火箭炮×1",
["Name"] = "Turret Roket Perunggu×1",
["ImagePath"] = "special_item_5.png",
["Share"] = 700
},
{
["Index"] = 3,
["PropId"] = 100,
["Count"] = 24000,
--["Name"] = "24,000金币",
["Name"] = "24,000Chips",
["ImagePath"] = "special_item_11.png",
["Share"] = 500
},
{
["Index"] = 4,
["PropId"] = 100,
["Count"] = 20000,
--["Name"] = "20,000金币",
["Name"] = "20,000Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 500
},
{
["Index"] = 5,
["PropId"] = 100,
["Count"] = 14000,
--["Name"] = "14,000金币",
["Name"] = "14,000Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 3300
},
{
["Index"] = 6,
["PropId"] = 100,
["Count"] = 3000,
--["Name"] = "3,000金币",
["Name"] = "3,000Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 3600
}
}
},
[3]={
--["Name"] = "白银抽奖",
["Name"] = "Undian Perak",
["Max"] = 5 * 10000,
["ArenaLimit"] = {2, 3, 4, 5},
["GoodsMap"] = {
{
["Index"] = 1,
["PropId"] = 100,
["Count"] = 25000,
--["Name"] = "25,000金币",
["Name"] = "25,000Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 2800
},
{
["Index"] = 2,
["PropId"] = 601,
["Count"] = 1,
--["Name"] = "白银火箭炮×1",
["Name"] = "Turret Roket Perak×1",
["ImagePath"] = "special_item_6.png",
["Share"] = 400
},
{
["Index"] = 3,
["PropId"] = 100,
["Count"] = 12 * 10000,
--["Name"] = "120,000金币",
["Name"] = "120,000Chips",
["ImagePath"] = "special_item_11.png",
["Share"] = 800
},
{
["Index"] = 4,
["PropId"] = 100,
["Count"] = 9 * 10000,
--["Name"] = "90,000金币",
["Name"] = "90,000Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 1200
},
{
["Index"] = 5,
["PropId"] = 100,
["Count"] = 7 * 10000,
--["Name"] = "70,000金币",
["Name"] = "70,000Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 1800
},
{
["Index"] = 6,
["PropId"] = 600,
["Count"] = 1,
--["Name"] = "青铜火箭炮×1",
["Name"] = "Turret Roket Perunggu×1",
["ImagePath"] = "special_item_5.png",
["Share"] = 3000
}
}
},
[4]={
--["Name"] = "黄金抽奖",
["Name"] = "Undian Emas",
["Max"] = 20 * 10000,
["ArenaLimit"] = {3, 4, 5},
["GoodsMap"] = {
{
["Index"] = 1,
["PropId"] = 601,
["Count"] = 1,
--["Name"] = "白银火箭炮×1",
["Name"] = "Turret Roket Perak×1",
["ImagePath"] = "special_item_6.png",
["Share"] = 1400
},
{
["Index"] = 2,
["PropId"] = 602,
["Count"] = 1,
--["Name"] = "黄金火箭炮×1",
["Name"] = "Turret Roket Emas×1",
["ImagePath"] = "special_item_7.png",
["Share"] = 400
},
{
["Index"] = 3,
["PropId"] = 601,
["Count"] = 3,
--["Name"] = "白银火箭炮×3",
["Name"] = "Turret Roket Perak×3",
["ImagePath"] = "special_item_6.png",
["Share"] = 1900
},
{
["Index"] = 4,
["PropId"] = 100,
["Count"] = 50 * 10000,
--["Name"] = "500,000金币",
["Name"] = "500,000Chips",
["ImagePath"] = "special_item_11.png",
["Share"] = 300
},
{
["Index"] = 5,
["PropId"] = 100,
["Count"] = 28 * 10000,
--["Name"] = "280,000金币",
["Name"] = "280,000Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 2300
},
{
["Index"] = 6,
["PropId"] = 100,
["Count"] = 8 * 10000,
--["Name"] = "80,000金币",
["Name"] = "80,000Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 3700
}
}
},
[5]={
--["Name"] = "铂金抽奖",
["Name"] = "Undian Platinum",
["Max"] = 100 * 10000,
["ArenaLimit"] = {3, 4, 5},
["GoodsMap"] = {
{
["Index"] = 1,
["PropId"] = 602,
["Count"] = 1,
--["Name"] = "黄金火箭炮×1",
["Name"] = "Turret Roket Emas×1",
["ImagePath"] = "special_item_7.png",
["Share"] = 1200
},
{
["Index"] = 2,
["PropId"] = 602,
["Count"] = 2,
--["Name"] = "黄金火箭炮×2",
["Name"] = "Turret Roket Emas×2",
["ImagePath"] = "special_item_7.png",
["Share"] = 3000
},
{
["Index"] = 3,
["PropId"] = 602,
["Count"] = 4,
--["Name"] = "黄金火箭炮×4",
["Name"] = "Turret Roket Emas×4",
["ImagePath"] = "special_item_7.png",
["Share"] = 900
},
{
["Index"] = 4,
["PropId"] = 100,
["Count"] = 260 * 10000,
--["Name"] = "2,600,000金币",
["Name"] = "2,600,000Chips",
["ImagePath"] = "special_item_11.png",
["Share"] = 600
},
{
["Index"] = 5,
["PropId"] = 100,
["Count"] = 150 * 10000,
--["Name"] = "1,500,000金币",
["Name"] = "1,500,000Chips",
["ImagePath"] = "special_item_10.png",
["Share"] = 1200
},
{
["Index"] = 6,
["PropId"] = 100,
["Count"] = 40 * 10000,
--["Name"] = "400,000金币",
["Name"] = "400,000Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 3100
}
}
},
[6]={
--["Name"] = "至尊抽奖",
["Name"] = "Undian Tertinggi",
["Max"] = 500 * 10000,
["ArenaLimit"] = {4, 5},
["GoodsMap"] = {
{
["Index"] = 1,
["PropId"] = 603,
["Count"] = 1,
--["Name"] = "铂金火箭炮×1",
["Name"] = "Turret Roket Platinum×1",
["ImagePath"] = "special_item_8.png",
["Share"] = 2200
},
{
["Index"] = 2,
["PropId"] = 603,
["Count"] = 2,
--["Name"] = "铂金火箭炮×2",
["Name"] = "Turret Roket Platinum×2",
["ImagePath"] = "special_item_8.png",
["Share"] = 1900
},
{
["Index"] = 3,
["PropId"] = 603,
["Count"] = 4,
--["Name"] = "铂金火箭炮×4",
["Name"] = "Turret Roket Platinum×4",
["ImagePath"] = "special_item_8.png",
["Share"] = 1100
},
{
["Index"] = 4,
["PropId"] = 100,
["Count"] = 1500 * 10000,
--["Name"] = "15,000,000金币",
["Name"] = "15,000,000Chips",
["ImagePath"] = "special_item_11.png",
["Share"] = 600
},
{
["Index"] = 5,
["PropId"] = 100,
["Count"] = 800 * 10000,
--["Name"] = "8,000,000金币",
["Name"] = "8,000,000",
["ImagePath"] = "special_item_10.png",
["Share"] = 1100
},
{
["Index"] = 6,
["PropId"] = 100,
["Count"] = 200 * 10000,
--["Name"] = "2,000,000金币",
["Name"] = "2,000,000Chips",
["ImagePath"] = "special_item_9.png",
["Share"] = 3100
}
}
}
}
}
function GetUserPoolConf()
return config
end