This commit is contained in:
WBHarry 2026-07-22 01:15:07 +02:00 committed by GitHub
commit 1db5253024
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 179 additions and 22 deletions

View file

@ -6,33 +6,71 @@
"description": "<p>When you deal Severe damage to a target within Melee range, you can <strong>mark a Stress</strong> to force them to mark an additional Hit Point.</p>",
"resource": null,
"actions": {
"Il2C9zALU6a1gGrg": {
"type": "effect",
"_id": "Il2C9zALU6a1gGrg",
"EvdZLuP0wunF5cmq": {
"type": "damage",
"_id": "EvdZLuP0wunF5cmq",
"systemPath": "actions",
"description": "<p>When you deal Severe damage to a target within Melee range, you can <strong>mark a Stress</strong> to force them to mark an additional Hit Point.</p>",
"baseAction": false,
"description": "",
"chatDisplay": true,
"originItem": {
"type": "itemCollection"
},
"actionType": "action",
"triggers": [],
"areas": [],
"cost": [
{
"scalable": false,
"key": "stress",
"value": 1,
"step": null
"itemId": null,
"step": null,
"consumeOnSuccess": false
}
],
"uses": {
"value": null,
"max": null,
"recovery": null
"max": "",
"recovery": null,
"consumeOnSuccess": false
},
"damage": {
"main": null,
"resources": {
"hitPoints": {
"base": false,
"applyTo": "hitPoints",
"resultBased": false,
"value": {
"multiplier": "flat",
"flatMultiplier": 0,
"dice": "d6",
"bonus": 1,
"custom": {
"enabled": false,
"formula": ""
}
},
"valueAlt": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false,
"formula": ""
}
}
}
}
},
"effects": [],
"target": {
"type": null,
"type": "any",
"amount": null
},
"effects": [],
"name": "Mark Stress",
"img": "icons/skills/melee/blood-slash-foam-red.webp",
"range": ""
}
},

View file

@ -10,18 +10,25 @@
"level": 10,
"type": "ability",
"actions": {
"lekCIrTCQ2FhwGd1": {
"type": "effect",
"_id": "lekCIrTCQ2FhwGd1",
"Zztzsl3sPdss7xDe": {
"type": "damage",
"_id": "Zztzsl3sPdss7xDe",
"systemPath": "actions",
"description": "<p class=\"Body-Foundation\">When you make a successful attack against an adversary, you can <strong>mark 4 Stress</strong> to force the target to mark a number of Hit Points equal to the number of Hit Points you currently have marked instead of rolling for damage.</p>",
"baseAction": false,
"description": "",
"chatDisplay": true,
"originItem": {
"type": "itemCollection"
},
"actionType": "action",
"triggers": [],
"areas": [],
"cost": [
{
"scalable": false,
"key": "stress",
"value": 4,
"itemId": null,
"step": null,
"consumeOnSuccess": false
}
@ -32,14 +39,44 @@
"recovery": null,
"consumeOnSuccess": false
},
"effects": [],
"damage": {
"main": null,
"resources": {
"hitPoints": {
"base": false,
"applyTo": "hitPoints",
"resultBased": false,
"value": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": true,
"formula": "@system.resources.hitPoints.value"
}
},
"valueAlt": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false,
"formula": ""
}
}
}
}
},
"target": {
"type": "any",
"amount": null
},
"name": "Mark 4 Stress",
"img": "icons/magic/control/silhouette-aura-energy.webp",
"range": ""
"effects": [],
"name": "Mark Stress",
"range": "",
"img": "icons/skills/melee/strike-axe-red.webp"
}
},
"attribution": {

View file

@ -214,7 +214,35 @@
}
}
},
"includeBase": false
"includeBase": false,
"main": null,
"resources": {
"hitPoints": {
"base": false,
"applyTo": "hitPoints",
"resultBased": false,
"value": {
"multiplier": "flat",
"flatMultiplier": 0,
"dice": "d6",
"bonus": 1,
"custom": {
"enabled": false,
"formula": ""
}
},
"valueAlt": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false,
"formula": ""
}
}
}
}
},
"target": {
"type": "any",

View file

@ -14,7 +14,7 @@
"type": "damage",
"_id": "MxaqNvY9IfWnFe5P",
"systemPath": "actions",
"description": "<p class=\"Body-Foundation\">When you successfully make an attack with your weapon, you never deal damage beneath a targets Major damage threshold (the target always marks a minimum of 2 Hit Points).</p><p class=\"Body-Foundation\">Additionally, when a creature within your weapons range deals damage to an ally with an attack that doesnt include you, you can <strong>mark a Stress</strong> to force them to make a Reaction Roll (15). On a failure, the target must mark a Hit Point.</p>",
"description": "<p class=\"Body-Foundation\">When a creature within your weapons range deals damage to an ally with an attack that doesnt include you, you can <strong>mark a Stress</strong> to force them to make a Reaction Roll (15). On a failure, the target must mark a Hit Point.</p>",
"chatDisplay": true,
"actionType": "action",
"cost": [
@ -34,7 +34,34 @@
},
"damage": {
"parts": {},
"includeBase": false
"includeBase": false,
"resources": {
"hitPoints": {
"base": false,
"applyTo": "hitPoints",
"resultBased": false,
"value": {
"multiplier": "flat",
"flatMultiplier": 0,
"dice": "d6",
"bonus": 1,
"custom": {
"enabled": false,
"formula": ""
}
},
"valueAlt": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false,
"formula": ""
}
}
}
}
},
"target": {
"type": "any",

View file

@ -34,7 +34,34 @@
},
"damage": {
"parts": {},
"includeBase": false
"includeBase": false,
"resources": {
"hitPoints": {
"base": false,
"applyTo": "hitPoints",
"resultBased": false,
"value": {
"multiplier": "flat",
"flatMultiplier": 0,
"dice": "d6",
"bonus": 5,
"custom": {
"enabled": false,
"formula": ""
}
},
"valueAlt": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false,
"formula": ""
}
}
}
}
},
"target": {
"type": "any",