diff --git a/packs/iconics/kyra-level-3.json b/packs/iconics/kyra-level-3.json index 0b385656b03..a60318644f0 100644 --- a/packs/iconics/kyra-level-3.json +++ b/packs/iconics/kyra-level-3.json @@ -413,7 +413,6 @@ "value": "

This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.

" }, "equipped": { - "-=inSlot": null, "carryType": "worn", "handsHeld": 0, "inSlot": true, diff --git a/packs/iconics/kyra-level-5.json b/packs/iconics/kyra-level-5.json index 6a56c1c96e1..889d7c636c1 100644 --- a/packs/iconics/kyra-level-5.json +++ b/packs/iconics/kyra-level-5.json @@ -554,7 +554,6 @@ "value": "

This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.

" }, "equipped": { - "-=inSlot": null, "carryType": "worn", "handsHeld": 0, "inSlot": true, diff --git a/packs/pathfinder-monster-core/bone-prophet.json b/packs/pathfinder-monster-core/bone-prophet.json index f3539a607d8..50e16b7b39f 100644 --- a/packs/pathfinder-monster-core/bone-prophet.json +++ b/packs/pathfinder-monster-core/bone-prophet.json @@ -2403,7 +2403,6 @@ "value": "

This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.

" }, "equipped": { - "-=inSlot": null, "carryType": "worn", "handsHeld": 0, "inSlot": false, diff --git a/packs/pathfinder-monster-core/greater-herexen.json b/packs/pathfinder-monster-core/greater-herexen.json index 6f98a3ed4c8..852a228028b 100644 --- a/packs/pathfinder-monster-core/greater-herexen.json +++ b/packs/pathfinder-monster-core/greater-herexen.json @@ -571,7 +571,6 @@ "value": "

This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.

" }, "equipped": { - "-=inSlot": null, "carryType": "worn", "handsHeld": 0, "inSlot": false, diff --git a/packs/pathfinder-monster-core/herexen.json b/packs/pathfinder-monster-core/herexen.json index e2e9511fc2c..dc96adf32ca 100644 --- a/packs/pathfinder-monster-core/herexen.json +++ b/packs/pathfinder-monster-core/herexen.json @@ -467,7 +467,6 @@ "value": "

This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.

" }, "equipped": { - "-=inSlot": null, "carryType": "worn", "handsHeld": 0, "inSlot": false, diff --git a/packs/pathfinder-monster-core/hryngar-taskmaster.json b/packs/pathfinder-monster-core/hryngar-taskmaster.json index abb2c4e560e..7e5a5806e35 100644 --- a/packs/pathfinder-monster-core/hryngar-taskmaster.json +++ b/packs/pathfinder-monster-core/hryngar-taskmaster.json @@ -998,7 +998,6 @@ "value": "

This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.

" }, "equipped": { - "-=inSlot": null, "carryType": "worn", "handsHeld": 0, "inSlot": true, diff --git a/packs/pathfinder-monster-core/kholo-bonekeeper.json b/packs/pathfinder-monster-core/kholo-bonekeeper.json index a1f8a17c120..78e8de46806 100644 --- a/packs/pathfinder-monster-core/kholo-bonekeeper.json +++ b/packs/pathfinder-monster-core/kholo-bonekeeper.json @@ -1294,7 +1294,6 @@ "value": "

This piece of wood or silver is emblazoned with an image representing a deity. Some divine spellcasters, such as clerics, can use a religious symbol of their deity to use certain abilities and cast some spells. A religious symbol can be worn on the body on a chain or pin, or can be held.

" }, "equipped": { - "-=inSlot": null, "carryType": "worn", "handsHeld": 0, "inSlot": true, diff --git a/src/module/migration/migrations/916-new-pc-toys.ts b/src/module/migration/migrations/916-new-pc-toys.ts index 232d0e7ce30..d8c3e8b9e97 100644 --- a/src/module/migration/migrations/916-new-pc-toys.ts +++ b/src/module/migration/migrations/916-new-pc-toys.ts @@ -104,6 +104,11 @@ export class Migration916NewPCToys extends MigrationBase { { key: "RollOption", option: "megaton", + predicate: [ + { + not: "feature:construct-innovation", + }, + ], suboptions: [ { label: "PF2E.SpecificRule.Inventor.Unstable.Stable", value: "stable" }, { label: "PF2E.TraitUnstable", value: "unstable" },