Template:Race trial/doc
Description
This template displays data for race trials in Neptunia Game Maker R:Evolution.
Parameters
{{Race trial |name = |description = |speed = |stamina = |laps = |reward1 = |reward2 = |reward3 = }}
Sample output
{{Race trial |name = Gust Chocopi |image = Gust Chocopi.png |description = Was fast enough when young to be praised by its parents. Still clinging to that glory. |speed = C |stamina = B |laps = 3 |reward1 = Might Cancel Plan x20 |reward2 = Heart of Imagination x2 |reward3 = Magic Crystal x4 }}
Displays as...
TemplateData
Displays data for race trials in Neptunia Game Maker R:Evolution.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Opponent name | name | The name of the opponent. | String | required |
Image | image | The image of the opponent. | File | required |
Description | description | The description of the opponent. | String | required |
Speed | speed | The speed of the opponent.
| String | required |
Stamina | stamina | The stamina of the opponent.
| String | required |
Laps | laps | The number of laps.
| Number | optional |
Reward 1 | reward1 | The first reward obtained when cleared.
| String | required |
Reward 2 | reward2 | The second reward obtained when cleared. | String | required |
Reward 3 | reward3 | The third reward obtained when cleared. | String | required |