stepProperty attribute "Display" - Resolved -
-
I only see this in a NonCombatMove step
ie;
<step name="russianNonCombatMove" delegate="move" player="Russians" display="Non Combat Move"/>I assume it just replaces the "display" attribute of the MoveDelegate
Can this be used with all steps?
-
That is correct, "display" is only an area to rename the individual steps and delegates. It can be set to anything and you can add "display" to any step that does not have it too. Just add the missing syntax .
<step name="britishCombatMove" delegate="move" player="British" display="Pre-Purchase Combat Move"/>
Note it only changes the name displayed in bottom right corner, not the name in the action panel.