From 46ee5aa4aef3cbb1a3c2ee184c1f971669b16608 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 27 Sep 2010 08:38:59 +0000
Subject: [PATCH] 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
---
 game/modules/tome/data/birth/races/dwarf.lua  | 4 ++--
 game/modules/tome/data/birth/races/elf.lua    | 8 ++++----
 game/modules/tome/data/birth/races/hobbit.lua | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/game/modules/tome/data/birth/races/dwarf.lua b/game/modules/tome/data/birth/races/dwarf.lua
index 4caa0a0fe5..0d3d06f976 100644
--- a/game/modules/tome/data/birth/races/dwarf.lua
+++ b/game/modules/tome/data/birth/races/dwarf.lua
@@ -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,
 }
diff --git a/game/modules/tome/data/birth/races/elf.lua b/game/modules/tome/data/birth/races/elf.lua
index 4e66b319cd..8f5bba20b8 100644
--- a/game/modules/tome/data/birth/races/elf.lua
+++ b/game/modules/tome/data/birth/races/elf.lua
@@ -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
diff --git a/game/modules/tome/data/birth/races/hobbit.lua b/game/modules/tome/data/birth/races/hobbit.lua
index 39b071389f..0f5a384975 100644
--- a/game/modules/tome/data/birth/races/hobbit.lua
+++ b/game/modules/tome/data/birth/races/hobbit.lua
@@ -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,
 	},
-- 
GitLab