More actions
Added documentation for attack roll type |
HiddenDragon (talk | contribs) mNo edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
| name = | | name = | ||
| image = | | image = | ||
| icon = | |||
| level = | | level = | ||
| school = | | school = | ||
Line 17: | Line 18: | ||
| summary = | | summary = | ||
| description = | | description = | ||
| extra description = | |||
| brief = | |||
| cost = | | cost = | ||
| hit cost = | | hit cost = | ||
Line 45: | Line 48: | ||
| aoe m = | | aoe m = | ||
| aoe ft = | | aoe ft = | ||
| creature = | |||
| creature description = | |||
| condition = | | condition = | ||
| condition duration = | | condition duration = | ||
Line 54: | Line 59: | ||
| condition2 dc = | | condition2 dc = | ||
| area = | | area = | ||
| area shape = | |||
| area shape = | |||
| area range m = | | area range m = | ||
| area range ft = | | area range ft = | ||
| area duration = | | area duration = | ||
| warning = | | warning = | ||
| higher levels = | | higher levels = | ||
Line 80: | Line 72: | ||
| variant of = | | variant of = | ||
| notes = | | notes = | ||
| bugs = | |||
| video = | | video = | ||
| npc only = | | npc only = | ||
Line 91: | Line 84: | ||
{{SpellPage | {{SpellPage | ||
| name = Acid Splash | | name = Acid Splash | ||
| image = Acid Splash Icon. | | image = Acid Splash.webp | ||
| icon = Acid Splash Icon.webp | |||
| level = cantrip | | level = cantrip | ||
| school = Conjuration | | school = Conjuration | ||
Line 122: | Line 116: | ||
{{SpellPage | {{SpellPage | ||
| name = Bone Chill | | name = Bone Chill | ||
| image = Bone Chill Icon. | | image = Bone Chill.webp | ||
| icon = Bone Chill Icon.webp | |||
| level = cantrip | | level = cantrip | ||
| school = Necromancy | | school = Necromancy | ||
Line 146: | Line 141: | ||
{{SpellPage | {{SpellPage | ||
| name = Blade Ward | | name = Blade Ward | ||
| image = Blade Ward Icon. | | image = Blade Ward.webp | ||
| icon = Blade Ward Icon.webp | |||
| level = cantrip | | level = cantrip | ||
| school = Abjuration | | school = Abjuration | ||
Line 165: | Line 161: | ||
{{SpellPage | {{SpellPage | ||
| name = Hunger of Hadar | | name = Hunger of Hadar | ||
| image = Hunger of Hadar Icon. | | image = Hunger of Hadar.webp | ||
| icon = Hunger of Hadar Icon.webp | |||
| level = 3 | | level = 3 | ||
| school = Conjuration | | school = Conjuration | ||
Line 186: | Line 183: | ||
| damage save effect = half | | damage save effect = half | ||
| concentration = yes | | concentration = yes | ||
| area = Hunger of Hadar | | area = Hunger of Hadar (area) | ||
| area shape = Radius | | area shape = Radius | ||
| area range m = 6 | | area range m = 6 | ||
| area range ft = 20 | | area range ft = 20 | ||
| area duration = 10 | | area duration = 10 | ||
| variants = Chromatic Orb: Thunder, Chromatic Orb: Acid, Chromatic Orb: Cold | | variants = Chromatic Orb: Thunder, Chromatic Orb: Acid, Chromatic Orb: Cold | ||
| notes = | | notes = | ||
Here's some notes just for testing purposes. | * Here's some notes just for testing purposes. | ||
* Two note entries even. | |||
Two | | bugs = | ||
* Some known bug about this spell. | |||
| this is an example = yes | | this is an example = yes | ||
}} | }} | ||
Line 216: | Line 203: | ||
{{SpellPage | {{SpellPage | ||
| name = Aid | | name = Aid | ||
| image = Aid Icon. | | image = Aid.webp | ||
| icon = Aid Icon.webp | |||
| level = 2 | | level = 2 | ||
| school = Abjuration | | school = Abjuration | ||
Line 236: | Line 224: | ||
}} | }} | ||
{{HorizontalRuleImage}} | {{HorizontalRuleImage}} | ||
Line 250: | Line 237: | ||
}, | }, | ||
"image": { | "image": { | ||
"label": "Spell image | "label": "Spell image", | ||
"description": "This is the spell's in-game tooltip image.", | "description": "This is the spell's in-game 380x380 tooltip image.", | ||
"example": "Fireball.webp", | "example": "Fireball.webp", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"icon": { | |||
"label": "Spell icon", | |||
"description": "This is the spell's in-game 144x144 controller UI icon.", | |||
"example": "Fireball Icon.webp", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 317: | Line 311: | ||
"description": "This is the full in-game description of the spell. Try to reflect the in-game description as closely as possible.", | "description": "This is the full in-game description of the spell. Try to reflect the in-game description as closely as possible.", | ||
"example": "Shoot a bright flame from your fingers that explodes upon contact, torching everything in the vicinity for 8d6 Fire damage.", | "example": "Shoot a bright flame from your fingers that explodes upon contact, torching everything in the vicinity for 8d6 Fire damage.", | ||
"type": " | "type": "content", | ||
"required": true | "required": true | ||
}, | |||
"extra description": { | |||
"label": "Extra description", | |||
"description": "The extra in-game description of the spell, shown when the tooltip is locked on screen.", | |||
"type": "content" | |||
}, | |||
"brief": { | |||
"label": "Brief description", | |||
"description": "Minimal description with as little visual clutter (like in-line icons) as possible, for use in infoboxes and the like.", | |||
"type": "content" | |||
}, | }, | ||
"cost": { | "cost": { | ||
Line 519: | Line 523: | ||
"example": "15", | "example": "15", | ||
"type": "number" | "type": "number" | ||
}, | |||
"creature": { | |||
"description": "The page name of a creature to display.", | |||
"example": "Boo", | |||
"type": "string" | |||
}, | |||
"creature description": { | |||
"description": "Text to put underneath the creature box. Accepts full wiki formatting.", | |||
"example": "", | |||
"type": "content" | |||
}, | }, | ||
"condition": { | "condition": { | ||
Line 578: | Line 592: | ||
"area": { | "area": { | ||
"label": "Spell area name", | "label": "Spell area name", | ||
"description": "Indicates the | "description": "Indicates the page of a special area/field/surface/cloud created by the spell (if any). Leave blank if there is none.", | ||
"example": "Hunger of Hadar", | "example": "Hunger of Hadar (area)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"area shape": { | |||
"description": "This indicates the shape that the special area created by the spell takes.", | "description": "This indicates the shape that the special area created by the spell takes.", | ||
"example": "Radius", | "example": "Radius", | ||
Line 617: | Line 620: | ||
"example": "6", | "example": "6", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"higher levels": { | "higher levels": { | ||
Line 720: | Line 638: | ||
"notes": { | "notes": { | ||
"description": "Any extra or related information about the spell.", | "description": "Any extra or related information about the spell.", | ||
"type": "content" | |||
}, | |||
"bugs": { | |||
"description": "Any known bugs about the spell.", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
Line 758: | Line 680: | ||
"name", | "name", | ||
"image", | "image", | ||
"icon", | |||
"level", | "level", | ||
"school", | "school", | ||
Line 765: | Line 688: | ||
"summary", | "summary", | ||
"description", | "description", | ||
"extra description", | |||
"brief", | |||
"cost", | "cost", | ||
"hit cost", | "hit cost", | ||
Line 786: | Line 711: | ||
"aoe m", | "aoe m", | ||
"aoe ft", | "aoe ft", | ||
"creature", | |||
"creature description", | |||
"condition", | "condition", | ||
"condition duration", | "condition duration", | ||
Line 795: | Line 722: | ||
"condition2 dc", | "condition2 dc", | ||
"area", | "area", | ||
"area shape", | |||
"area range m", | "area range m", | ||
"area range ft", | "area range ft", | ||
"area duration", | "area duration", | ||
"warning", | "warning", | ||
"higher levels", | "higher levels", | ||
Line 817: | Line 731: | ||
"variant of", | "variant of", | ||
"notes", | "notes", | ||
"bugs", | |||
"video", | "video", | ||
"recharge", | "recharge", |