diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-09 20:37:53 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-09 20:37:53 +0100 |
commit | 3d0183a78978f0cb32d52dbb61252c2820da6b1d (patch) | |
tree | a313579ed478608b0743f874f83d0028ee9a829b /EnemyActionArdennes | |
parent | 618d123757c2c5ff172b2d2055adbcd76c3e5a0c (diff) | |
download | asynk-rules-3d0183a78978f0cb32d52dbb61252c2820da6b1d.zip asynk-rules-3d0183a78978f0cb32d52dbb61252c2820da6b1d.tar.gz |
EAA : add Surrender
Diffstat (limited to 'EnemyActionArdennes')
-rw-r--r-- | EnemyActionArdennes/EAA-cards.lou | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/EnemyActionArdennes/EAA-cards.lou b/EnemyActionArdennes/EAA-cards.lou index d973c42..ad8b70d 100644 --- a/EnemyActionArdennes/EAA-cards.lou +++ b/EnemyActionArdennes/EAA-cards.lou @@ -190,7 +190,6 @@ def @States { @VCard { def @SupplyStates { @VCard { @Title {@GS @VS Supply States} - /.3v @BulletList @ListItem{@B @Underline LowSupply : @BulletList @@ -198,13 +197,13 @@ def @SupplyStates { @VCard { @ListItem{may @B not receive @I Replacements} @ListItem{@German : may @B not @B exit the map} @ListItem{@AlliedGS : may @B not lead an @B attack} - @RawEndList /.4v} + @RawEndList} @ListItem{@B @Underline OutOfSupply @I LowSupply + : @BulletList @ListItem{may @B not @B attack or build an @B IP} @ListItem{if @I mechanized may move @B {only 1} hex} @ListItem{@I OutOfSupply only : @Atk @B +1 @I CombatChit, @B {disregard 1} hit} - @RawEndList /.4v} + @RawEndList} @ListItem{@B @Underline Isolated @I OutOfSupply + : @BulletList @ListItem{has @B {no ZOC} (even if in @City)} @@ -219,6 +218,7 @@ def @SupplyStates { @VCard { @ListItem{@AlliedGS : @I Isolated @I OutOfContact can't be taken as @I Reserve.} @ListItem{@I Isolated only : @Atk @B +2 @I CombatChits, @B {disregard all} hits} @RawEndList} + @ListItem{@B @Underline Surrender : step loss @B 1-6 @CurveBox {} @B 1-4 @CurveBox paint {rgb 0 0 0} {} @B 1-2 @CurveBox paint {rgb 1 .2 .2} {}} @EndList } } |