Template:Spell page/doc: Difference between revisions

Jump to navigation Jump to search
Removed area parameters that are no longer needed
(Added extra description to doc)
(Removed area parameters that are no longer needed)
Line 56: Line 56:
| condition2 dc =
| condition2 dc =
| area =
| area =
| area category =
| 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 2 =
| area condition 3 =
| area condition 4 =
| warning =
| warning =
| higher levels =
| higher levels =
Line 193: Line 179:
| damage save effect = half
| damage save effect = half
| concentration = yes
| concentration = yes
| area = Hunger of Hadar
| area = Hunger of Hadar (area)
| area category = cloud
| 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
| area turn start damage = 2d6
| area turn start damage type = Cold
| area turn start damage save = none
| area turn start damage save effect =
| area turn end damage = 2d6
| area turn end damage type = Acid
| area turn end damage save = Dexterity
| area turn end damage save effect = half damage
| area condition = Difficult Terrain
| area condition 2 = Blinded
| variants = Chromatic Orb: Thunder, Chromatic Orb: Acid, Chromatic Orb: Cold
| variants = Chromatic Orb: Thunder, Chromatic Orb: Acid, Chromatic Orb: Cold
| notes =
| notes =
Line 599: Line 573:
"area": {
"area": {
"label": "Spell area name",
"label": "Spell area name",
"description": "Indicates the name of a special area/field/surface/cloud created by the spell (if any). Leave blank if there is none.",
"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 category": {
"description": "This indicates the type of area created by the spell.",
"example": "surface",
"type": "string",
"suggestedvalues": [
"cloud",
"surface",
"area"
],
"default": "area"
},
"area shape": {
"description": "This indicates the shape that the special area created by the spell takes.",
"example": "Radius",
"type": "string",
"suggestedvalues": [
"Radius",
"Cone",
"Cube"
]
},
},
"area range m": {
"area range m": {
Line 638: Line 591:
"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 spell.",
"example": "Cold",
"type": "string"
},
"area turn start damage save": {
"description": "The saving throw an entity starting its turn in the area created by this spell 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 spell'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 spell.",
"example": "Necrotic",
"type": "string"
},
"area turn end damage save": {
"description": "The saving throw an entity ending its turn in the area created by this spell 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 spell'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 spell's area, leave blank if no condition is applied.",
"example": "Burning",
"type": "string"
},
"area condition 2": {
"description": "The full name of the second condition applied by this spell's area, leave blank if no second condition is applied.",
"example": "Burning",
"type": "string"
},
"area condition 3": {
"description": "The full name of the third condition applied by this spell's area, leave blank if no third condition is applied.",
"example": "Burning",
"type": "string"
},
"area condition 4": {
"description": "The full name of the fourth condition applied by this spell's area, leave blank if no fourth condition is applied.",
"example": "Burning",
"type": "string"
},
},
"higher levels": {
"higher levels": {
Line 822: Line 690:
"condition2 dc",
"condition2 dc",
"area",
"area",
"area category",
"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 2",
"area condition 3",
"area condition 4",
"warning",
"warning",
"higher levels",
"higher levels",

Navigation menu