mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 21:58:11 +02:00
[Feature] Damage Iterrable Rework (#1685)
* Initial * More * Fixed current actionConfig damage * Reworked ActionConfig damage ui * . * Updated all Adversary compendium damage entries * more * The rest * Fixed misses * . * . * Also migrate sub fields of MappingField * Removed MappingField * Fix regression with re-tiering adversaries when dealing non-hp damage * Allow iterable object to be detected as an object by foundry --------- Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
This commit is contained in:
parent
d3ebd30e59
commit
5a4bbc91f5
536 changed files with 2476 additions and 2368 deletions
|
|
@ -67,8 +67,8 @@
|
|||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"parts": {
|
||||
"hitPoints": {
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
},
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
|
|
@ -359,8 +359,8 @@
|
|||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"parts": {
|
||||
"hitPoints": {
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
|
|
@ -386,7 +386,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
|
|
@ -459,8 +459,8 @@
|
|||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"parts": {
|
||||
"hitPoints": {
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
|
|
@ -486,7 +486,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
|
|
@ -566,7 +566,7 @@
|
|||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [],
|
||||
"parts": {},
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
|
|
@ -612,8 +612,8 @@
|
|||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"parts": {
|
||||
"hitPoints": {
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
|
|
@ -639,7 +639,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"stress": {
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
|
|
@ -791,8 +791,8 @@
|
|||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"parts": {
|
||||
"hitPoints": {
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
|
|
@ -818,7 +818,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"includeBase": false,
|
||||
"direct": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue