mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
merge main to development (#1244)
* Fixed typo of defi ant to defiant (#1175) Co-authored-by: Chris Ryan <chrisr@blackhole> * Add dice value support to Advesaries and Environments (#1186) Co-authored-by: Chris Ryan <chrisr@blackhole> * Update Powerful Beast for Errata changes (#1185) Co-authored-by: Chris Ryan <chrisr@blackhole> * Remove unnecessary chatDisplay (#1171) * Remove dupe weapon (#1167) Co-authored-by: Chris Ryan <chrisr@blackhole> * Rune Ward reduces damage with flat 1d8 (#1191) Co-authored-by: Chris Ryan <chrisr@blackhole> * Fix adv hand crossbow to d6 damage, not d4 (#1208) Co-authored-by: Chris Ryan <chrisr@blackhole> * Fix advantages for Armored Sentry (#1210) Co-authored-by: Chris Ryan <chrisr@blackhole> * Change the damage to use d8 instead of d6 (#1211) Co-authored-by: Chris Ryan <chrisr@blackhole> * [PR] Compendium fixes and Typo checks - 26 Oct (#1233) * PR fixes and Typo checks - 26 Oct * removed dwarf tough skin action as it was unecessary * Fix the damage output of the Takedown Beastform feature (#1240) Co-authored-by: Chris Ryan <chrisr@blackhole> --------- Co-authored-by: Chris Ryan <chrisr@blackhole> Co-authored-by: UsernameIsInUse <49582925+UsernameIsInUse@users.noreply.github.com> Co-authored-by: Nikhil Nagarajan <potter.nikhil@gmail.com>
This commit is contained in:
parent
3aaae26ba1
commit
bccedffbca
88 changed files with 3270 additions and 559 deletions
|
|
@ -13,14 +13,14 @@
|
|||
},
|
||||
"mainTrait": "strength",
|
||||
"advantageOn": {
|
||||
"mX0DbTDuWAIpAGYq": {
|
||||
"value": "Armadillo"
|
||||
"4AbCgOZvyUFH9Pug": {
|
||||
"value": "Dig"
|
||||
},
|
||||
"0VGGQOhVOoNpZfdJ": {
|
||||
"value": "Pangolin"
|
||||
"8GsRyXaQnfsGNGW6": {
|
||||
"value": "Locate"
|
||||
},
|
||||
"6v6bkfKevJrn3YHf": {
|
||||
"value": "Turtle"
|
||||
"0ut15QizNIG254Vw": {
|
||||
"value": "Protect"
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
|
|
@ -130,12 +130,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.347",
|
||||
"coreVersion": "13.350",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "1.0.5",
|
||||
"systemVersion": "1.1.2",
|
||||
"createdTime": 1753580987168,
|
||||
"modifiedTime": 1755395295538,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
"modifiedTime": 1761502671010,
|
||||
"lastModifiedBy": "fBcTgyTzoARBvohY"
|
||||
},
|
||||
"_id": "8pUHJv3BYdjA4Qdf",
|
||||
"sort": 100000,
|
||||
|
|
|
|||
|
|
@ -62,13 +62,13 @@
|
|||
{
|
||||
"key": "system.traits.strength.value",
|
||||
"mode": 2,
|
||||
"value": "1",
|
||||
"value": "3",
|
||||
"priority": null
|
||||
},
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "3",
|
||||
"value": "1",
|
||||
"priority": null
|
||||
},
|
||||
{
|
||||
|
|
@ -111,11 +111,11 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.350",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0",
|
||||
"modifiedTime": 1753636973034
|
||||
"lastModifiedBy": "fBcTgyTzoARBvohY",
|
||||
"modifiedTime": 1761503222813
|
||||
},
|
||||
"_key": "!items.effects!m8BVTuJI1wCvzTcf.AZGTvqzFVHa4wS1a"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,16 +32,18 @@
|
|||
"resultBased": false,
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": true,
|
||||
"formula": "(@prof+2)@basicAttackDamageDice"
|
||||
"enabled": false,
|
||||
"formula": ""
|
||||
},
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null
|
||||
"dice": "d8",
|
||||
"bonus": 6,
|
||||
"flatMultiplier": 1
|
||||
},
|
||||
"applyTo": "hitPoints",
|
||||
"type": [],
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"base": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
|
|
@ -49,9 +51,64 @@
|
|||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"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
|
||||
|
|
@ -150,12 +207,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.347",
|
||||
"coreVersion": "13.350",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "1.1.0",
|
||||
"systemVersion": "1.1.2",
|
||||
"createdTime": 1753621786000,
|
||||
"modifiedTime": 1756041242273,
|
||||
"lastModifiedBy": "vUIbuan0U50nfKBE"
|
||||
"modifiedTime": 1762341337917,
|
||||
"lastModifiedBy": "9HOfUKAXuCu7hUPY"
|
||||
},
|
||||
"_id": "0ey4kM9ssj2otHvb",
|
||||
"sort": 600000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue