VASSAL Reference Manual

Home > Module > Game Piece Palette > Game Piece > Property Sheet


Property Sheet

This trait attaches an arbitrary set of editable properties to a Game Piece.

These properties are exposed by name as properties of the piece, and may be accessed by name from other traits.

Description:

A brief description of this trait for your reference.

Menu command:

Text for right-click context menu item that will show the properties window during play. If left blank, no context menu item will appear, but the properties window can still be activated with the key command.

Key command:

Keystroke or Named Command to show the properties window during play.

Commit changes on:

When a player edits the properties window during play, there are three methods for committing changes:

  1. Commit on Every Keystroke - Every keystroke and tick-mark click you make is immediately committed as you make it. Other players see your changes immediately.

  2. Commit on Apply Button or Enter Key - Changes are not communicated to other players until you press the APPLY button at the bottom of the property sheet, or press the ENTER key on your keyboard, or close the Property Sheet window.

  3. Commit on Window Close or Enter Key - Changes are not communicated to other players until you press the ENTER key or close the Property Sheet window.

Background color:

You may customize the background color of each PropertySheet window, for example to use different colors for the pieces belonging to different sides.

You can select from 8 different formats in which to display properties:

  1. Text - A simple, single-line field that accepts text.

  2. Multi-line text - A field that accepts multi-line text. This type of field stretches to fill extra space on the property sheet window. It is suitable for free form notes.

  3. Label Only - This is not really a property, it simply adds text to your property sheet. It is useful for documenting your property sheet.

  4. Tick Marks - Displays one or more rows of checkboxes. Suitable for tracking ammo or damage. Players specify a current and maximum value range.

  5. Tick Marks with Max Field - As above, but the maximum value is displayed in an editable field to the left of the checkboxes. Suitable for Role-Playing games where damage-tracking is based on a character attribute that is also important.

  6. Tick Marks with Value Field - As Tick marks, but the current value is displayed in an editable field. Suitable for large-value properties where clicking ticks might be impractical and when the exact tick value is important. For example weapons that track 100+ rounds of ammo.

  7. Tick Marks with Value & Max - As Tick marks, but both current value and maximum values are editable.

  8. Spinner - A numeric property that includes increment and decrement buttons.

PropertySheet


Example

Here’s an example of using PropertySheets to maintain character fighting stats, demonstrating the Tick Marks, Text, Spinner, and Multi-line text types:

property sheet map

Using Tick Marks

propertysheet edit2

propertysheet edit4

propertysheet edit5

Tick Mark property types have a value and a maximum. Either, both, or neither may be displayed as a text box in addition to the tick marks. Initially, the maximum and value are both 0, so no tick marks appear. To set the value and/or maximum when the box is not shown, right-click in the area where the tick marks would appear.