[Fix] Cleanup RangeDependant (#2039)

* Made the RangeDependent setting for ActiveEffects Nullable
* Removed all RangeDependent data from SRD where enabled was false before
* Fixed random flickerfly SRD
This commit is contained in:
WBHarry 2026-07-07 00:20:48 +02:00 committed by GitHub
parent 2782b62793
commit b2eeed7bb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
280 changed files with 1692 additions and 3605 deletions

View file

@ -87,27 +87,21 @@
"_id": "klEyAxQa5YHXVnrl",
"img": "icons/creatures/abilities/fang-tooth-blood-red.webp",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
"changes": [
{
"key": "system.bonuses.damage.physical.dice",
"mode": 2,
"value": "1d6",
"priority": null
},
{
"key": "system.bonuses.damage.magical.dice",
"mode": 2,
"value": "1d6",
"priority": null
}
]
},
"changes": [
{
"key": "system.bonuses.damage.physical.dice",
"mode": 2,
"value": "1d6",
"priority": null
},
{
"key": "system.bonuses.damage.magical.dice",
"mode": 2,
"value": "1d6",
"priority": null
}
],
"disabled": true,
"duration": {
"startTime": null,