ro-webgl/Assets/Lua/Config/RechargeGiftCfg.lua
2026-02-25 12:37:37 +08:00

113 lines
2.1 KiB
Lua

local RechargeGiftCfg = {
[1]={
['Id']=1,
['Platform']=0,
['Title']='充值礼包1',
['Desp']='这是充值礼包1',
['CurrencyType']='¥',
['Price']='1',
['goodsId']='rechargeGift1',
['Items']={{696,1}},
['Condition']={{1,20001}},
},
[2]={
['Id']=2,
['Platform']=0,
['Title']='充值礼包2',
['Desp']='这是充值礼包2',
['CurrencyType']='¥',
['Price']='2',
['goodsId']='rechargeGift2',
['Items']={{696,2}},
['Condition']={{1,30001}},
},
[3]={
['Id']=3,
['Platform']=0,
['Title']='充值礼包3',
['Desp']='这是充值礼包3',
['CurrencyType']='¥',
['Price']='3',
['goodsId']='rechargeGift3',
['Items']={{696,3}},
['Condition']={{1,40001}},
},
[4]={
['Id']=4,
['Platform']=0,
['Title']='充值礼包4',
['Desp']='这是充值礼包4',
['CurrencyType']='¥',
['Price']='4',
['goodsId']='rechargeGift4',
['Items']={{696,4}},
['Condition']={{1,50001}},
},
[5]={
['Id']=5,
['Platform']=0,
['Title']='充值礼包5',
['Desp']='这是充值礼包5',
['CurrencyType']='¥',
['Price']='5',
['goodsId']='rechargeGift5',
['Items']={{696,5}},
['Condition']={{1,60001}},
},
[6]={
['Id']=6,
['Platform']=0,
['Title']='充值礼包6',
['Desp']='这是充值礼包6',
['CurrencyType']='¥',
['Price']='6',
['goodsId']='rechargeGift6',
['Items']={{696,6}},
['Condition']={{1,70001}},
},
[7]={
['Id']=7,
['Platform']=0,
['Title']='充值礼包7',
['Desp']='这是充值礼包7',
['CurrencyType']='¥',
['Price']='7',
['goodsId']='rechargeGift7',
['Items']={{696,7}},
['Condition']={{1,80001}},
},
[8]={
['Id']=8,
['Platform']=0,
['Title']='充值礼包8',
['Desp']='这是充值礼包8',
['CurrencyType']='¥',
['Price']='8',
['goodsId']='rechargeGift8',
['Items']={{696,8}},
['Condition']={{1,90001}},
},
[9]={
['Id']=9,
['Platform']=0,
['Title']='充值礼包9',
['Desp']='这是充值礼包9',
['CurrencyType']='¥',
['Price']='9',
['goodsId']='rechargeGift9',
['Items']={{696,9}},
['Condition']={{1,100001}},
},
[10]={
['Id']=10,
['Platform']=0,
['Title']='充值礼包10',
['Desp']='这是充值礼包10',
['CurrencyType']='¥',
['Price']='10',
['goodsId']='rechargeGift10',
['Items']={{696,10}},
['Condition']={{1,110001}},
},
}
return RechargeGiftCfg