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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@6496 51575b47-30f0-44d4-a5cc-537603b46e54
parent c90d8c13
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/talents/call_of_the_ooze.png

4.03 KiB

game/modules/tome/data/gfx/talents/indiscernible_anatomy.png

4.34 KiB

game/modules/tome/data/gfx/talents/mitosis.png

3.16 KiB

game/modules/tome/data/gfx/talents/reabsorb.png

5.09 KiB

......@@ -81,7 +81,7 @@ newTalent{
}
newTalent{
name = "Indiscernible Anatomy",
name = "Indiscernible Anatomyblabla",
type = {"wild-gift/malleable-body", 4},
require = gifts_req4,
points = 5,
......
......@@ -214,7 +214,7 @@ newTalent{
}
newTalent{
name = "One With The Ooze",
name = "Indiscernible Anatomy",
type = {"wild-gift/ooze", 4},
require = gifts_req4,
points = 5,
......@@ -225,6 +225,7 @@ newTalent{
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)
self:attr("blind_immune", -0.2)
......@@ -232,9 +233,12 @@ newTalent{
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 becomes even more ooze-like, granting %d%% disease, poison, cuts, confusion and blindness resistances.]]):
format(self:getTalentLevelRaw(t) * 20)
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.]]):
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