mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fix adv hand crossbow to d6 damage, not d4 (#1208)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
b406ec6c96
commit
6f2ffaf2f8
1 changed files with 9 additions and 7 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue