Skip to content

Commit

Permalink
Update older migration for newer megaton strike (foundryvtt#14633)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed May 6, 2024
1 parent 5c183e5 commit 02d14ae
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion packs/iconics/kyra-level-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@
"value": "<p>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.</p>"
},
"equipped": {
"-=inSlot": null,
"carryType": "worn",
"handsHeld": 0,
"inSlot": true,
Expand Down
1 change: 0 additions & 1 deletion packs/iconics/kyra-level-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@
"value": "<p>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.</p>"
},
"equipped": {
"-=inSlot": null,
"carryType": "worn",
"handsHeld": 0,
"inSlot": true,
Expand Down
1 change: 0 additions & 1 deletion packs/pathfinder-monster-core/bone-prophet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,6 @@
"value": "<p>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.</p>"
},
"equipped": {
"-=inSlot": null,
"carryType": "worn",
"handsHeld": 0,
"inSlot": false,
Expand Down
1 change: 0 additions & 1 deletion packs/pathfinder-monster-core/greater-herexen.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@
"value": "<p>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.</p>"
},
"equipped": {
"-=inSlot": null,
"carryType": "worn",
"handsHeld": 0,
"inSlot": false,
Expand Down
1 change: 0 additions & 1 deletion packs/pathfinder-monster-core/herexen.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@
"value": "<p>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.</p>"
},
"equipped": {
"-=inSlot": null,
"carryType": "worn",
"handsHeld": 0,
"inSlot": false,
Expand Down
1 change: 0 additions & 1 deletion packs/pathfinder-monster-core/hryngar-taskmaster.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,6 @@
"value": "<p>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.</p>"
},
"equipped": {
"-=inSlot": null,
"carryType": "worn",
"handsHeld": 0,
"inSlot": true,
Expand Down
1 change: 0 additions & 1 deletion packs/pathfinder-monster-core/kholo-bonekeeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,6 @@
"value": "<p>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.</p>"
},
"equipped": {
"-=inSlot": null,
"carryType": "worn",
"handsHeld": 0,
"inSlot": true,
Expand Down
5 changes: 5 additions & 0 deletions src/module/migration/migrations/916-new-pc-toys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 02d14ae

Please sign in to comment.