VASSAL Reference ManualHome > Module > Game Piece Palette > Game Piece > Dynamic Property |
Dynamic Property![]() This trait attaches a Property to a Game Piece and allows you to define commands to change the value of the property during play. Name: The name of the property. Value: The value of the property at the start of a new game. Is Numeric? If true, then changes to the value of the property will be restricted to integer values. Minimum Value: Numeric values will be restricted to no less than this number. Maximum Value: Numeric values will be restricted to no more than this number. Wrap Around If true, then when incrementing this numeric property, values will wrap around from the maximum to the minimum. Key Commands Adds any number of commands to the right-click drop-down menu for this Game Piece. Hit the New button to add a new command and the Remove button to remove one. For each command: Menu Command: Right-click menu text for the command. Key Command: Keyboard shortcut for the command. Type: Select the way in which this command will change the property:
SEE ALSO:Marker,Set Global Property |