SotBE S6: give units 2 MP after disembarking
This commit is contained in:
parent
2990819325
commit
813f70e164
1 changed files with 9 additions and 9 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue