SotBE S6: give units 2 MP after disembarking

This commit is contained in:
mattsc 2013-10-07 06:16:46 -07:00
parent 2990819325
commit 813f70e164

View file

@ -347,25 +347,25 @@
[case]
value=0
{UNIT 3 Fencer $x1 $y1 (moves=0)}
{UNIT 3 Swordsman $x1 $y1 (moves=0)}
{UNIT 3 Mage $x1 $y1 (moves=0)}
{UNIT 3 Fencer $x1 $y1 (moves=2)}
{UNIT 3 Swordsman $x1 $y1 (moves=2)}
{UNIT 3 Mage $x1 $y1 (moves=2)}
[/case]
[case]
value=1
{UNIT 3 Cavalryman $x1 $y1 (moves=0)}
{UNIT 3 Javelineer $x1 $y1 (moves=0)}
{UNIT 3 Bowman $x1 $y1 (moves=0)}
{UNIT 3 Cavalryman $x1 $y1 (moves=2)}
{UNIT 3 Javelineer $x1 $y1 (moves=2)}
{UNIT 3 Bowman $x1 $y1 (moves=2)}
[/case]
[case]
value=2
{UNIT 3 Pikeman $x1 $y1 (moves=0)}
{UNIT 3 Bowman $x1 $y1 (moves=0)}
{UNIT 3 Fencer $x1 $y1 (moves=0)}
{UNIT 3 Pikeman $x1 $y1 (moves=2)}
{UNIT 3 Bowman $x1 $y1 (moves=2)}
{UNIT 3 Fencer $x1 $y1 (moves=2)}
[/case]
[/switch]