Skip to content

Commit

Permalink
UtBS S5: don't give free units
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Jul 15, 2020
1 parent 79ea509 commit 47b817d
Showing 1 changed file with 11 additions and 26 deletions.
Expand Up @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit 47b817d

Please sign in to comment.