Template:NWN:Spell: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
{{{name}}} | {{{name}}} | ||
==Description== | ==Description== | ||
immunity {{{immunity}}} | |||
{{NWN:Spell:Description|desc={{{desc}}}}} | {{NWN:Spell:Description|desc={{{desc}}}}} | ||
icon {{{icon}}} | icon {{{icon}}} | ||
| Line 32: | Line 35: | ||
"deprecated": false, | "deprecated": false, | ||
"description": "Icon for the spell" | "description": "Icon for the spell" | ||
}, | |||
"immunity": { | |||
"label": "Spell Immunity", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Revision as of 06:28, 10 February 2018
Name
{{{name}}}
Description
immunity {{{immunity}}}
{{{desc}}}
icon {{{icon}}}
An NWN Spell.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | The name of the spell | Line | required |
| desc | desc | The spell's description | Content | suggested |
| icon | icon | Icon for the spell | Line | suggested |
| Spell Immunity | immunity | no description | String | optional |