diebox
This component definition specifies the default properties for die box display within the chat window control.
Definition
<diebox>
<frame>
<name> ... </name>
</frame>
<margin>
<value> ... </value>
<numbertailmargin> ... </numbertailmargin>
</margin>
<secreticon>
<name> ... </name>
</secreticon>
<font>
<modifier> ... </modifier>
<total> ... </total>
<dieresult> ... </dieresult>
</font>
</diebox>
<diebox > | Â |
<frame > | Â |
<name > ... </name> | The frame asset to use when displaying dice results. |
</frame> | Â |
<margin > | Â |
<value > ... </value> | The amount of margin to display above and to the sides of the dice icons and modifier sign/number in the dice results display. |
<numbertailmargin > ... </numbertailmargin> | The amount of margin to display after the dice total number in the dice results display. |
</margin> | Â |
<secreticon > | Â |
<name > ... </name> | The icon asset to use when indicating that GM dice results are hidden from players. |
</secreticon> | Â |
<font > | Â |
<modifier > ... </modifier> | The font asset to use when displaying the die roll modifier sign/number. |
<total > ... </total> | The font asset to use when displaying the dice total number. |
<dieresult > ... </dieresult> | The font asset to use in displaying the individual die results on top of the die icons in the dice results display. |
</font> | Â |
</diebox> | Â |
Â