From 800ea59ba180755e416866d75fb9dae69476d8d6 Mon Sep 17 00:00:00 2001 From: Simon Ward Date: Wed, 3 Jul 2024 19:47:44 -0700 Subject: [PATCH] Automate immobilized immunity for NPC Inexorable ability --- packs/blood-lords-bestiary/shadow-worm.json | 7 ++++++- packs/pathfinder-bestiary/azure-worm.json | 7 ++++++- packs/pathfinder-bestiary/crimson-worm.json | 7 ++++++- packs/pathfinder-bestiary/purple-worm.json | 7 ++++++- packs/pfs-season-3-bestiary/languid-purple-worm.json | 7 ++++++- packs/sky-kings-tomb-bestiary/glacial-worm.json | 7 ++++++- packs/sky-kings-tomb-bestiary/gray-worm.json | 7 ++++++- packs/strength-of-thousands-bestiary/aspect-of-hunger.json | 7 ++++++- packs/strength-of-thousands-bestiary/gluttonworm.json | 7 ++++++- 9 files changed, 54 insertions(+), 9 deletions(-) diff --git a/packs/blood-lords-bestiary/shadow-worm.json b/packs/blood-lords-bestiary/shadow-worm.json index 4f0e464925c..3ab6bc90492 100644 --- a/packs/blood-lords-bestiary/shadow-worm.json +++ b/packs/blood-lords-bestiary/shadow-worm.json @@ -148,7 +148,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "rarity": "common", diff --git a/packs/pathfinder-bestiary/azure-worm.json b/packs/pathfinder-bestiary/azure-worm.json index d8d1fedb91f..de882a707ee 100644 --- a/packs/pathfinder-bestiary/azure-worm.json +++ b/packs/pathfinder-bestiary/azure-worm.json @@ -197,7 +197,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "rarity": "common", diff --git a/packs/pathfinder-bestiary/crimson-worm.json b/packs/pathfinder-bestiary/crimson-worm.json index 1b22b48bb4b..015a83fd8ed 100644 --- a/packs/pathfinder-bestiary/crimson-worm.json +++ b/packs/pathfinder-bestiary/crimson-worm.json @@ -256,7 +256,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "rarity": "common", diff --git a/packs/pathfinder-bestiary/purple-worm.json b/packs/pathfinder-bestiary/purple-worm.json index 603843379f6..a05f5d2e014 100644 --- a/packs/pathfinder-bestiary/purple-worm.json +++ b/packs/pathfinder-bestiary/purple-worm.json @@ -239,7 +239,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "rarity": "common", diff --git a/packs/pfs-season-3-bestiary/languid-purple-worm.json b/packs/pfs-season-3-bestiary/languid-purple-worm.json index 2cd05cda65c..8a96c5f7d2c 100644 --- a/packs/pfs-season-3-bestiary/languid-purple-worm.json +++ b/packs/pfs-season-3-bestiary/languid-purple-worm.json @@ -238,7 +238,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "rarity": "common", diff --git a/packs/sky-kings-tomb-bestiary/glacial-worm.json b/packs/sky-kings-tomb-bestiary/glacial-worm.json index 4908218f122..800100c5969 100644 --- a/packs/sky-kings-tomb-bestiary/glacial-worm.json +++ b/packs/sky-kings-tomb-bestiary/glacial-worm.json @@ -201,7 +201,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "value": [] diff --git a/packs/sky-kings-tomb-bestiary/gray-worm.json b/packs/sky-kings-tomb-bestiary/gray-worm.json index 7be8427b89f..7786a91b194 100644 --- a/packs/sky-kings-tomb-bestiary/gray-worm.json +++ b/packs/sky-kings-tomb-bestiary/gray-worm.json @@ -223,7 +223,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "value": [] diff --git a/packs/strength-of-thousands-bestiary/aspect-of-hunger.json b/packs/strength-of-thousands-bestiary/aspect-of-hunger.json index 9e0c9533da0..d98e65a21ec 100644 --- a/packs/strength-of-thousands-bestiary/aspect-of-hunger.json +++ b/packs/strength-of-thousands-bestiary/aspect-of-hunger.json @@ -212,7 +212,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "rarity": "common", diff --git a/packs/strength-of-thousands-bestiary/gluttonworm.json b/packs/strength-of-thousands-bestiary/gluttonworm.json index 6b144b5d8dd..7c7d56f469d 100644 --- a/packs/strength-of-thousands-bestiary/gluttonworm.json +++ b/packs/strength-of-thousands-bestiary/gluttonworm.json @@ -186,7 +186,12 @@ "remaster": false, "title": "" }, - "rules": [], + "rules": [ + { + "key": "Immunity", + "type": "immobilized" + } + ], "slug": null, "traits": { "rarity": "common",