Template:Action page: Difference between revisions
(add enemies support) |
(enemies->creatures) |
||
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: {{{ | }}{{#if: {{{creatures|}}} | {{blank}} | ||
Used by | Used by Creatures: | ||
{{#invoke: ParseList | main | {{{ | {{#invoke: ParseList | main | {{{creatures}}} | makeLinks = yes }} | ||
}} | }} | ||
}}<div class="bg3wiki-tooltip-box"> | }}<div class="bg3wiki-tooltip-box"> | ||
Line 367: | Line 367: | ||
| granted by items = | | granted by items = | ||
| granted by spells = | | granted by spells = | ||
| | | creatures = | ||
| notes = | | notes = | ||
| video = | | video = | ||
Line 958: | Line 958: | ||
"suggested": false | "suggested": false | ||
}, | }, | ||
" | "creatures": { | ||
"description": "This specifies which | "description": "This specifies which creatures use this action.", | ||
"example": "Magma Mephit", | "example": "Magma Mephit", | ||
"type": "string", | "type": "string", | ||
Line 1,054: | Line 1,054: | ||
"granted by items", | "granted by items", | ||
"granted by spells", | "granted by spells", | ||
" | "creatures", | ||
"notes", | "notes", | ||
"video", | "video", |
Revision as of 01:36, 17 September 2023
Usage
{{ActionPage | this is an example = | summary = | description = | image = | level = | school = | cost = | concentration = | damage = | damage2 = | recharge = | duration = | save = | attack roll = | ritual = | range = | range m = | range ft = | aoe = | aoe m = | aoe ft = | additional = | higherlevels = | variants = | condition = | condition duration = | condition save = | condition2 = | condition2 duration = | condition2 save = | area = | area category = | area shape = | area range m = | area range ft = | area duration = | area turn start damage = | area turn start damage type = | area turn start damage save = | area turn start damage save effect = | area turn end damage = | area turn end damage type = | area turn end damage save = | area turn end damage save effect = | area condition = | area condition save = | area condition2 = | area condition2 save = | area condition3 = | area condition3 save = | area condition4 = | area condition4 save = | X learns at level X = | granted by feats = | granted by items = | granted by spells = | creatures = | notes = | video = }}
This generates pages that don't fit other generators, automatically formatting and categorizing the page. Don't be daunted by the number of parameters/options and fill in what you need.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Action summary | summary | The summary of the action and its effects. This goes at the top of the article. Use description for the in-game text description.
| Content | required |
Action description | description | The raw in-game description of the action. Use summary for summarizing the action and its effects.
| String | required |
Action image/icon | image | The page's main image. [[File:NoImage Icon.webp|x40px]] will be used if empty.
| String | suggested |
Spell level | level | Spell level if a spell. This overrides the resource portion of the cost parameter. Use "cantrip" to indicate a 0th level or cantrip spell.
| String | optional |
Spell school | school | The school of magic that the spell belongs to.
| String | optional |
cost | cost | The resource cost of the action. "action", "bonus", "reaction", and "freeaction" are acceptable by themselves or in combination with a resource in the format {Resource}:{Amount}. Resource types: Arcane Recovery: arcrec, Bardic Inspiration: barins, Channel Divinity: chadiv, Channel Oath: chaoat, Fungal Infestation: fnginf, Ki: ki, Lay On Hands: layonh, Natural Recovery: natrec, Rage: rage, Superiority Die: supdie, War Priest: warpri, and Wild Shape: wldshp.
| String | suggested |
damage | damage | The damage of the action.
| String | optional |
damage2 | damage2 | The secondary damage of the action. Will be output as damage + damage2. Same params as damage.
| String | optional |
recharge | recharge | Action recharge time, if applicable
| String | optional |
duration | duration | Duration in turns of the action. Generally you will use condition duration instead.
| String | optional |
ritual | ritual | Indicates whether the action is a ritual spell or not. Leave blank if not a ritual spell.
| String | optional |
attack roll | attack roll | Whether the action is reliant on a attack roll. Leave blank if no attack roll is made.
| String | optional |
save | save | The save (if any) that a target must roll against the damage effect of the action, with the result after the comma.
| String | optional |
concentration | concentration | Whether or not the action requires concentration. Blank = No, otherwise = Yes.
| String | optional |
range | range | The range of the action.
| String | optional |
range m | range m | Use this parameter if the action's range does not fit into one of the presets, "melee", "ranged", or "self". Indicates the range in meters.
| Number | optional |
range ft | range ft | Use this parameter if the action's range does not fit into one of the presets, "melee", "ranged", or "self". Indicates the range in feet.
| Number | optional |
aoe | aoe | Indicates if the action affects an area, and what type of shape its effect is.
| String | optional |
aoe m | aoe m | This indicates the range of the action's aoe shape, in meters.
| Number | optional |
aoe ft | aoe ft | This indicates the range of the action's aoe shape, in feet.
| Number | optional |
additional properties | additional | Any additional properties about the skill that are not covered by template go here, which goes under damage in properties
| Content | optional |
condition | condition | The full name of the condition (if any) that this action applies to its target/s. Leave blank if there is no condition.
| String | optional |
condition duration | condition duration | The duration in turns of the action's applied condition. Leave blank if the duration is unlimited.
| Number | optional |
condition save | condition save | The save that the action's target must roll to avoid or reduce its effects. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
condition2 | condition2 | The full name of the condition (if any) that is applied if there is a second condition.
| String | optional |
condition2 duration | condition2 duration | The duration in turns of the action's second condition. Leave blank if the duration is unlimited.
| Number | optional |
condition2 save | condition2 save | The save that the action's target must roll to avoid or reduce the effects of the second condition. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
Action area name | area | Indicates the name of a special area/field/surface/cloud created by the action (if any). Leave blank if there is none.
| String | optional |
area category | area category | This indicates the type of area created by the action.
| String | optional |
area shape | area shape | This indicates the shape that the special area created by the action takes.
| String | optional |
area range m | area range m | Indicates the range of the area created by action, in meters.
| Number | optional |
area range ft | area range ft | Indicates the range of the area created by action, in feet.
| Number | optional |
area duration | area duration | This indicates how long the area created by the action lasts, in turns.
| Number | optional |
area turn start damage | area turn start damage | How much damage this area does to an entity starting its turn in it.
| String | optional |
area turn start damage type | area turn start damage type | The type of damage dealt to a creature starting its turn in the area created by this action.
| String | optional |
area turn start damage save | area turn start damage save | The saving throw an entity starting its turn in the area created by this action must roll in order to reduce or negate its damage.
| String | optional |
area turn start damage save effect | area turn start damage save effect | This indicates what effect a successful saving throw has on the damage applied to a creature starting its turn in this action's area. Leave blank to default to "negate".
| String | optional |
area turn end damage | area turn end damage | How much damage this area does to an entity ending its turn in it.
| String | optional |
area turn end damage type | area turn end damage type | The type of damage dealt to a creature ending its turn in the area created by this action.
| String | optional |
area turn end damage save | area turn end damage save | The saving throw an entity ending its turn in the area created by this action must roll in order to reduce or negate its damage.
| String | optional |
area turn end damage save effect | area turn end damage save effect | This indicates what effect a successful saving throw has on the damage applied to a creature ending its turn in this action's area. Leave blank to default to "negate".
| String | optional |
area condition | area condition | The full name of the condition applied by this action's area, leave blank if no condition is applied.
| String | optional |
area condition save | area condition save | The save that the action's target must roll to avoid or reduce its effects. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
area condition2 | area condition2 | The full name of the second condition applied by this action's area, leave blank if no second condition is applied.
| String | optional |
area condition2 save | area condition2 save | The save that the action's target must roll to avoid or reduce its effects. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
area condition3 | area condition3 | The full name of the third condition applied by this action's area, leave blank if no third condition is applied.
| String | optional |
area condition3 save | area condition3 save | The save that the action's target must roll to avoid or reduce its effects. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
area condition4 | area condition4 | The full name of the fourth condition applied by this action's area, leave blank if no fourth condition is applied.
| String | optional |
area condition4 save | area condition4 save | The save that the action's target must roll to avoid or reduce its effects. Can use short or long name, e.g: "STR" or "Strength"
| String | optional |
higher levels | higher levels | If the action changes at higher levels, put info about that here
| Content | optional |
variants | variants | Comma-separated list of variants of the action, like the element types of Chromatic Orb.
| String | optional |
class learns at level 1 | class learns at level 1 | This specifies what level the classes get access to this action at level 1. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 2 | class learns at level 2 | This specifies what level the classes get access to this action at level 2. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 3 | class learns at level 3 | This specifies what level the classes get access to this action at level 3. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 4 | class learns at level 4 | This specifies what level the classes get access to this action at level 4. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 5 | class learns at level 5 | This specifies what level the classes get access to this action at level 5. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 6 | class learns at level 6 | This specifies what level the classes get access to this action at level 6. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 7 | class learns at level 7 | This specifies what level the classes get access to this action at level 7. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 8 | class learns at level 8 | This specifies what level the classes get access to this action at level 8. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 9 | class learns at level 9 | This specifies what level the classes get access to this action at level 9. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 10 | class learns at level 10 | This specifies what level the classes get access to this action at level 10. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 11 | class learns at level 11 | This specifies what level the classes get access to this action at level 11. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
class learns at level 12 | class learns at level 12 | This specifies what level the classes get access to this action at level 12. You can use subclass names such as "Fiend" or "Light Domain" to indicate that Fiend Warlocks or Light Domain clerics gain access.
| String | optional |
race learns at level 1 | race learns at level 1 | This specifies what level the races get access to this action at level 1. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 2 | race learns at level 2 | This specifies what level the races get access to this action at level 2. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 3 | race learns at level 3 | This specifies what level the races get access to this action at level 3. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 4 | race learns at level 4 | This specifies what level the races get access to this action at level 4. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 5 | race learns at level 5 | This specifies what level the races get access to this action at level 5. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 6 | race learns at level 6 | This specifies what level the races get access to this action at level 6. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 7 | race learns at level 7 | This specifies what level the races get access to this action at level 7. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 8 | race learns at level 8 | This specifies what level the races get access to this action at level 8. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 9 | race learns at level 9 | This specifies what level the races get access to this action at level 9. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 10 | race learns at level 10 | This specifies what level the races get access to this action at level 10. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 11 | race learns at level 11 | This specifies what level the races get access to this action at level 11. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
race learns at level 12 | race learns at level 12 | This specifies what level the races get access to this action at level 12. You can use subrace names such as "Wood Elf" or "Seldarine Drow" as well.
| String | optional |
granted by feats | granted by feats | This specifies what feats get access to this action. Similar to the class and race arguments, this list can be comma-separated as well.
| String | optional |
granted by items | granted by items | This specifies what items get access to this action. Similar to the class and race arguments, this list can be comma-separated as well.
| String | optional |
granted by spells | granted by spells | 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.
| String | optional |
creatures | creatures | This specifies which creatures use this action.
| String | optional |
notes | notes | Any extra or related information about the action. | Content | optional |
video | video | Name of an uploaded video file showcasing the action. | File | optional |
If this is an example | this is an example | If this is an example and you don't want the page to be categorized and related.
| String | optional |
Example
{{ActionPage| this is an example = yes | description = abc | image = Fly Icon.png | summary = fly you fools | cost = ki:2, action | damage = amounttext: 1d4+1, type:Bludgeoning | damage2 = amount: 1d6, per:beam, type: Fire | recharge = Long Rest | range = melee | duration = LR | save = DEX, abc | additional = * abcd | higherlevels = go far | condition = Flight | condition duration = 1 | area = Darkness | area category = cloud | area shape = Radius | area range m = 5 | area range ft = 17 | area duration = 10 | area condition = Blinded | area condition save = STR | class learns at level 3 = Monk | race learns at level 5 = Wood Elf | notes = * bar | video = Fireball-showcase.mp4 }}
fly you fools
Description
abc
Properties
- Cost:
- Action + 2Ki Points
- Damage:
- 1d4+1 Bludgeoning + 1d6 (1~6) Fire per beam
- Details:
- Melee: 1.5 m / 5 ft
- Creates Area: Darkness
- Recharge: Long rest
- Duration: LR turns
- DEX Save (On Save: abc)
- abcd
At Higher Levels
go far
Condition: Flight
Duration: 1 turn
- Fly up to target position, up to 18 m / 60 ft each turn using your Movement Speed.
Area: Darkness
The action creates a cloud with the following properties.
- AoE: 5 m / 17 ft (Radius)
- Duration: 10 turns
Creatures within the area are affected by the following conditions:
- Ranged attacks and spells have a range of 3 m / 10 ft and Attack Rolls suffer Disadvantage.
- Attack Rolls against Blinded creatures have Advantage.
How to Learn
Classes:
- Class Level 3:
Races:
- Character Level 5:
(Character Level is the sum of all Class Levels for a multi-classed character.)
Notes
- bar
Visuals