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

Changed experience penalities of dwarves, elves and hobbits

git-svn-id: http://svn.net-core.org/repos/t-engine4@1311 51575b47-30f0-44d4-a5cc-537603b46e54
parent 67143aed
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ newBirthDescriptor
"They possess the #GOLD#Resilience of the Dwarves#WHITE# which allows them to increase their armour, physical and spell saves for a few turns.",
"#GOLD#Stats modifiers:#LIGHT_BLUE# +4 Strength, +3 Constitution, +3 Willpower, -2 Magic, -2 Dexterity",
"#GOLD#Life per levels:#LIGHT_BLUE# 12",
"#GOLD#Experience penality:#LIGHT_BLUE# 10%",
"#GOLD#Experience penality:#LIGHT_BLUE# 25%",
},
stats = { str=4, con=3, wil=3, mag=-2, dex=-2 },
talents = {
......@@ -74,5 +74,5 @@ newBirthDescriptor
copy = {
life_rating=12,
},
experience = 1.1,
experience = 1.25,
}
......@@ -68,7 +68,7 @@ newBirthDescriptor
"They posses the #GOLD#Grace of the Eldar#WHITE# talent which allows them a boost of speed every once in a while.",
"#GOLD#Stats modifiers:#LIGHT_BLUE# +2 Magic, +3 Willpower, +1 Cunning, +1 Dexterity, -2 Strength",
"#GOLD#Life per levels:#LIGHT_BLUE# 9",
"#GOLD#Experience penality:#LIGHT_BLUE# 10%",
"#GOLD#Experience penality:#LIGHT_BLUE# 35%",
},
stats = { str=-2, mag=2, wil=3, cun=1, dex=1, con=0 },
experience = 1.3,
......@@ -76,7 +76,7 @@ newBirthDescriptor
copy = {
life_rating = 9,
},
experience = 1.1,
experience = 1.35,
}
newBirthDescriptor
......@@ -89,7 +89,7 @@ newBirthDescriptor
"They possess the #GOLD#Wrath of the Eldar#WHITE# talent, which allows them a boost to the damage both inflicted and resisted once in a while.",
"#GOLD#Stats modifiers:#LIGHT_BLUE# +2 Strength, +3 Dexterity, +1 Willpower, +1 Constitution, -2 Magic",
"#GOLD#Life per levels:#LIGHT_BLUE# 11",
"#GOLD#Experience penality:#LIGHT_BLUE# 10%",
"#GOLD#Experience penality:#LIGHT_BLUE# 35%",
},
stats = { str=2, mag=-2, wil=1, cun=0, dex=3, con=1 },
experience = 1.3,
......@@ -97,7 +97,7 @@ newBirthDescriptor
copy = {
life_rating = 11,
},
experience = 1.1,
experience = 1.35,
}
--[[
newBirthDescriptor
......
......@@ -65,10 +65,10 @@ newBirthDescriptor
"They possess the #GOLD#Luck of the Little Folk#WHITE# which allows them to increase their critical strike chance for a few turns.",
"#GOLD#Stats modifiers:#LIGHT_BLUE# -3 Strength, +3 Dexterity, +3 Cunning, +1 Constitution, +5 Luck",
"#GOLD#Life per levels:#LIGHT_BLUE# 12",
"#GOLD#Experience penality:#LIGHT_BLUE# 10%",
"#GOLD#Experience penality:#LIGHT_BLUE# 15%",
},
stats = { str=-3, dex=3, con=1, cun=3, lck=5, },
experience = 1.1,
experience = 1.15,
talents = {
[ActorTalents.T_HOBBIT_LUCK]=1,
},
......
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