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

Indiscernible Anatomy lost confusion resistance

git-svn-id: http://svn.net-core.org/repos/t-engine4@6683 51575b47-30f0-44d4-a5cc-537603b46e54
parent 53149152
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,6 @@ newTalent{
self:attr("poison_immune", 0.2)
self:attr("disease_immune", 0.2)
self:attr("cut_immune", 0.2)
self:attr("confusion_immune", 0.2)
self:attr("ignore_direct_crits", 15)
end,
on_unlearn = function(self, t)
......@@ -241,13 +240,12 @@ newTalent{
self:attr("poison_immune", -0.2)
self:attr("disease_immune", -0.2)
self:attr("cut_immune", -0.2)
self:attr("confusion_immune", -0.2)
self:attr("ignore_direct_crits", -15)
end,
info = function(self, t)
return ([[Your body's internal organs are melted together, making it much harder to suffer critical hits.
All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.
In addition you gain %d%% disease, poison, cuts, confusion and blindness resistances.]]):
In addition you gain %d%% disease, poison, cuts and blindness resistances.]]):
format(self:getTalentLevelRaw(t) * 15, self:getTalentLevelRaw(t) * 20)
end,
}
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