From 47b817d9828563b9f924865ca10a63e14683e2cc Mon Sep 17 00:00:00 2001 From: nemaara Date: Fri, 10 Jul 2020 16:19:31 -0400 Subject: [PATCH] UtBS S5: don't give free units --- .../scenarios/05_A_Subterranean_Struggle.cfg | 37 ++++++------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg b/data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg index 9d6690ec814c..87d5fc90d1d1 100644 --- a/data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg +++ b/data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg @@ -424,32 +424,6 @@ id=Elyssa [/recall] - #create starting elves - - [unit] - type=Quenoth Fighter - name= _ "Nantheos" - x=4 - y=23 - side=1 - [modifications] - {TRAIT_QUICK} - {TRAIT_STRONG} - [/modifications] - [/unit] - - [unit] - type=Quenoth Fighter - name= _ "Sylestria" - x=5 - y=25 - side=1 - [modifications] - {TRAIT_INTELLIGENT} - {TRAIT_RESILIENT} - [/modifications] - [/unit] - # If Elyssa the Mage isn't there, boost starting group a bit [if] @@ -470,6 +444,17 @@ {TRAIT_RESILIENT} [/modifications] [/unit] + [unit] + type=Quenoth Fighter + name= _ "Nantheos" + x=5 + y=25 + side=1 + [modifications] + {TRAIT_LOYAL} + {TRAIT_STRONG} + [/modifications] + [/unit] [/then] [/if] [/event]