150
edits
FlyingRagnar (talk | contribs) mNo edit summary |
(→Entry: corrected typo in example code) |
||
Line 12: | Line 12: | ||
===Entry=== | ===Entry=== | ||
An entry call is made to designate equipment data for a specific console. Note that pieces of equipment that have the exact same attributes across different consoles can be described in the same entry. | An entry call is made to designate equipment data for a specific console. Note that pieces of equipment that have the exact same attributes across different consoles can be described in the same entry. | ||
<pre>{{Equipment|stat|name=Attack| | <pre>{{Equipment|stat|name=Attack|modifier=+10}}</pre> | ||
*'''stat''': A required parameter marking a stat entry. | *'''stat''': A required parameter marking a stat entry. | ||
*'''name''': The name of the stat being modified by the equipment | *'''name''': The name of the stat being modified by the equipment | ||
*'''modifier''': The value (+/-) the stat is being modified. Should include a + or - in front of the value. | *'''modifier''': The value (+/-) the stat is being modified. Should include a + or - in front of the value. | ||
===Footer=== | ===Footer=== | ||
The footer call marks the end of the equipment table. | The footer call marks the end of the equipment table. |
edits