Update - 1.4.0.73

EN: 1.4.0.73
CN: 1.4.0.74
JP: 1.4.0.77
KR: 1.4.0.80
This commit is contained in:
SL1900
2025-12-25 19:00:00 +09:00
parent 5f417fbe9d
commit 35c8d87e86
1183 changed files with 893278 additions and 92778 deletions
+1 -4
View File
@@ -82,11 +82,8 @@ function MonsterTipsCtrl:RefreshMonsterInfo(nMonsterId)
end
NovaAPI.SetTMPText(self._mapNode.txtName, monsterManual.Name)
NovaAPI.SetTMPText(self._mapNode.TMP_monsterInfo, monsterManual.Desc)
local eets = {
monsterAdjust.EET
}
self:RefreshElement(self._mapNode.goPropertyList[1], monsterAdjust.WeakEET, 1)
self:RefreshElement(self._mapNode.goPropertyList[2], eets, 2)
self:RefreshElement(self._mapNode.goPropertyList[2], monsterAdjust.ResistEET, 2)
if monsterData.EpicLv ~= GameEnum.monsterEpicType.NORMAL then
self._mapNode.goMonsterType:SetActive(true)
self._mapNode.goBoss:SetActive(monsterData.EpicLv == GameEnum.monsterEpicType.LORD)