More actions
No edit summary |
No edit summary |
||
| Line 74: | Line 74: | ||
"type": "string" | "type": "string" | ||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"item_type", | |||
"aliases", | |||
"rarity", | |||
"attunement", | |||
"properties", | |||
"spells", | |||
"charges", | |||
"dc", | |||
"price", | |||
"materials", | |||
"creator", | |||
"owner" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 18:43, 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 |