Skip to content
Snippets Groups Projects
Commit a4fb0c5f authored by dg's avatar dg
Browse files

Summertide phial does not grant arcane stuff anymore

git-svn-id: http://svn.net-core.org/repos/t-engine4@5450 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5ab66720
No related branches found
No related tags found
No related merge requests found
......@@ -423,19 +423,9 @@ newEntity{ base = "BASE_LITE",
wielder = {
lite = 4,
healing_factor = 0.1,
talent_cd_reduction= {
[Talents.T_HEALING_LIGHT] = 1,
[Talents.T_BATHE_IN_LIGHT] = 1,
[Talents.T_BARRIER] = 2,
[Talents.T_PROVIDENCE] = 5,
},
inc_damage = {[DamageType.LIGHT]=10},
resists = {[DamageType.LIGHT]=30},
},
on_wear = function(self, who)
if who.descriptor and who.descriptor.subclass == "Sun Paladin" then
self:specialWearAdd({"wielder", "positive_regen"}, 0.2)
game.logPlayer(who, "#GOLD#You feel a swell of positive energy!")
end
end,
}
newEntity{ base = "BASE_LITE",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment