Fix adv hand crossbow to d6 damage, not d4 (#1208)

Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
Chris Ryan 2025-10-09 03:24:09 +10:00 committed by GitHub
parent b406ec6c96
commit 6f2ffaf2f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,12 +43,13 @@
"parts": [ "parts": [
{ {
"value": { "value": {
"dice": "d4", "dice": "d6",
"bonus": 5, "bonus": 5,
"multiplier": "prof", "multiplier": "prof",
"flatMultiplier": 1, "flatMultiplier": 1,
"custom": { "custom": {
"enabled": false "enabled": false,
"formula": ""
} }
}, },
"type": [ "type": [
@ -62,7 +63,8 @@
"dice": "d6", "dice": "d6",
"bonus": null, "bonus": null,
"custom": { "custom": {
"enabled": false "enabled": false,
"formula": ""
} }
}, },
"base": false "base": false
@ -105,12 +107,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": 1753795089792, "createdTime": 1753795089792,
"modifiedTime": 1753795117775, "modifiedTime": 1759575214347,
"lastModifiedBy": "FecEtPuoQh6MpjQ0" "lastModifiedBy": "mdk78Q6pOyHh6aBg"
}, },
"_key": "!items!Lsvocst8aGqkBj7g" "_key": "!items!Lsvocst8aGqkBj7g"
} }