Ad placeholder

Template:Spell page/doc: Difference between revisions

Jump to navigation Jump to search
Removed cost2, hit cost2, action type, and no spell slot fields as they are served by cost/hit cost
(Added variant of)
(Removed cost2, hit cost2, action type, and no spell slot fields as they are served by cost/hit cost)
Line 17: Line 17:
| summary =
| summary =
| description =
| description =
| action type =
| cost =
| cost =
| cost2 =
| hit cost =
| hit cost =
| hit cost2 =
| attack roll =
| attack roll =
| damage =
| damage =
Line 313: Line 310:
"type": "string",
"type": "string",
"required": true
"required": true
},
"action type": {
"description": "The type of action that the spell consumes.",
"example": "action",
"suggestedvalues": [
"action",
"bonus",
"reaction"
],
"suggested": true,
"type": "string"
},
},
"cost": {
"cost": {
"description": "The resource needed to cast this spell.",
"description": "The resource needed to cast this spell.",
"example": "action",
"suggestedvalues": [
"action",
"bonus",
"reaction",
                "spell1",
                "l1"
],
"suggested": true,
"type": "string"
},
        "cost2": {
"description": "The second resource needed to cast this spell.",
"example": "action",
"example": "action",
"suggestedvalues": [
"suggestedvalues": [
Line 353: Line 326:
"hit cost": {
"hit cost": {
"description": "The resource expended when the spell hits the target.",
"description": "The resource expended when the spell hits the target.",
"example": "bonus",
"suggestedvalues": [
"bonus",
"reaction",
                "spell1",
                "l1"
],
"suggested": true,
"type": "string"
},
"hit cost2": {
"description": "The second resource expended when the spell hits the target.",
"example": "bonus",
"example": "bonus",
"suggestedvalues": [
"suggestedvalues": [
Line 721: Line 682:
"Per Combat"
"Per Combat"
]
]
},
"no spell slot": {
"description": "If specified, indicates that this spell does not consume a spell slot when used.",
"type": "boolean"
},
},
"other ways to learn": {
"other ways to learn": {
Line 747: Line 704:
"summary",
"summary",
"description",
"description",
"action type",
         "cost",
         "cost",
        "cost2",
         "hit cost",
         "hit cost",
        "hit cost2",
"attack roll",
"attack roll",
"damage",
"damage",
Line 798: Line 752:
"video",
"video",
"recharge",
"recharge",
"no spell slot",
"other ways to learn",
"other ways to learn",
"cannot be learned"
"cannot be learned"

Navigation menu