123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- local root = {
- {
- lConfigId = 1,
- level = 1,
- goldDeposit = 50,
- itemCost = {{id=101,count=75},{id=401,count=25},{id=402,count=25},{id=403,count=25},{id=404,count=25}}
- },
- {
- lConfigId = 1,
- level = 2,
- goldDeposit = 75,
- itemCost = {{id=101,count=100},{id=401,count=50},{id=402,count=50},{id=403,count=50},{id=404,count=50}}
- },
- {
- lConfigId = 1,
- level = 3,
- goldDeposit = 100,
- itemCost = {{id=101,count=125},{id=401,count=100},{id=402,count=100},{id=403,count=100},{id=404,count=100}}
- },
- {
- lConfigId = 1,
- level = 4,
- goldDeposit = 125,
- itemCost = {{id=101,count=225},{id=401,count=125},{id=402,count=125},{id=403,count=125},{id=404,count=125}}
- },
- {
- lConfigId = 1,
- level = 5,
- goldDeposit = 150,
- itemCost = {{id=101,count=260},{id=401,count=150},{id=402,count=150},{id=403,count=150},{id=404,count=150}}
- },
- {
- lConfigId = 1,
- level = 6,
- goldDeposit = 175,
- itemCost = {{id=101,count=300},{id=401,count=200},{id=402,count=200},{id=403,count=200},{id=404,count=200}}
- },
- {
- lConfigId = 1,
- level = 7,
- goldDeposit = 200,
- itemCost = {{id=101,count=350},{id=401,count=250},{id=402,count=250},{id=403,count=250},{id=404,count=250}}
- },
- {
- lConfigId = 1,
- level = 8,
- goldDeposit = 225,
- itemCost = {{id=101,count=500},{id=401,count=300},{id=402,count=300},{id=403,count=300},{id=404,count=300}}
- },
- {
- lConfigId = 1,
- level = 9,
- goldDeposit = 250,
- itemCost = {{id=101,count=600},{id=401,count=350},{id=402,count=350},{id=403,count=350},{id=404,count=350}}
- },
- {
- lConfigId = 1,
- level = 10,
- goldDeposit = 300,
- itemCost = {{id=101,count=1500},{id=401,count=550},{id=402,count=550},{id=403,count=550},{id=404,count=550}}
- },
- {
- lConfigId = 1,
- level = 11,
- goldDeposit = 500,
- itemCost = {{id=101,count=2800},{id=401,count=1000},{id=402,count=1000},{id=403,count=1000},{id=404,count=1000}}
- },
- {
- lConfigId = 1,
- level = 12,
- goldDeposit = 700,
- itemCost = {{id=101,count=4000},{id=401,count=1200},{id=402,count=1200},{id=403,count=1200},{id=404,count=1200}}
- },
- {
- lConfigId = 1,
- level = 13,
- goldDeposit = 1000,
- itemCost = {{id=101,count=9100},{id=401,count=1400},{id=402,count=1400},{id=403,count=1400},{id=404,count=1400}}
- },
- {
- lConfigId = 1,
- level = 14,
- goldDeposit = 1300,
- itemCost = {{id=101,count=11200},{id=401,count=1600},{id=402,count=1600},{id=403,count=1600},{id=404,count=1600}}
- },
- {
- lConfigId = 1,
- level = 15,
- goldDeposit = 1600,
- itemCost = {{id=101,count=14000},{id=401,count=1900},{id=402,count=1900},{id=403,count=1900},{id=404,count=1900}}
- },
- {
- lConfigId = 1,
- level = 16,
- goldDeposit = 2000,
- itemCost = {{id=101,count=17000},{id=401,count=2200},{id=402,count=2200},{id=403,count=2200},{id=404,count=2200}}
- },
- {
- lConfigId = 1,
- level = 17,
- goldDeposit = 2400,
- itemCost = {{id=101,count=20000},{id=401,count=2700},{id=402,count=2700},{id=403,count=2700},{id=404,count=2700}}
- },
- {
- lConfigId = 1,
- level = 18,
- goldDeposit = 3000,
- itemCost = {{id=101,count=24000},{id=401,count=3200},{id=402,count=3200},{id=403,count=3200},{id=404,count=3200}}
- },
- {
- lConfigId = 1,
- level = 19,
- goldDeposit = 3600,
- itemCost = {{id=101,count=30000},{id=401,count=4000},{id=402,count=4000},{id=403,count=4000},{id=404,count=4000}}
- },
- {
- lConfigId = 1,
- level = 20,
- goldDeposit = 4200,
- itemCost = {{id=101,count=36000},{id=401,count=4800},{id=402,count=4800},{id=403,count=4800},{id=404,count=4800}}
- },
- {
- lConfigId = 1,
- level = 21,
- goldDeposit = 5000,
- itemCost = {{id=101,count=47250},{id=401,count=5700},{id=402,count=5700},{id=403,count=5700},{id=404,count=5700}}
- },
- {
- lConfigId = 1,
- level = 22,
- goldDeposit = 5800,
- itemCost = {{id=101,count=58000},{id=401,count=6000},{id=402,count=6000},{id=403,count=6000},{id=404,count=6000}}
- },
- {
- lConfigId = 1,
- level = 23,
- goldDeposit = 7000,
- itemCost = {{id=101,count=100000},{id=401,count=6000},{id=402,count=6000},{id=403,count=6000},{id=404,count=6000}}
- }
- }
- return root
|