ro-webgl/Assets/Lua/Config/QuickBattleCostCfg.lua
2021-12-21 09:40:39 +08:00

53 lines
596 B
Lua

local QuickBattleCostCfg = {
[1]={
['ID']=1,
['Cost']=0,
['CostType']=2,
},
[2]={
['ID']=2,
['Cost']=50,
['CostType']=2,
},
[3]={
['ID']=3,
['Cost']=80,
['CostType']=2,
},
[4]={
['ID']=4,
['Cost']=120,
['CostType']=2,
},
[5]={
['ID']=5,
['Cost']=160,
['CostType']=2,
},
[6]={
['ID']=6,
['Cost']=200,
['CostType']=2,
},
[7]={
['ID']=7,
['Cost']=250,
['CostType']=2,
},
[8]={
['ID']=8,
['Cost']=250,
['CostType']=2,
},
[9]={
['ID']=9,
['Cost']=250,
['CostType']=2,
},
[10]={
['ID']=10,
['Cost']=250,
['CostType']=2,
},
}
return QuickBattleCostCfg