mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-21 09:04:39 +01:00
fix sage workflow and descriptions
This commit is contained in:
parent
c0ba592e52
commit
0699e656c0
20 changed files with 290 additions and 273 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"type": "domainCard",
|
||||
"folder": "xZrCYAd05ayNu1yW",
|
||||
"system": {
|
||||
"description": "<p><p class=\"Card-Feature\"><em><strong>Tekaira Armored Beetles:</strong></em> <strong>Mark a </strong><tooltip category=\"rule\" class=\"tooltip-convert\" element=\"stress\" nexus=\"daggerheart\"><strong>Stress</strong></tooltip> to conjure armored beetles that encircle you. When you next take damage, reduce the severity by one threshold. You can <strong>spend a </strong><tooltip category=\"rule\" class=\"tooltip-convert\" element=\"hope\" nexus=\"daggerheart\"><strong>Hope</strong></tooltip> to keep the beetles conjured after taking damage. </p><p class=\"Card-Feature\"><em><strong>Fire Flies:</strong></em> Make a <tooltip category=\"rule\" class=\"tooltip-convert\" element=\"spellcast-roll\" nexus=\"daggerheart\"><strong>Spellcast Roll</strong></tooltip> against all adversaries within <tooltip category=\"rule\" class=\"tooltip-convert\" element=\"close\" nexus=\"daggerheart\">Close</tooltip> range. <strong>Spend a Hope</strong> to deal <strong>2d8+3</strong> magic damage to targets you succeeded against.</p></p>",
|
||||
"description": "<p class=\"Card-Feature\"><em><strong>Tekaira Armored Beetles:</strong></em> <strong>Mark a Stress</strong> to conjure armored beetles that encircle you. When you next take damage, reduce the severity by one threshold. You can <strong>spend a Hope</strong> to keep the beetles conjured after taking damage.</p><p class=\"Card-Feature\"><em><strong>Fire Flies:</strong></em> Make a <strong>Spellcast Roll</strong> against all adversaries within Close range. <strong>Spend a Hope</strong> to deal <strong>2d8+3</strong> magic damage to targets you succeeded against.</p>",
|
||||
"domain": "sage",
|
||||
"recallCost": 1,
|
||||
"level": 2,
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"type": "attack",
|
||||
"_id": "qygTUSNldYNbP7vN",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"description": "<p><em><strong>Tekaira Armored Beetles:</strong></em> <strong>Mark a Stress</strong> to conjure armored beetles that encircle you. When you next take damage, reduce the severity by one threshold.</p>",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"type": "effect",
|
||||
"_id": "533qzPIjcccpiMey",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"description": "<p>You can <strong>spend a Hope</strong> to keep the beetles conjured after taking damage.</p>",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
|
|
@ -103,17 +103,53 @@
|
|||
"type": "attack",
|
||||
"_id": "nugW0yPOG08pqBAT",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"description": "<p><em><strong>Fire Flies:</strong></em> Make a <strong>Spellcast Roll</strong> against all adversaries within Close range. <strong>Spend a Hope</strong> to deal <strong>2d8+3</strong> magic damage to targets you succeeded against.</p>",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"cost": [
|
||||
{
|
||||
"consumeOnSuccess": true,
|
||||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [],
|
||||
"parts": [
|
||||
{
|
||||
"resultBased": false,
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
},
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 2,
|
||||
"dice": "d6",
|
||||
"bonus": 3
|
||||
},
|
||||
"applyTo": "hitPoints",
|
||||
"type": [
|
||||
"magical"
|
||||
],
|
||||
"base": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
|
|
@ -144,67 +180,6 @@
|
|||
"name": "Fire Flies: Cast",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"range": "close"
|
||||
},
|
||||
"Q7EST1G1neHjL6ng": {
|
||||
"type": "damage",
|
||||
"_id": "Q7EST1G1neHjL6ng",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
{
|
||||
"keyIsID": false,
|
||||
"key": "hope",
|
||||
"value": 1,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
},
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 2,
|
||||
"dice": "d8",
|
||||
"bonus": 3
|
||||
},
|
||||
"applyTo": "hitPoints",
|
||||
"type": [
|
||||
"magical"
|
||||
],
|
||||
"base": false,
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
},
|
||||
"effects": [],
|
||||
"name": "Fire Flies: Deal Damage",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"range": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -217,8 +192,8 @@
|
|||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753922784438,
|
||||
"modifiedTime": 1754229257272,
|
||||
"lastModifiedBy": "l5jB3XmcVXOTQpRZ"
|
||||
"modifiedTime": 1754332801285,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
},
|
||||
"_id": "rZPH0BY8Sznc9sFG",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue