Template:Action page/doc: Difference between revisions

Jump to navigation Jump to search
Updated area doc
(remove manual transclusion notice)
(Updated area doc)
(11 intermediate revisions by 5 users not shown)
Line 5: Line 5:
| summary =
| summary =
| description =
| description =
| extra description =
| image =
| image =
| controller icon =
| icon =
| cost =
| cost =
| cost amount =
| cost2 =
| cost2 amount =
| cost3 =
| cost3 amount =
| hit cost =
| hit cost =
| hit cost amount =
| hit cost2 =
| hit cost2 amount =
| concentration =
| concentration =
| damage =
| damage =
| damage2 =
| damage type =
| damage modifier =
| extra damge =
| extra damage type =
| extra damage modifier =  
| recharge =
| recharge =
| duration =
| duration =
| save =
| save =
| on save =
| attack roll =  
| attack roll =  
| on miss =
| range =
| range =
| range m =  
| range m =  
Line 30: Line 31:
| aoe ft =
| aoe ft =
| additional =  
| additional =  
| higherlevels =
| higher levels =
| variants =
| variants =
| variant of =
| condition =
| condition =
| condition duration =  
| condition duration =  
Line 41: Line 43:
| condition2 dc =
| condition2 dc =
| area =
| area =
| area category =
| area shape =
| area shape =
| area range m =
| area range m =
| area range ft =
| area range ft =
| area duration =
| 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 =
| X learns at level X =
| granted by feats =
| granted by feats =
Line 67: Line 52:
| granted by spells =  
| granted by spells =  
| used by creatures =
| used by creatures =
| warning =
| notes =
| notes =
| bugs =
| video =
| video =
}}
}}
Line 97: Line 84:
"type": "string",
"type": "string",
"required": true
"required": true
},
"extra description": {
"label": "Extra description",
"description": "The extra in-game description of the action, shown when the tooltip is locked on screen.",
"type": "string"
},
},
"image": {
"image": {
"label": "Action image/icon",
"label": "Tooltip image",
"description": "The page's main image. [[File:NoImage Icon.webp|x40px]] will be used if empty.",
"description": "The page's main tool image, used in the in-game tooltips. Should be 380x380.",
"example": "Fireball Icon.png",
"example": "Fireball.webp",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"cost": {
"controller icon": {
"description": "The resource cost of the action. Valid resources are any resource available in the Resource Template.",
"label": "Controller icon",
"example": "action",
"description": "The class action's controller icon, used in the controller only interface. Should be 144x144.",
"suggestedvalues": [
"example": "Fireball Icon.webp",
"action",
"type": "string",
"bonus",
"suggested": true
"reaction",
"freeaction",
"ki",
"supdie"
],
"suggested": true,
"type": "string"
},
},
        "cost amount": {
"icon": {
"description": "The amount of the resource consumed by the action. If using the movement resource, the number specified is the movement specified in feet. Defaults to 1 if not specified.",
"label": "icon",
"example": "2",
"description": "The class action's small icon, used in the hotkey bar. Should be 64x64.",
"suggestedvalues": [
"example": "Fireball Icon.webp",
"1",
"type": "string",
"5",
"suggested": true
"2"
],
"suggested": true,
"type": "number"
},
},
        "cost2": {
"cost": {
"description": "The second resource cost of the action. Valid resources are any resource available in the Resource Template.",
"description": "A comma separated list of resources used to perform the action. Use a colon and a number to specify > 1 cost. Valid resources are any resource available in the Resource Template.",
"example": "action",
"example": "action, ki:2",
"suggestedvalues": [
"suggestedvalues": [
"action",
"action",
"bonus",
"bonus",
"reaction",
"reaction",
"freeaction",
"movement",
                "half movement",
"ki",
"ki",
"supdie"
"supdie"
Line 144: Line 126:
"type": "string"
"type": "string"
},
},
         "cost2 amount": {
         "hit cost": {
"description": "The amount of the second resource consumed by the action. If using the movement resource, the number specified is the movement specified in feet. Defaults to 1 if not specified.",
"description": "A comma separated list of resources used only if the action is successful. Any resource defined in [[Template:Resource]] can be used",
"example": "2",
"example": "ki, bonus",
"suggestedvalues": [
"1",
"5",
"2"
],
"suggested": true,
"type": "number"
},
        "cost3": {
"description": "The third resource cost of the action. Valid resources are any resource available in the Resource Template.",
"example": "action",
"suggestedvalues": [
"suggestedvalues": [
"action",
"action",
"bonus",
"bonus",
"reaction",
"reaction",
"freeaction",
"supdie",
"ki",
"ki"
"supdie"
],
],
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
},
},
        "cost3 amount": {
"attack roll": {
"description": "The amount of the third resource consumed by the action. If using the movement resource, the number specified is the movement specified in feet. Defaults to 1 if not specified.",
"description": "Whether the action is reliant on a attack roll and it's type. Leave blank if no attack roll is made.",
"example": "2",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"1",
"yes",
"5",
"melee weapon",
"2"
"melee spell",
"melee unarmed",
"melee off-hand weapon",
"ranged weapon",
"ranged spell",
"ranged unarmed",
"ranged off-hand weapon"
],
],
"suggested": true,
"default": "No"
"type": "number"
},
},
         "hit cost": {
         "on miss": {
"description": "The resource cost of the action used only if the action is successful. Any resource defined in [[Template:Resource]] can be used",
"description": "Used in conjunction with 'attack roll' describes what happens if the action misses its attack roll.",
"example": "ki, bonus",
"example": "Targets still take half damage.",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"action",
"Targets still take half damage."
"bonus",
]
"reaction",
"supdie",
"ki"
],
"suggested": true,
"type": "string"
},
},
        "hit cost amount": {
"damage": {
"description": "The amount of the resource consumed by the action. If using the movement resource, the number specified is the movement specified in feet. Defaults to 1 if not specified.",
"description": "The damage of the action, expressed as a number, damage dice, or in text",
"example": "2",
"example": "3d6",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"1",
"1d4",
"5",
                "20",
"2"
                "Weapon Damage"
],
]
"suggested": true,
"type": "number"
},
},
        "hit cost2": {
"damage type": {
"description": "The second resource cost of the action used only if the action is successful. Any resource defined in [[Template:Resource]] can be used",
"description": "The type of damage being dealt",
"example": "ki, bonus",
"example": "Acid",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"action",
"Slashing",
"bonus",
                "Piercing",
"reaction",
                "Bludgeoning",
"supdie",
                "Acid",
"ki"
                "Fire",
],
                "Cold",
"suggested": true,
                "Lightning",
"type": "string"
                "Thunder",
                "Necrotic",
                "Poison",
                "Healing"
]
},
},
         "hit cost2 amount": {
         "damage modifier": {
"description": "The amount of the second resource consumed by the action. If using the movement resource, the number specified is the movement specified in feet. Defaults to 1 if not specified.",
"description": "Any modifiers to the damage, found after the plus sign in the damage tooltip. Often a flexible value that scales with the source's ability scores.",
"example": "2",
"example": "STR",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"1",
"STR",
"5",
                "DEX",
"2"
                "Spellcasting"
],
]
"suggested": true,
"type": "number"
},
},
"attack roll": {
        "extra damage": {
"description": "Whether the action is reliant on a attack roll. Leave blank if no attack roll is made.",
"description": "The secondary damage of the action, if applicable. Will be output as damage + damage2. Same parameters as damage. Extra damage can be added up to six times by adding and incrementing the parameters each additional time, i.e. extra damage 2, extra damage type 2 etc.",
"example": "Yes",
"example": "3d6",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"Yes"
"1d4",
],
                "20",
"default": "No"
                "Weapon Damage"
]
},
},
"damage": {
"extra damage type": {
"description": "The damage of the action. \n* amount: amount in number or die like 1d8 \n* amounttext: if your amount is text instead of a number or die you need to do this instead \n* type: damage type, i.e. Healing",
"description": "The type of damage being dealt",
"example": "amount:3d6, type:Acid",
"example": "Acid",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"amounttext:Weapon, type:Physical"
"Slashing",
                "Piercing",
                "Bludgeoning",
                "Acid",
                "Fire",
                "Cold",
                "Lightning",
                "Thunder",
                "Necrotic",
                "Poison",
                "Healing"
]
]
},
},
"damage2": {
        "extra damage modifier": {
"description": "The secondary damage of the action. Will be output as damage + damage2. Same params as damage.",
"description": "Any modifiers to the damage, found after the plus sign in the damage tooltip. Often a flexible value that scales with the source's ability scores.",
"example": "amount:6d20, type:Radiant",
"example": "STR",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"amounttext:Weapon, type:Physical"
"STR",
                "DEX",
                "Spellcasting"
]
]
},
},
Line 275: Line 261:
],
],
"type": "string"
"type": "string"
},
        "on save": {
"description": "Used in conjunction with 'save', describes what happens when the target successfully makes their saving throw.",
"example": "Targets still take half damage.",
"type": "string",
"suggestedvalues": [
"Targets still take half damage."
]
},
},
"concentration": {
"concentration": {
Line 398: Line 392:
"example": "Hunger of Hadar",
"example": "Hunger of Hadar",
"type": "string"
"type": "string"
},
"area category": {
"description": "This indicates the type of area created by the action.",
"example": "surface",
"type": "string",
"suggestedvalues": [
"cloud",
"surface",
"area"
],
"default": "area"
},
},
"area shape": {
"area shape": {
Line 435: Line 418:
"type": "number"
"type": "number"
},
},
"area turn start damage": {
"warning": {
"description": "How much damage this area does to an entity starting its turn in it.",
"description": "Warning text for the tooltip that doesn't belong in the description.",
"example": "2d4",
"type": "string"
},
"area turn start damage type": {
"description": "The type of damage dealt to a creature starting its turn in the area created by this action.",
"example": "Cold",
"type": "string"
},
"area turn start damage save": {
"description": "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.",
"example": "Dexterity",
"type": "string",
"suggestedvalues": [
"Strength",
"Dexterity",
"Constitution",
"Intelligence",
"WIsdom",
"Charisma"
]
},
"area turn start damage save effect": {
"description": "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\".",
"example": "half",
"type": "string",
"suggestedvalues": [
"half",
"negate"
],
"default": "negate"
},
"area turn end damage": {
"description": "How much damage this area does to an entity ending its turn in it.",
"example": "2d4",
"type": "string"
},
"area turn end damage type": {
"description": "The type of damage dealt to a creature ending its turn in the area created by this action.",
"example": "Necrotic",
"type": "string"
},
"area turn end damage save": {
"description": "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.",
"example": "Dexterity",
"type": "string",
"suggestedvalues": [
"Strength",
"Dexterity",
"Constitution",
"Intelligence",
"Wisdom",
"Charisma"
]
},
"area turn end damage save effect": {
"description": "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\".",
"type": "string",
"suggestedvalues": [
"half",
"negate"
],
"default": "negate"
},
"area condition": {
"description": "The full name of the condition applied by this action's area, leave blank if no condition is applied.",
"example": "Burning",
"type": "string"
"type": "string"
},
"area condition save": {
"description": "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\"",
"example": "WIS",
"type": "string",
"suggestedvalues": [
"Strength",
"Dexterity",
"Constitution",
"Intelligence",
"Wisdom",
"Charisma"
]
},
"area condition2": {
"description": "The full name of the second condition applied by this action's area, leave blank if no second condition is applied.",
"example": "Burning",
"type": "string"
},
"area condition2 save": {
"description": "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\"",
"example": "WIS",
"type": "string",
"suggestedvalues": [
"Strength",
"Dexterity",
"Constitution",
"Intelligence",
"Wisdom",
"Charisma"
]
},
"area condition3": {
"description": "The full name of the third condition applied by this action's area, leave blank if no third condition is applied.",
"example": "Burning",
"type": "string"
},
"area condition3 save": {
"description": "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\"",
"example": "WIS",
"type": "string",
"suggestedvalues": [
"Strength",
"Dexterity",
"Constitution",
"Intelligence",
"Wisdom",
"Charisma"
]
},
"area condition4": {
"description": "The full name of the fourth condition applied by this action's area, leave blank if no fourth condition is applied.",
"example": "Burning",
"type": "string"
},
"area condition4 save": {
"description": "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\"",
"example": "WIS",
"type": "string",
"suggestedvalues": [
"Strength",
"Dexterity",
"Constitution",
"Intelligence",
"Wisdom",
"Charisma"
]
},
},
"variants": {
"variants": {
"description": "Comma-separated list of variants of the action, like the element types of Chromatic Orb.",
"description": "Comma-separated list of variants of the action, like the element types of Chromatic Orb.",
"example": "Chromatic Orb: Fire, Chromatic Orb: Ice, Chromatic Orb: Acid, ...",
"example": "Chromatic Orb: Fire, Chromatic Orb: Ice, Chromatic Orb: Acid, ...",
"type": "string"
},
"variant of": {
"description": "The spell that is the parent of this spell",
"example": "Chromatic Orb",
"type": "string"
"type": "string"
},
},
Line 747: Line 602:
"notes": {
"notes": {
"description": "Any extra or related information about the action.",
"description": "Any extra or related information about the action.",
"type": "content"
},
"bugs": {
"description": "Any known bugs about the action.",
"type": "content"
"type": "content"
},
},
Line 753: Line 612:
"type": "wiki-file-name"
"type": "wiki-file-name"
},
},
"higherlevels": {},
"other ways to learn": {
"other ways to learn": {
"description": "Other ways to learn. These will be inserted as-is at the end of the how to learn field.",
"description": "Other ways to learn. These will be inserted as-is at the end of the how to learn field.",
Line 764: Line 622:
"summary",
"summary",
"description",
"description",
        "extra description",
"image",
"image",
"controller icon",
"icon",
"cost",
"cost",
        "cost amount",
        "cost2",
        "cost2 amount",
        "cost3",
        "cost3 amount",
         "hit cost",
         "hit cost",
        "hit cost amount",
        "hit cost2",
        "hit cost2 amount",
"damage",
"damage",
"damage2",
"damage type",
        "damage modifier",
        "extra damage",
        "extra damage type",
        "extra damage modifier",
"recharge",
"recharge",
"duration",
"duration",
"attack roll",
"attack roll",
"on miss",
"save",
"save",
"on save",
"concentration",
"concentration",
"range",
"range",
Line 798: Line 657:
         "condition2 dc",
         "condition2 dc",
"area",
"area",
"area category",
"area shape",
"area shape",
"area range m",
"area range m",
"area range ft",
"area range ft",
"area duration",
"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",
"higher levels",
"higher levels",
"variants",
"variants",
        "variant of",
"class learns at level 1",
"class learns at level 1",
"class learns at level 2",
"class learns at level 2",
Line 845: Line 688:
"race learns at level 11",
"race learns at level 11",
"race learns at level 12",
"race learns at level 12",
"warning",
"granted by feats",
"granted by feats",
"granted by items",
"granted by items",
Line 850: Line 694:
"used by creatures",
"used by creatures",
"notes",
"notes",
"bugs",
"video",
"video",
"this is an example",
"this is an example",
"higherlevels",
"other ways to learn"
"other ways to learn"
]
]
Line 873: Line 717:
| save = DEX, abc
| save = DEX, abc
| additional = * abcd
| additional = * abcd
| higherlevels = go far
| higher levels = go far
| condition = Flight
| condition = Flight
| condition duration = 1
| condition duration = 1
Line 886: Line 730:
| class learns at level 3 = Monk
| class learns at level 3 = Monk
| race learns at level 5 = Wood Elf
| race learns at level 5 = Wood Elf
| notes = * bar
| notes =
* Some note.
| bugs =
* Some known bug.
| video = Fireball-showcase.mp4
| video = Fireball-showcase.mp4
}}</pre>
}}</pre>
Line 904: Line 751:
| save = DEX, abc
| save = DEX, abc
| additional = * abcd
| additional = * abcd
| higherlevels = go far
| higher levels = go far
| condition = Flight
| condition = Flight
| condition duration = 1
| condition duration = 1
Line 917: Line 764:
| class learns at level 3 = Monk
| class learns at level 3 = Monk
| race learns at level 5 = Wood Elf
| race learns at level 5 = Wood Elf
| notes = * bar
| notes =
* Some note.
| bugs =
* Some known bug.
| video = Fireball-showcase.mp4
| video = Fireball-showcase.mp4
}}
}}
Line 934: Line 784:
| save = DEX, abc
| save = DEX, abc
| additional = * abcd
| additional = * abcd
| higherlevels = go far
| higher levels = go far
| other ways to learn =  
| other ways to learn =  
* By ticking a giant space hamster
* By ticking a giant space hamster
* Carameldansen under the Mouth of Bhaal
* Carameldansen under the Mouth of Bhaal
}}
}}

Navigation menu