Skip to content

Commit

Permalink
DiD: reduce exp requirements for Xanthric and Droghoul
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Nov 1, 2019
1 parent f315f34 commit 9e20a9b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
Expand Up @@ -3535,19 +3535,18 @@ And the tongue of fire begets ashen repose.</i>"
side=1
x,y=$x1,$y1
#ifdef EASY
max_experience=120
max_experience=80
#endif
#ifdef NORMAL
max_experience=135
max_experience=90
#endif
#ifdef HARD
max_experience=150
max_experience=100
#endif
max_hitpoints=73
unrenamable=yes
[modifications]
{TRAIT_LOYAL}
{TRAIT_INTELLIGENT}
[object]
take_only_once=yes
silent=yes
Expand Down
42 changes: 21 additions & 21 deletions data/campaigns/Descent_Into_Darkness/utils/amlas.cfg
Expand Up @@ -26,19 +26,19 @@
#ifdef EASY
[effect]
apply_to=max_experience
increase=25%
increase=12%
[/effect]
#endif
#ifdef NORMAL
[effect]
apply_to=max_experience
increase=27%
increase=14%
[/effect]
#endif
#ifdef HARD
[effect]
apply_to=max_experience
increase=30%
increase=16%
[/effect]
#endif
[/advancement]
Expand All @@ -65,19 +65,19 @@
#ifdef EASY
[effect]
apply_to=max_experience
increase=20%
increase=10%
[/effect]
#endif
#ifdef NORMAL
[effect]
apply_to=max_experience
increase=22%
increase=12%
[/effect]
#endif
#ifdef HARD
[effect]
apply_to=max_experience
increase=25%
increase=14%
[/effect]
#endif
[/advancement]
Expand All @@ -101,19 +101,19 @@
#ifdef EASY
[effect]
apply_to=max_experience
increase=20%
increase=10%
[/effect]
#endif
#ifdef NORMAL
[effect]
apply_to=max_experience
increase=22%
increase=11%
[/effect]
#endif
#ifdef HARD
[effect]
apply_to=max_experience
increase=25%
increase=12%
[/effect]
#endif
[/advancement]
Expand All @@ -139,7 +139,7 @@
[/effect]
[effect]
apply_to=max_experience
increase=20%
increase=30
[/effect]
[/advancement]
#enddef
Expand Down Expand Up @@ -170,7 +170,7 @@
[/effect]
[effect]
apply_to=max_experience
increase=25%
increase=45
[/effect]
[/advancement]
#enddef
Expand Down Expand Up @@ -201,7 +201,7 @@
[/effect]
[effect]
apply_to=max_experience
increase=30%
increase=60
[/effect]
[/advancement]
#enddef
Expand Down Expand Up @@ -807,19 +807,19 @@
#ifdef EASY
[effect]
apply_to=max_experience
increase=14%
increase=8%
[/effect]
#endif
#ifdef NORMAL
[effect]
apply_to=max_experience
increase=15%
increase=9%
[/effect]
#endif
#ifdef HARD
[effect]
apply_to=max_experience
increase=16%
increase=10%
[/effect]
#endif
[/advancement]
Expand All @@ -846,19 +846,19 @@
#ifdef EASY
[effect]
apply_to=max_experience
increase=15%
increase=6%
[/effect]
#endif
#ifdef NORMAL
[effect]
apply_to=max_experience
increase=18%
increase=7%
[/effect]
#endif
#ifdef HARD
[effect]
apply_to=max_experience
increase=21%
increase=8%
[/effect]
#endif
[/advancement]
Expand All @@ -884,7 +884,7 @@
[/effect]
[effect]
apply_to=max_experience
increase=25%
increase=30
[/effect]
[/advancement]
#enddef
Expand Down Expand Up @@ -915,7 +915,7 @@
[/effect]
[effect]
apply_to=max_experience
increase=30%
increase=60
[/effect]
[/advancement]
#enddef
Expand All @@ -940,7 +940,7 @@
[/effect]
[effect]
apply_to=max_experience
increase=30%
increase=50
[/effect]
[/advancement]
#enddef

0 comments on commit 9e20a9b

Please sign in to comment.