Template:Enemy infobox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 62: | Line 62: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"type": "string", | |||
"default": "The name of the enemy; else, the page name will be used" | |||
}, | |||
"image": {}, | "image": {}, | ||
"size": {}, | "size": {}, | ||
"heart": {}, | "heart": { | ||
"type": "number", | |||
"default": "The enemy's health", | |||
"suggested": true | |||
}, | |||
"juice": {}, | "juice": {}, | ||
"attack": {}, | "attack": {}, | ||
Revision as of 19:10, 10 March 2023
| Enemy infobox | ||
|---|---|---|
| ||
| {{{heart}}} | ||
| {{{juice}}} | ||
| attack | {{{attack}}} | |
| defense | {{{defense}}} | |
| speed | {{{speed}}} | |
| luck | {{{luck}}} | |
| hit | {{{hit}}} | |
| drops | {{{drops}}} | |
An overview of an enemy.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description
| String | optional |
| image | image | no description | Unknown | optional |
| size | size | no description | Unknown | optional |
| heart | heart | no description
| Number | suggested |
| juice | juice | no description | Unknown | optional |
| attack | attack | no description | Unknown | optional |
| defense | defense | no description | Unknown | optional |
| speed | speed | no description | Unknown | optional |
| luck | luck | no description | Unknown | optional |
| hit | hit | no description | Unknown | optional |
| drops | drops | no description | Unknown | optional |