Partial implementation of Galapa Retract ancestry ability

This commit is contained in:
Chris Ryan 2025-10-08 21:22:03 +10:00
parent b406ec6c96
commit ec1d96e677

View file

@ -12,16 +12,30 @@
"type": "effect", "type": "effect",
"_id": "HfiAg14hrYt7Yvnj", "_id": "HfiAg14hrYt7Yvnj",
"systemPath": "actions", "systemPath": "actions",
"description": "", "description": "<p><span style=\"box-sizing: border-box; scrollbar-width: thin; scrollbar-color: rgb(93, 20, 43) rgba(0, 0, 0, 0); color: rgb(239, 230, 216); font-family: Montserrat, sans-serif; font-size: 15.75px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgba(24, 22, 46, 0.376); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial\"><strong>Mark a Stress</strong></span><span style=\"color: rgb(239, 230, 216); font-family: Montserrat, sans-serif; font-size: 15.75px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgba(24, 22, 46, 0.376); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none\"> to retract into your shell. While in your shell, you have resistance to physical damage, you have disadvantage on action rolls, and you cant move.</span></p>",
"chatDisplay": true, "chatDisplay": true,
"actionType": "action", "actionType": "action",
"cost": [], "cost": [
{
"scalable": false,
"key": "stress",
"value": 1,
"keyIsID": false,
"step": null,
"consumeOnSuccess": false
}
],
"uses": { "uses": {
"value": null, "value": null,
"max": "", "max": "",
"recovery": null "recovery": null
}, },
"effects": [], "effects": [
{
"_id": "tTTyNKnbYvtWtulG",
"onSave": false
}
],
"target": { "target": {
"type": "any", "type": "any",
"amount": null "amount": null
@ -37,10 +51,12 @@
}, },
"effects": [ "effects": [
{ {
"name": "Base", "name": "Retract",
"type": "base",
"_id": "KoHQg8KurugHlga0",
"img": "icons/magic/defensive/shield-barrier-flaming-diamond-teal.webp", "img": "icons/magic/defensive/shield-barrier-flaming-diamond-teal.webp",
"origin": "Compendium.daggerheart.ancestries.Item.UFR67BUOhNGLFyg9",
"transfer": false,
"_id": "tTTyNKnbYvtWtulG",
"type": "base",
"system": { "system": {
"rangeDependence": { "rangeDependence": {
"enabled": false, "enabled": false,
@ -52,18 +68,12 @@
"changes": [ "changes": [
{ {
"key": "system.resistance.physical.resistance", "key": "system.resistance.physical.resistance",
"mode": 5,
"value": "1",
"priority": null
},
{
"key": "system.disadvantageSources",
"mode": 2, "mode": 2,
"value": "Action Rolls", "value": "1",
"priority": null "priority": null
} }
], ],
"disabled": true, "disabled": false,
"duration": { "duration": {
"startTime": null, "startTime": null,
"combat": null, "combat": null,
@ -73,10 +83,8 @@
"startRound": null, "startRound": null,
"startTurn": null "startTurn": null
}, },
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">While in your shell, you have resistance to physical damage, you have disadvantage on action rolls, and you cant move.</span></p>", "description": "<p><span style=\"box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgb(93, 20, 43) rgba(0, 0, 0, 0);color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:15.75px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial\">Mark a Stress</span><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:15.75px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\"> to retract into your shell. While in your shell, you have resistance to physical damage, you have disadvantage on action rolls, and you cant move.</span></p>",
"origin": null,
"tint": "#ffffff", "tint": "#ffffff",
"transfer": true,
"statuses": [], "statuses": [],
"sort": 0, "sort": 0,
"flags": {}, "flags": {},
@ -84,14 +92,14 @@
"compendiumSource": null, "compendiumSource": null,
"duplicateSource": null, "duplicateSource": null,
"exportSource": null, "exportSource": null,
"coreVersion": "13.346", "coreVersion": "13.348",
"systemId": "daggerheart", "systemId": "daggerheart",
"systemVersion": "0.0.1", "systemVersion": "1.1.2",
"createdTime": 1753996568678, "createdTime": 1759913858975,
"modifiedTime": 1753996633306, "modifiedTime": 1759922272005,
"lastModifiedBy": "MQSznptE5yLT7kj8" "lastModifiedBy": "9HOfUKAXuCu7hUPY"
}, },
"_key": "!items.effects!UFR67BUOhNGLFyg9.KoHQg8KurugHlga0" "_key": "!items.effects!UFR67BUOhNGLFyg9.tTTyNKnbYvtWtulG"
} }
], ],
"sort": 0, "sort": 0,
@ -104,12 +112,12 @@
"compendiumSource": null, "compendiumSource": null,
"duplicateSource": null, "duplicateSource": null,
"exportSource": null, "exportSource": null,
"coreVersion": "13.346", "coreVersion": "13.348",
"systemId": "daggerheart", "systemId": "daggerheart",
"systemVersion": "0.0.1", "systemVersion": "1.1.2",
"createdTime": 1753996513763, "createdTime": 1753996513763,
"modifiedTime": 1753996553192, "modifiedTime": 1759922364297,
"lastModifiedBy": "MQSznptE5yLT7kj8" "lastModifiedBy": "9HOfUKAXuCu7hUPY"
}, },
"_key": "!items!UFR67BUOhNGLFyg9" "_key": "!items!UFR67BUOhNGLFyg9"
} }