mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed so subclass features beyond foundation are only transferred when they should (#582)
This commit is contained in:
parent
04fbf9db4f
commit
3c470a2d2e
19 changed files with 674 additions and 172 deletions
|
|
@ -7,42 +7,63 @@
|
|||
"system": {
|
||||
"description": "<p>When you take physical damage, you can <strong>mark an additional Armor Slot</strong> to reduce the severity.</p>",
|
||||
"resource": null,
|
||||
"actions": {
|
||||
"MTCPiEn7Y8ioZ5nc": {
|
||||
"type": "effect",
|
||||
"_id": "MTCPiEn7Y8ioZ5nc",
|
||||
"systemPath": "actions",
|
||||
"description": "<p>When you take physical damage, you can mark an additional Armor Slot to reduce the severity.</p>",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
{
|
||||
"scalable": false,
|
||||
"key": "armor",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
},
|
||||
"name": "Mark Armor Slot",
|
||||
"img": "icons/equipment/shield/heater-steel-worn.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"actions": {},
|
||||
"originItemType": null,
|
||||
"originId": null
|
||||
},
|
||||
"effects": [],
|
||||
"effects": [
|
||||
{
|
||||
"name": "Iron Will",
|
||||
"type": "base",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"_id": "htEDIjCEWYtznpRV",
|
||||
"img": "icons/equipment/chest/breastplate-helmet-metal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.rules.damageReduction.maxArmorMarked.stressExtra",
|
||||
"mode": 2,
|
||||
"value": "1",
|
||||
"priority": null
|
||||
}
|
||||
],
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null,
|
||||
"seconds": null,
|
||||
"rounds": null,
|
||||
"turns": null,
|
||||
"startRound": null,
|
||||
"startTurn": null
|
||||
},
|
||||
"description": "<p>When you take physical damage, you can <strong>mark an additional Armor Slot</strong> to reduce the severity.</p>",
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1754350126419,
|
||||
"modifiedTime": 1754350171574,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!7AVRNyBcd1Nffjtn.htEDIjCEWYtznpRV"
|
||||
}
|
||||
],
|
||||
"sort": 250000,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
|
|
@ -57,8 +78,8 @@
|
|||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1754237297894,
|
||||
"modifiedTime": 1754245936410,
|
||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
||||
"modifiedTime": 1754350175771,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!7AVRNyBcd1Nffjtn"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue