From 1b361cb666d7e199d74f7b8c9cd8da7101f3d8a6 Mon Sep 17 00:00:00 2001 From: nemaara Date: Sun, 21 Apr 2019 21:50:03 -0400 Subject: [PATCH] DiD S11: reduce starting difficulty at lich portion --- .../scenarios/11_Descent_into_Darkness.cfg | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg b/data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg index e7c68282a86c..abfbc611ec6e 100644 --- a/data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg +++ b/data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg @@ -1648,7 +1648,15 @@ [unit] side=1 x,y=3,34 +#ifdef HARD hitpoints=19 +#endif +#ifdef NORMAL + hitpoints=27 +#endif +#ifdef EASY + hitpoints=33 +#endif facing=se animate=yes @@ -1778,7 +1786,7 @@ [/random_placement] [random_placement] - num_items={ON_DIFFICULTY 2 3 3} + num_items={ON_DIFFICULTY 1 2 2} variable=loc min_distance=3 [filter_location] @@ -1796,7 +1804,7 @@ {MODIFY_UNIT (type=Blood Bat) max_moves 4} [random_placement] - num_items=3 + num_items={ON_DIFFICULTY 2 3 3} variable=loc min_distance=3 [filter_location] @@ -1807,10 +1815,12 @@ [/not] [/filter_location] [command] - {NOTRAIT_UNIT 3 "Giant Rat" $loc.x $loc.y} {GUARDIAN} + {NOTRAIT_UNIT 3 "Giant Rat" $loc.x $loc.y} [/command] [/random_placement] + {MODIFY_UNIT (type=Giant Rat) max_moves 3} + [random_placement] num_items=3 variable=loc @@ -1823,12 +1833,12 @@ [/not] [/filter_location] [command] - {NOTRAIT_UNIT 3 "Giant Rat" $loc.x $loc.y} + {NOTRAIT_UNIT 3 "Giant Rat" $loc.x $loc.y} {GUARDIAN} [/command] [/random_placement] [random_placement] - num_items=8 + num_items=10 variable=loc min_distance=3 [filter_location]