cehua_lgq
2018-12-06 b54885b276f5e51a9630fc2e9a6d12d3da9ccd10
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
   ]
)