mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix the damage output of the Takedown Beastform feature (#1240)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
e2508501a5
commit
3c1f646b61
1 changed files with 68 additions and 11 deletions
|
|
@ -32,16 +32,18 @@
|
||||||
"resultBased": false,
|
"resultBased": false,
|
||||||
"value": {
|
"value": {
|
||||||
"custom": {
|
"custom": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"formula": "(@prof+2)@basicAttackDamageDice"
|
"formula": ""
|
||||||
},
|
},
|
||||||
"multiplier": "prof",
|
"multiplier": "prof",
|
||||||
"flatMultiplier": 1,
|
"dice": "d8",
|
||||||
"dice": "d6",
|
"bonus": 6,
|
||||||
"bonus": null
|
"flatMultiplier": 1
|
||||||
},
|
},
|
||||||
"applyTo": "hitPoints",
|
"applyTo": "hitPoints",
|
||||||
"type": [],
|
"type": [
|
||||||
|
"physical"
|
||||||
|
],
|
||||||
"base": false,
|
"base": false,
|
||||||
"valueAlt": {
|
"valueAlt": {
|
||||||
"multiplier": "prof",
|
"multiplier": "prof",
|
||||||
|
|
@ -49,9 +51,64 @@
|
||||||
"dice": "d6",
|
"dice": "d6",
|
||||||
"bonus": null,
|
"bonus": null,
|
||||||
"custom": {
|
"custom": {
|
||||||
"enabled": false
|
"enabled": false,
|
||||||
|
"formula": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"resultBased": false,
|
||||||
|
"value": {
|
||||||
|
"custom": {
|
||||||
|
"enabled": false,
|
||||||
|
"formula": ""
|
||||||
|
},
|
||||||
|
"multiplier": "flat",
|
||||||
|
"flatMultiplier": 2,
|
||||||
|
"dice": "d8",
|
||||||
|
"bonus": null
|
||||||
|
},
|
||||||
|
"applyTo": "hitPoints",
|
||||||
|
"type": [
|
||||||
|
"physical"
|
||||||
|
],
|
||||||
|
"base": false,
|
||||||
|
"valueAlt": {
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"dice": "d6",
|
||||||
|
"bonus": null,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false,
|
||||||
|
"formula": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"resultBased": false,
|
||||||
|
"value": {
|
||||||
|
"custom": {
|
||||||
|
"enabled": true,
|
||||||
|
"formula": "1"
|
||||||
|
},
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"dice": "d6",
|
||||||
|
"bonus": null
|
||||||
|
},
|
||||||
|
"applyTo": "stress",
|
||||||
|
"base": false,
|
||||||
|
"valueAlt": {
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"dice": "d6",
|
||||||
|
"bonus": null,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false,
|
||||||
|
"formula": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"includeBase": false
|
"includeBase": false
|
||||||
|
|
@ -150,12 +207,12 @@
|
||||||
"compendiumSource": null,
|
"compendiumSource": null,
|
||||||
"duplicateSource": null,
|
"duplicateSource": null,
|
||||||
"exportSource": null,
|
"exportSource": null,
|
||||||
"coreVersion": "13.347",
|
"coreVersion": "13.350",
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "1.1.0",
|
"systemVersion": "1.1.2",
|
||||||
"createdTime": 1753621786000,
|
"createdTime": 1753621786000,
|
||||||
"modifiedTime": 1756041242273,
|
"modifiedTime": 1762341337917,
|
||||||
"lastModifiedBy": "vUIbuan0U50nfKBE"
|
"lastModifiedBy": "9HOfUKAXuCu7hUPY"
|
||||||
},
|
},
|
||||||
"_id": "0ey4kM9ssj2otHvb",
|
"_id": "0ey4kM9ssj2otHvb",
|
||||||
"sort": 600000,
|
"sort": 600000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue