Skip to content
Snippets Groups Projects
Commit 3a64c44a authored by DarkGod's avatar DarkGod
Browse files

Halved the experience penalty on all races

parent 5ca53c86
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ newBirthDescriptor
"#LIGHT_BLUE# * +3 Strength, -2 Dexterity, +3 Constitution",
"#LIGHT_BLUE# * +2 Magic, +2 Willpower, -5 Cunning",
"#GOLD#Life per level:#LIGHT_BLUE# 13",
"#GOLD#Experience penalty:#LIGHT_BLUE# 50%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 25%",
},
moddable_attachement_spots = "race_runic_golem", moddable_attachement_spots_sexless=true,
descriptor_choices =
......@@ -110,7 +110,7 @@ newBirthDescriptor
moddable_tile = "runic_golem",
moddable_tile_nude = 1,
},
experience = 1.5,
experience = 1.25,
cosmetic_options = {
skin = {
......
......@@ -107,7 +107,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# 25%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 12%",
},
inc_stats = { str=-2, mag=2, wil=3, cun=1, dex=1, con=0 },
experience = 1.3,
......@@ -129,7 +129,7 @@ newBirthDescriptor
resolvers.inscription("RUNE:_SHATTER_AFFLICTIONS", {cooldown=18, shield=50}, 2),
resolvers.inscription("RUNE:_BLINK", {cooldown=16, range=3, dur=3, power=15}, 3),
},
experience = 1.25,
experience = 1.12,
random_escort_possibilities = { {"tier1.1", 1, 2}, {"tier1.2", 1, 2}, {"daikara", 1, 2}, {"old-forest", 1, 4}, {"dreadfell", 1, 8}, {"reknor", 1, 2}, },
}
......
......@@ -64,11 +64,11 @@ to start, look where halflings once tinkered with portals...]],
"#LIGHT_BLUE# * +3 Strength, -1 Dexterity, +0 Constitution",
"#LIGHT_BLUE# * +2 Magic, -2 Willpower, +2 Cunning",
"#GOLD#Life per level:#LIGHT_BLUE# 13",
"#GOLD#Experience penalty:#LIGHT_BLUE# 30%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 15%",
},
moddable_attachement_spots = "race_ogre",
inc_stats = { str=3, mag=2, wil=-2, cun=2, dex=-1, con=0 },
experience = 1.3,
experience = 1.15,
talents_types = { ["race/ogre"]={true, 0} },
talents = { [ActorTalents.T_OGRE_WRATH]=1 },
copy = {
......@@ -87,7 +87,6 @@ to start, look where halflings once tinkered with portals...]],
resolvers.inscription("RUNE:_BLINK", {cooldown=16, range=3, dur=3, power=15}, 3),
resolvers.inventory{ id=true, {defined="ORB_SCRYING"} },
},
experience = 1.3,
random_escort_possibilities = { {"tier1.1", 1, 2}, {"tier1.2", 1, 2}, {"daikara", 1, 2}, {"old-forest", 1, 4}, {"dreadfell", 1, 8}, {"reknor", 1, 2}, },
default_cosmetics = { {"hairs", "Dark Hair 1"} },
......
......@@ -106,10 +106,10 @@ newBirthDescriptor
"#LIGHT_BLUE# * +0 Magic, +0 Willpower, +3 Cunning",
"#LIGHT_BLUE# * +5 Luck",
"#GOLD#Life per level:#LIGHT_BLUE# 12",
"#GOLD#Experience penalty:#LIGHT_BLUE# 20%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 10%",
},
inc_stats = { str=-3, dex=3, con=1, cun=3, lck=5, },
experience = 1.20,
experience = 1.10,
talents_types = { ["race/halfling"]={true, 0} },
talents = {
[ActorTalents.T_HALFLING_LUCK]=1,
......
......@@ -99,7 +99,7 @@ newBirthDescriptor
"#LIGHT_BLUE# * +3 Strength, +1 Dexterity, +5 Constitution",
"#LIGHT_BLUE# * +0 Magic, -2 Willpower, -2 Cunning",
"#GOLD#Life per level:#LIGHT_BLUE# 14",
"#GOLD#Experience penalty:#LIGHT_BLUE# 25%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 12%",
"#GOLD#Speed penalty:#LIGHT_BLUE# -20%",
},
moddable_attachement_spots = "race_ghoul", moddable_attachement_spots_sexless=true,
......@@ -131,7 +131,7 @@ newBirthDescriptor
moddable_tile = "ghoul",
moddable_tile_nude = 1,
},
experience = 1.25,
experience = 1.12,
cosmetic_options = {
skin = {
......@@ -195,7 +195,7 @@ newBirthDescriptor
"#LIGHT_BLUE# * +3 Strength, +4 Dexterity, +0 Constitution",
"#LIGHT_BLUE# * +0 Magic, +0 Willpower, +0 Cunning",
"#GOLD#Life per level:#LIGHT_BLUE# 12",
"#GOLD#Experience penalty:#LIGHT_BLUE# 40%",
"#GOLD#Experience penalty:#LIGHT_BLUE# 20%",
},
moddable_attachement_spots = "race_skeleton", moddable_attachement_spots_sexless=true,
descriptor_choices =
......@@ -226,7 +226,7 @@ newBirthDescriptor
moddable_tile = "skeleton",
moddable_tile_nude = 1,
},
experience = 1.4,
experience = 1.2,
cosmetic_options = {
skin = {
......
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