Template:Action page/doc: Difference between revisions

Jump to navigation Jump to search
Updated doc to remove deprecated cost fields
No edit summary
(Updated doc to remove deprecated cost fields)
Line 7: Line 7:
| image =
| image =
| 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 =
Line 107: Line 99:
},
},
"cost": {
"cost": {
"description": "The 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 119: Line 112:
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
},
        "cost amount": {
"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.",
"example": "2",
"suggestedvalues": [
"1",
"5",
"2"
],
"suggested": true,
"type": "number"
},
        "cost2": {
"description": "The second resource cost of the action. Valid resources are any resource available in the Resource Template.",
"example": "action",
"suggestedvalues": [
"action",
"bonus",
"reaction",
"freeaction",
"ki",
"supdie"
],
"suggested": true,
"type": "string"
},
        "cost2 amount": {
"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.",
"example": "2",
"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": [
"action",
"bonus",
"reaction",
"freeaction",
"ki",
"supdie"
],
"suggested": true,
"type": "string"
},
        "cost3 amount": {
"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.",
"example": "2",
"suggestedvalues": [
"1",
"5",
"2"
],
"suggested": true,
"type": "number"
},
},
         "hit cost": {
         "hit cost": {
"description": "The resource cost of the action used only if the action is successful. Any resource defined in [[Template:Resource]] can be used",
"description": "A comma separated list of resources used only if the action is successful. Any resource defined in [[Template:Resource]] can be used",
"example": "ki, bonus",
"suggestedvalues": [
"action",
"bonus",
"reaction",
"supdie",
"ki"
],
"suggested": true,
"type": "string"
},
        "hit cost amount": {
"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.",
"example": "2",
"suggestedvalues": [
"1",
"5",
"2"
],
"suggested": true,
"type": "number"
},
        "hit cost2": {
"description": "The second resource cost of the action used only if the action is successful. Any resource defined in [[Template:Resource]] can be used",
"example": "ki, bonus",
"example": "ki, bonus",
"suggestedvalues": [
"suggestedvalues": [
Line 217: Line 125:
"suggested": true,
"suggested": true,
"type": "string"
"type": "string"
},
        "hit cost2 amount": {
"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.",
"example": "2",
"suggestedvalues": [
"1",
"5",
"2"
],
"suggested": true,
"type": "number"
},
},
"attack roll": {
"attack roll": {
Line 772: Line 669:
"image",
"image",
"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",
"damage2",

Navigation menu