More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 72: | Line 72: | ||
"label": "Owner", | "label": "Owner", | ||
"description": "Owner of the item", | "description": "Owner of the item", | ||
"type": "string" | |||
}, | |||
"affiliations": { | |||
"label": "Affiliations", | |||
"description": "Affiliations the item has", | |||
"type": "string" | "type": "string" | ||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"item_type", | |||
"aliases", | |||
"rarity", | |||
"attunement", | |||
"properties", | |||
"spells", | |||
"charges", | |||
"dc", | |||
"price", | |||
"materials", | |||
"creator", | |||
"owner", | |||
"affiliations" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 18:45, 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 |
| 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 |
| Price | price | Typical price of the item | String | optional |
| Materials | materials | Materials that make up the item | String | optional |
| Creator | creator | Creator of the item | String | optional |
| Owner | owner | Owner of the item | String | optional |
| Affiliations | affiliations | Affiliations the item has | String | optional |