mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
[Feature] Damage Reduction Rules (#574)
* More rules * Updated some cards with damageReduction * Fixed Endurance and HighStamina Features * More style improvements
This commit is contained in:
parent
6bdeccfbf9
commit
02a8a9c313
59 changed files with 640 additions and 245 deletions
|
|
@ -31,18 +31,20 @@
|
|||
"effects": [
|
||||
{
|
||||
"name": "Reinforced",
|
||||
"description": "When you mark your last Armor Slot, increase your damage thresholds by +2 until you clear at least 1 Armor Slot.",
|
||||
"description": "<p>When you mark your last Armor Slot, increase your damage thresholds by +2 until you clear at least 1 Armor Slot.</p>",
|
||||
"img": "icons/magic/defensive/shield-barrier-glowing-triangle-green.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bunuses.damageThresholds.major",
|
||||
"key": "system.damageThresholds.major",
|
||||
"mode": 2,
|
||||
"value": "2"
|
||||
"value": "2",
|
||||
"priority": null
|
||||
},
|
||||
{
|
||||
"key": "system.bunuses.damageThresholds.severe",
|
||||
"key": "system.damageThresholds.severe",
|
||||
"mode": 2,
|
||||
"value": "2"
|
||||
"value": "2",
|
||||
"priority": null
|
||||
}
|
||||
],
|
||||
"_id": "P3aCN8PQgPXP4C9M",
|
||||
|
|
@ -51,7 +53,12 @@
|
|||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
"combat": null,
|
||||
"seconds": null,
|
||||
"rounds": null,
|
||||
"turns": null,
|
||||
"startRound": null,
|
||||
"startTurn": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
|
|
@ -67,8 +74,8 @@
|
|||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753807455490,
|
||||
"modifiedTime": 1753807455490,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754297884536,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!tzZntboNtHL5C6VM.P3aCN8PQgPXP4C9M"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue