[1.0.4] Prox's Lucky Halfling Foot not applying debuff.
Posted: Wed May 29, 2013 1:36 am
This artifact when is worn by halfling has a special function but is not working 100% properly.
On boss-artifacts.lua:
1347 self:specialWearAdd({"wielder","inc_stats"}, { [Stats.STAT_LCK] = -10}) -- Overcomes the +5 Bonus and adds a -5 penalty
1348 self:specialWearAdd({"wielder","combat_physicalsave"}, -5)
1349 self:specialWearAdd({"wielder","combat_mentalsave"}, -5)
1350 self:specialWearAdd({"wielder","combat_spellsave"}, -5)
combat_physicalsave should be combat_physresist
combat_mentalsave should be combat_mentalresist
combat_spellsave should be combat_spellresist.
On boss-artifacts.lua:
1347 self:specialWearAdd({"wielder","inc_stats"}, { [Stats.STAT_LCK] = -10}) -- Overcomes the +5 Bonus and adds a -5 penalty
1348 self:specialWearAdd({"wielder","combat_physicalsave"}, -5)
1349 self:specialWearAdd({"wielder","combat_mentalsave"}, -5)
1350 self:specialWearAdd({"wielder","combat_spellsave"}, -5)
combat_physicalsave should be combat_physresist
combat_mentalsave should be combat_mentalresist
combat_spellsave should be combat_spellresist.