mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-20 16:44:40 +01:00
[Fix] Adversary Compendium Pass (#960)
* Went over all adversaries to fix missing ranges * Fixed translation for itemFeatures Protective * Updated all instances of the 'Paired' WeaponFeature in the compendium * Changed all adversary attacks to be chatDisplay=false
This commit is contained in:
parent
ab76d9e91d
commit
b241b36653
140 changed files with 1490 additions and 1201 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Construct",
|
||||
"img": "icons/svg/mystery-man.svg",
|
||||
"img": "systems/daggerheart/assets/icons/documents/actors/dragon-head.svg",
|
||||
"type": "adversary",
|
||||
"folder": "sxvlEwi25uAoB2C5",
|
||||
"system": {
|
||||
|
|
@ -103,7 +103,9 @@
|
|||
},
|
||||
"name": "Fist Slam",
|
||||
"img": "icons/skills/melee/unarmed-punch-fist-yellow-red.webp",
|
||||
"type": "attack"
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"chatDisplay": false
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -111,12 +113,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.4",
|
||||
"createdTime": 1753922784236,
|
||||
"modifiedTime": 1754046151560,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755259462495,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "uOP5oT9QzXPlnf3p",
|
||||
"sort": 4900000,
|
||||
|
|
@ -132,7 +134,7 @@
|
|||
"width": 1,
|
||||
"height": 1,
|
||||
"texture": {
|
||||
"src": "icons/svg/mystery-man.svg",
|
||||
"src": "systems/daggerheart/assets/icons/documents/actors/dragon-head.svg",
|
||||
"anchorX": 0.5,
|
||||
"anchorY": 0.5,
|
||||
"offsetX": 0,
|
||||
|
|
@ -436,12 +438,12 @@
|
|||
},
|
||||
"effects": [],
|
||||
"target": {
|
||||
"type": "any",
|
||||
"type": "self",
|
||||
"amount": null
|
||||
},
|
||||
"name": "Mark Stress",
|
||||
"img": "icons/creatures/magical/construct-golem-stone-blue.webp",
|
||||
"range": ""
|
||||
"range": "self"
|
||||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
|
|
@ -512,12 +514,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.4",
|
||||
"createdTime": 1754013871234,
|
||||
"modifiedTime": 1754143897693,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755260161782,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_key": "!actors.items!uOP5oT9QzXPlnf3p.EF6YIDjQ0liFubGA"
|
||||
},
|
||||
|
|
@ -632,4 +634,4 @@
|
|||
],
|
||||
"effects": [],
|
||||
"_key": "!actors!uOP5oT9QzXPlnf3p"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue