cehua_lgq
2018-11-30 c459377e8cb01eb15ae1d053a9a3cedb51a5728f
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMonsterTag/UpgradeMonsterTagLab.txt
New file
@@ -0,0 +1,12 @@
# 图鉴馆升级配置
# [升级需要经验公式, 图鉴给予经验公式, 图鉴等级附加属性万分率, 最高等级]
# 参数:图鉴等级(labLV);卡片等级(curTagLV);物品等级(itemLV)
(
   [
      "pow(labLV,3)*20",
      "int(itemLV*(curTagLV-min((curTagLV-1)*0.5,1)))",
      "(labLV-1)*200",
      40
   ]
)