GlowPuff / ImperialCommander2

A companion app for the Imperial Assault board game.
MIT License
87 stars 12 forks source link

Wrong symbol for General Weiss instruction 4 ? #109

Closed ilujito2 closed 1 month ago

ilujito2 commented 1 month ago

Instruction.json -> General Weiss -> Instruction group 4

Current 2nd instruction:

{A} Roll 1 yellow die. A Rebel within 3 spaces suffers {H} equal to the {H} results and {C} equal to the {C} results. Target the hero who has suffered the least {C}.

I think it's rather:

{A} Roll 1 yellow die. A Rebel within 3 spaces suffers {H} equal to the {H} results and {C} equal to the {B} results. Target the hero who has suffered the least {C}.

Because there is no {C} symbol on SWIA dice.

This would require a change in IC2 and TranslatorModernApp.

Noldorion commented 1 month ago

Yes, correct. Fixed it and created a pull request.