Template:Ability: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
"title1": {}, | "title1": { | ||
"image1": {}, | "aliases": [ | ||
"trait": {}, | "title" | ||
"origin": {}, | ], | ||
"power": {}, | "description": "The name of this ability", | ||
"rarity": {}, | "example": "Divine Fertility Dividing", | ||
"destructive_power": {} | "type": "string", | ||
"required": true | |||
}, | |||
"image1": { | |||
"aliases": [ | |||
"image" | |||
], | |||
"description": "The image to show for this ability", | |||
"example": "Dfd-0.png", | |||
"required": true | |||
}, | |||
"trait": { | |||
"aliases": [ | |||
"description" | |||
], | |||
"description": "What does this ability do?", | |||
"example": "Halves the Fertility of someone in contact every 10 seconds" | |||
}, | |||
"origin": { | |||
"description": "Where did this ability come from / how did its user obtain it?", | |||
"example": "Granted by Odin" | |||
}, | |||
"power": { | |||
"description": "How powerful is this ability?", | |||
"example": "9/10" | |||
}, | |||
"rarity": { | |||
"description": "How rare is this ability", | |||
"example": "Only one user" | |||
}, | |||
"destructive_power": { | |||
"description": "How destructive is this ability", | |||
"example": "11/10" | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 01:23, 26 June 2024
Ability
[[File:{{{image1}}}]]
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title1 | title1 title | The name of this ability
| String | required |
image1 | image1 image | The image to show for this ability
| Unknown | required |
trait | trait description | What does this ability do?
| Unknown | optional |
origin | origin | Where did this ability come from / how did its user obtain it?
| Unknown | optional |
power | power | How powerful is this ability?
| Unknown | optional |
rarity | rarity | How rare is this ability
| Unknown | optional |
destructive_power | destructive_power | How destructive is this ability
| Unknown | optional |