mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Change the damage to use d8 instead of d6
This commit is contained in:
parent
b406ec6c96
commit
a8804d6b7f
1 changed files with 9 additions and 7 deletions
|
|
@ -127,11 +127,12 @@
|
||||||
"resultBased": false,
|
"resultBased": false,
|
||||||
"value": {
|
"value": {
|
||||||
"custom": {
|
"custom": {
|
||||||
"enabled": false
|
"enabled": false,
|
||||||
|
"formula": ""
|
||||||
},
|
},
|
||||||
"multiplier": "flat",
|
"multiplier": "flat",
|
||||||
"flatMultiplier": 2,
|
"flatMultiplier": 2,
|
||||||
"dice": "d6",
|
"dice": "d8",
|
||||||
"bonus": 3
|
"bonus": 3
|
||||||
},
|
},
|
||||||
"applyTo": "hitPoints",
|
"applyTo": "hitPoints",
|
||||||
|
|
@ -145,7 +146,8 @@
|
||||||
"dice": "d6",
|
"dice": "d6",
|
||||||
"bonus": null,
|
"bonus": null,
|
||||||
"custom": {
|
"custom": {
|
||||||
"enabled": false
|
"enabled": false,
|
||||||
|
"formula": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -188,12 +190,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": 1753922784438,
|
"createdTime": 1753922784438,
|
||||||
"modifiedTime": 1754338003443,
|
"modifiedTime": 1759666111504,
|
||||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
"lastModifiedBy": "9HOfUKAXuCu7hUPY"
|
||||||
},
|
},
|
||||||
"_id": "rZPH0BY8Sznc9sFG",
|
"_id": "rZPH0BY8Sznc9sFG",
|
||||||
"sort": 3400000,
|
"sort": 3400000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue