More actions
StarCitizen>Alistar Bot m →top: Hygiene |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
The | <templatedata> | ||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of item", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name" | |||
}, | |||
"item_type": { | |||
"label": "Item Type", | |||
"description": "The type the item is", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"aliases": { | |||
"label": "Aliases", | |||
} | "description": "Aliases of the item", | ||
"type": "string" | |||
}, | |||
"rarity": { | |||
"label": "Rarity", | |||
</ | "description": "Rarity of the item", | ||
"type": "string" | |||
}, | |||
"materials": { | |||
"label": "Materials", | |||
"description": "Materials that make up the item", | |||
"type": "string" | |||
}, | |||
"price": { | |||
"label": "Price", | |||
"description": "Typical price of the item", | |||
"type": "string" | |||
}, | |||
"attunement": { | |||
"label": "Attunement", | |||
"description": "If this item requires attunement", | |||
"type": "boolean" | |||
}, | |||
"properties": { | |||
"label": "Properties", | |||
"description": "Any properties of the item", | |||
"type": "string" | |||
}, | |||
"spells": { | |||
"label": "Spells", | |||
"description": "Any spells the item can cast", | |||
"type": "string" | |||
}, | |||
"charges": { | |||
"label": "Charges", | |||
"description": "Amount of charges the item has", | |||
"type": "string" | |||
}, | |||
"dc": { | |||
"label": "Save DC", | |||
"description": "The save DC for this items spells/effects", | |||
"type": "string" | |||
}, | |||
"creator": { | |||
"label": "Creator", | |||
"description": "Creator of the item", | |||
"type": "string" | |||
}, | |||
"owner": { | |||
"label": "Owner", | |||
"description": "Owner of the item", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> |
Revision as of 18:40, 23 May 2025
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of item | String | required |
Image | image | no description | File | optional |
Item Type | item_type | The type the item is | String | required |
Aliases | aliases | Aliases of the item | String | optional |
Rarity | rarity | Rarity of the item | String | optional |
Materials | materials | Materials that make up the item | String | optional |
Price | price | Typical price of the item | String | optional |
Attunement | attunement | If this item requires attunement | Boolean | optional |
Properties | properties | Any properties of the item | String | optional |
Spells | spells | Any spells the item can cast | String | optional |
Charges | charges | Amount of charges the item has | String | optional |
Save DC | dc | The save DC for this items spells/effects | String | optional |
Creator | creator | Creator of the item | String | optional |
Owner | owner | Owner of the item | String | optional |