Description
This template is used to display data for equipment such as weapons, costumes and armor in Neptunia Game Maker R:Evolution.
Syntax
- Type
{{GMRE equipment|<...>}}somewhere, with parameters as shown below.
Parameters
{{GMRE equipment
|name =
|hp =
|str =
|vit =
|int =
|men =
|agi =
|tec =
|spd =
|luk =
|fire =
|water =
|wind =
|earth =
|light =
|dark =
|purchase =
|sell =
|image =
|description =
|obtain =
|note =
}}
TemplateData
Displays data for equipment such as weapons, costumes and armor in Neptunia Game Maker R:Evolution.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the equipment. | String | required |
| HP | hp | The amount of HP increased when equipped.
| Number | suggested |
| STR | str | The amount of strength increased when equipped.
| Number | suggested |
| VIT | vit | The amount of vitality increased when equipped.
| Number | suggested |
| INT | int | The amount of intelligence increased when equipped.
| Number | suggested |
| MEN | men | The amount of mentality increased when equipped.
| Number | suggested |
| AGI | agi | The amount of agility increased when equipped.
| Number | suggested |
| TEC | tec | The amount of technique increased when equipped.
| Number | suggested |
| SPD | spd | The amount of speed increased when equipped.
| Number | suggested |
| LUK | luk | The amount of luck increased when equipped.
| Number | suggested |
| Fire | fire | The percentage of fire resistance increased when equipped.
| Number | suggested |
| Water | water | The percentage of water resistance increased when equipped.
| Number | suggested |
| Wind | wind | The percentage of wind resistance increased when equipped.
| Number | suggested |
| Earth | earth | The percentage of earth resistance increased when equipped.
| Number | suggested |
| Light | light | The percentage of light resistance increased when equipped.
| Number | suggested |
| Darkness | dark | The percentage of darkness resistance increased when equipped.
| Number | suggested |
| Purchase price | purchase | The price of the equipment when purchased. | Number | suggested |
| Sell price | sell | The price of the equipment when sold. | Number | suggested |
| Image preview | image | Displays an image preview of the equipment.
| String | suggested |
| Description | description | Provides a description of the equipment. | String | suggested |
| Obtain | obtain | Provides information on how to obtain the equipment. | Content | suggested |
| Notes | note | Provides notes of the equipment. | Content | optional |
See also
- {{SvS equipment}}