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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6576 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9934b75f
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ newBirthDescriptor
"#LIGHT_BLUE# * -2 Strength, +1 Dexterity, +0 Constitution",
"#LIGHT_BLUE# * +2 Magic, +3 Willpower, +1 Cunning",
"#GOLD#Life per level:#LIGHT_BLUE# 9",
"#GOLD#Experience penalty:#LIGHT_BLUE# 35%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 25%",
},
inc_stats = { str=-2, mag=2, wil=3, cun=1, dex=1, con=0 },
experience = 1.3,
......@@ -113,7 +113,7 @@ newBirthDescriptor
"#LIGHT_BLUE# * +2 Strength, +3 Dexterity, +1 Constitution",
"#LIGHT_BLUE# * -2 Magic, +1 Willpower, +0 Cunning",
"#GOLD#Life per level:#LIGHT_BLUE# 11",
"#GOLD#Experience penalty:#LIGHT_BLUE# 30%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 35%",
},
inc_stats = { str=2, mag=-2, wil=1, cun=0, dex=3, con=1 },
talents_types = { ["race/thalore"]={true, 0} },
......
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