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

wilders

git-svn-id: http://svn.net-core.org/repos/t-engine4@432 51575b47-30f0-44d4-a5cc-537603b46e54
parent 03543b9a
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ function _M:init(t, no_default)
t.life_rating = t.life_rating or 10
t.mana_rating = t.mana_rating or 10
t.stamina_rating = t.stamina_rating or 6
t.stamina_rating = t.stamina_rating or 4
t.esp = t.esp or {range=10}
......@@ -338,7 +338,7 @@ function _M:onStatChange(stat, v)
self.max_life = self.max_life + 5 * v
elseif stat == self.STAT_WIL then
self:incMaxMana(5 * v)
self:incMaxStamina(3 * v)
self:incMaxStamina(2 * v)
end
end
......
......@@ -21,14 +21,18 @@ newBirthDescriptor{
type = "subclass",
name = "Summoner",
desc = {
"Their most important stats are: Magic and Willpower",
"",
"Their most important stats are: Willpower",
},
stats = { wil=3, mag=2, cun=1, },
talents_types = {
["gift/summon-melee"]={true, 0.3},
["gift/summon-distance"]={true, 0.3},
["gift/summon-utility"]={true, 0.3},
["cunning/survival"]={false, -0.1},
["cunning/survival"]={false, 0},
["technique/combat-techniques-active"]={true, 0},
["technique/combat-techniques-passive"]={true, 0},
["technique/combat-training"]={true, 0},
},
talents = {
[ActorTalents.T_WAR_HOUND] = 1,
......
No preview for this file type
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