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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user