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

Fix Geomancer's life rating

git-svn-id: http://svn.net-core.org/repos/t-engine4@2084 51575b47-30f0-44d4-a5cc-537603b46e54
parent ab1b4079
No related branches found
No related tags found
No related merge requests found
......@@ -340,12 +340,14 @@ newBirthDescriptor{
-- All mages are of angolwen faction
faction = "angolwen",
max_life = 90,
life_rating = -4,
resolvers.equip{ id=true,
{type="weapon", subtype="staff", name="elm staff", autoreq=true},
{type="armor", subtype="cloth", name="linen robe", autoreq=true},
},
},
copy_add = {
life_rating = -4,
},
}
newBirthDescriptor{
......
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