1,750
editsMore actions
add enemies support
(natrec fix) |
(add enemies support) |
||
Line 252: | Line 252: | ||
Granted by the Spells: | Granted by the Spells: | ||
{{#invoke: ParseList | main | {{{granted by spells}}} | makeLinks = yes }} | {{#invoke: ParseList | main | {{{granted by spells}}} | makeLinks = yes }} | ||
}}{{#if: {{{enemies|}}} | {{blank}} | |||
Used by Enemies: | |||
{{#invoke: ParseList | main | {{{enemies}}} | makeLinks = yes }} | |||
}} | }} | ||
}}<div class="bg3wiki-tooltip-box"> | }}<div class="bg3wiki-tooltip-box"> | ||
Line 363: | Line 367: | ||
| granted by items = | | granted by items = | ||
| granted by spells = | | granted by spells = | ||
| enemies = | |||
| notes = | | notes = | ||
| video = | | video = | ||
Line 950: | Line 955: | ||
"description": "This specifies what spells get access to or trigger this action. Similar to the class and race arguments, this list can be comma-separated as well.", | "description": "This specifies what spells get access to or trigger this action. Similar to the class and race arguments, this list can be comma-separated as well.", | ||
"example": "Poisoner's Ring", | "example": "Poisoner's Ring", | ||
"type": "string", | |||
"suggested": false | |||
}, | |||
"enemies": { | |||
"description": "This specifies which enemies use this action.", | |||
"example": "Magma Mephit", | |||
"type": "string", | "type": "string", | ||
"suggested": false | "suggested": false | ||
Line 1,043: | Line 1,054: | ||
"granted by items", | "granted by items", | ||
"granted by spells", | "granted by spells", | ||
"enemies", | |||
"notes", | "notes", | ||
"video", | "video", |