Template:Action page/doc: Difference between revisions

Jump to navigation Jump to search
Updated area doc
(expanding to include the modernized damage parameters in template data)
(Updated area doc)
(5 intermediate revisions by 3 users not shown)
Line 5: Line 5:
| summary =
| summary =
| description =
| description =
| extra description =
| image =
| image =
| controller icon =
| icon =
| cost =
| cost =
| hit cost =
| hit cost =
Line 40: 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 68: Line 54:
| warning =
| 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",
"suggested": true
},
"controller icon": {
"label": "Controller icon",
"description": "The class action's controller icon, used in the controller only interface. Should be 144x144.",
"example": "Fireball Icon.webp",
"type": "string",
"suggested": true
},
"icon": {
"label": "icon",
"description": "The class action's small icon, used in the hotkey bar. Should be 64x64.",
"example": "Fireball Icon.webp",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 134: Line 140:
},
},
"attack roll": {
"attack roll": {
"description": "Whether the action is reliant on a attack roll. Leave blank if no attack roll is made.",
"description": "Whether the action is reliant on a attack roll and it's type. Leave blank if no attack roll is made.",
"example": "Yes",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"Yes"
"yes",
"melee weapon",
"melee spell",
"melee unarmed",
"melee off-hand weapon",
"ranged weapon",
"ranged spell",
"ranged unarmed",
"ranged off-hand weapon"
],
],
"default": "No"
"default": "No"
Line 379: 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 415: Line 417:
"example": "6",
"example": "6",
"type": "number"
"type": "number"
},
"area turn start damage": {
"description": "How much damage this area does to an entity starting its turn in it.",
"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"
},
"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"
]
},
},
"warning": {
"warning": {
Line 737: 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 622:
"summary",
"summary",
"description",
"description",
        "extra description",
"image",
"image",
"controller icon",
"icon",
"cost",
"cost",
         "hit cost",
         "hit cost",
Line 785: 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",
Line 839: Line 694:
"used by creatures",
"used by creatures",
"notes",
"notes",
"bugs",
"video",
"video",
"this is an example",
"this is an example",
Line 874: 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 905: 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
}}
}}

Navigation menu