Files
chuanqi-server/server/s1/LogicServer/data/config/item/BagConfig.txt
aixianling 06658f112f init
2024-12-13 13:41:02 +08:00

52 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--D-道具表配置.xlsx 包裹配置
BagConfig={
default = 56,
max = 56,
smith1 = 1,
smith2 = 5,
smith3 = 15,
DepotGridPrice = 300,
DepotPageGridNum = 42,
DepotInitGridNum = 24,
DepotPageNum = 2,
growPrice = {
--default作为通用的默认的价格配置表
--如果各个运营商自己的价格配置不同则在后面以运营商id做名称进行配置
--配置为金钱类型和金钱数值的配置
--[[
mtBindCoin =0, //绑定银两
mtCoin=1, //银两
mtBindYuanbao =2, //绑定元宝
mtYuanbao=3, //元宝
--]]
--配置方法是金钱的类型和每增加一格的递增金钱价格,背包扩展符递增数量
default = { 0, 50000, 1 },
--omg运营商的价格配置
--为了避免数字开通读取错误这里运营商前面必须加_不然无法识别
--[[ _91w = { 3, 100, 1 },
_wyi = { 3, 100, 1 },
_915 = { 3, 100, 1 },
]]--
},
OpenGridTimes = {
10, 15, 20, 25, 30, 35, 40,
50, 60, 70, 80, 90, 100, 110,
150, 165, 180, 195, 210, 225, 240,
340, 360, 380, 400, 420, 440, 460,
650, 675, 700, 725, 750, 775, 800,
1110, 1140, 1170, 1200, 1230, 1260, 1290,
1750, 1785, 1820, 1855, 1890, 1925, 1960,
},
OpenGridGiveExp = {
100000, 150000, 200000, 250000, 300000, 350000, 400000,
500000, 600000, 700000, 800000, 900000, 1000000, 1100000,
1500000, 1650000, 1800000, 1950000, 2100000, 2250000, 2400000,
3400000, 3600000, 3800000, 4000000, 4200000, 4400000, 4600000,
6500000, 6750000, 7000000, 7250000, 7500000, 7750000, 8000000,
11100000, 11400000, 11700000, 12000000, 12300000, 12600000, 12900000,
17500000, 17850000, 18200000, 18550000, 18900000, 19250000, 19600000,
},
}