{
	"baseitem": [
		{
			"name": "Alchemist's Supplies",
			"source": "XPHB",
			"activities": [
				{
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"ability": "int",
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		}
	],
	"item": [
		{
			"name": "+1 Rhythm-Maker's Drum",
			"source": "TCE",
			"activities": [
				{
					"name": "Restore Bardic Inspiration",
					"type": "utility",
					"activation": {
						"type": "action",
						"value": 1
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-1",
								"target": {
									"prop": "classFeature",
									"uid": "Bardic Inspiration|Bard|XPHB|1"
								}
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "+1 Rod of the Pact Keeper",
			"source": "XDMG",
			"activities": [
				{
					"name": "Regain Spell Slot",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							},
							{
								"type": "attribute",
								"value": "-1",
								"target": "spells.pact.value"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "lr",
								"type": "recoverAll"
							}
						],
						"max": "1"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "+2 Rhythm-Maker's Drum",
			"source": "TCE",
			"activities": [
				{
					"name": "Restore Bardic Inspiration",
					"type": "utility",
					"activation": {
						"type": "action",
						"value": 1
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-1",
								"target": {
									"prop": "classFeature",
									"uid": "Bardic Inspiration|Bard|XPHB|1"
								}
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "+2 Rod of the Pact Keeper",
			"source": "XDMG",
			"activities": [
				{
					"name": "Regain Spell Slot",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							},
							{
								"type": "attribute",
								"value": "-1",
								"target": "spells.pact.value"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "lr",
								"type": "recoverAll"
							}
						],
						"max": "1"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "+3 Rhythm-Maker's Drum",
			"source": "TCE",
			"activities": [
				{
					"name": "Restore Bardic Inspiration",
					"type": "utility",
					"activation": {
						"type": "action",
						"value": 1
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-1",
								"target": {
									"prop": "classFeature",
									"uid": "Bardic Inspiration|Bard|XPHB|1"
								}
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "+3 Rod of the Pact Keeper",
			"source": "XDMG",
			"activities": [
				{
					"name": "Regain Spell Slot",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							},
							{
								"type": "attribute",
								"value": "-1",
								"target": "spells.pact.value"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "lr",
								"type": "recoverAll"
							}
						],
						"max": "1"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Acid",
			"source": "XPHB",
			"activities": [
				{
					"name": "Throw Acid",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creatureOrObject",
							"special": "You can see"
						}
					},
					"range": {
						"units": "ft",
						"value": "20"
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 6,
								"types": [
									"acid"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"calculation": "dex"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Alchemist's Fire",
			"source": "XPHB",
			"activities": [
				{
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creatureOrObject",
							"count": "1"
						}
					},
					"range": {
						"units": "ft",
						"value": "20"
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 4,
								"types": [
									"fire"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"calculation": "dex"
						}
					},
					"effects": [
						{
							"foundryId": "alchemistsFire"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "alchemistsFire",
					"name": "Burning.",
					"description": "Rules reference: &Reference[burning]."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Amulet of Health",
			"source": "XDMG",
			"effects": [
				{
					"name": "Upgraded Constitution",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.con.value",
							"mode": "UPGRADE",
							"value": 19
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Amulet of the Planes",
			"source": "XDMG",
			"activities": [
				{
					"name": "Activate",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"associated": [
							"arc"
						],
						"dc": {
							"formula": "15"
						},
						"ability": "int"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Animated Shield",
			"source": "XDMG",
			"activities": [
				{
					"name": "Animate",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "animatedShield"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "animatedShield",
					"duration": {
						"seconds": 60
					},
					"description": "The Shield hovers in your space to protect you as if you were wielding it, leaving your hands free."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Antitoxin",
			"source": "XPHB",
			"activities": [
				{
					"type": "utility",
					"activation": {
						"type": "bonus",
						"value": 1
					},
					"duration": {
						"value": "1",
						"units": "hour"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "antitoxin"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "antitoxin",
					"duration": {
						"seconds": 3600
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Apparatus of Kwalish",
			"source": "XDMG",
			"activities": [
				{
					"name": "Move Levers",
					"type": "utility",
					"descriptionEntries": [
						"Adjust up to two levers up or down"
					],
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "2",
							"type": "object"
						}
					},
					"range": {
						"units": "touch"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Armor of Invulnerability",
			"source": "XDMG",
			"activities": [
				{
					"name": "Metal Shell",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "armorOfInvulnera"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "armorOfInvulnera",
					"name": "Metal Shell",
					"disabled": true,
					"transfer": true,
					"duration": {
						"seconds": 600
					},
					"changes": [
						{
							"key": "system.traits.di.value",
							"mode": "ADD",
							"value": "bludgeoning"
						},
						{
							"key": "system.traits.di.value",
							"mode": "ADD",
							"value": "piercing"
						},
						{
							"key": "system.traits.di.value",
							"mode": "ADD",
							"value": "slashing"
						}
					],
					"description": "You have Immunity to Bludgeoning, Piercing, and Slashing damage for 10 minutes or until you are no longer wearing the armor."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Arrow-Catching Shield",
			"source": "XDMG",
			"activities": [
				{
					"name": "Intercept Attack",
					"type": "utility",
					"descriptionEntries": [
						"You become the target of the ranged attack."
					],
					"activation": {
						"type": "reaction",
						"condition": "an attacker makes a ranged attack roll against a target within 5 feet of you"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "any",
							"special": "attack roll made against target"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					}
				}
			],
			"effects": [
				{
					"name": "Ranged Attack AC Bonus",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 2
						}
					],
					"description": "You gain a +2 bonus to Armor Class against ranged attack rolls while you wield this Shield. This bonus is in addition to the Shield's normal bonus to AC."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Assassin's Blood",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 12,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "10"
						}
					},
					"effects": [
						{
							"foundryId": "assassinsBlood"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "assassinsBlood",
					"name": "Poisoned",
					"duration": {
						"seconds": 86400
					},
					"statuses": [
						"poisoned"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Axe of the Dwarvish Lords",
			"source": "XDMG",
			"activities": [
				{
					"name": "Attack",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"critical": {
							"bonus": "20"
						},
						"includeBase": true
					}
				},
				{
					"name": "Conjure Earth Elemental",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					},
					"profiles": [
						{
							"uuid": "@creature[earth elemental|xmm]"
						}
					]
				},
				{
					"name": "Travel the Depths (Teleport)",
					"type": "cast",
					"descriptionEntries": [
						"If target is underground, there is no chance for mishap."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "3"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "day",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "3"
					},
					"range": {
						"units": "touch"
					},
					"spell": {
						"uuid": "@spell[teleport|xphb]",
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Throw",
					"type": "attack",
					"descriptionEntries": [
						"Bonus Damage: 1d8 Force vs Giant"
					],
					"activation": {
						"type": "action"
					},
					"range": {
						"units": "ft",
						"special": "20 feet Normal range; 60 feet Long range",
						"value": "20"
					},
					"attack": {
						"type": {
							"value": "ranged"
						}
					},
					"damage": {
						"critical": {
							"bonus": "20"
						},
						"includeBase": true,
						"parts": [
							{
								"number": 1,
								"denomination": 8,
								"types": [
									"force"
								]
							}
						]
					}
				}
			],
			"effects": [
				{
					"name": "Blessings of Moradin",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.senses.darkvision",
							"mode": "ADD",
							"value": 60
						},
						{
							"key": "system.abilities.con.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.tools.brewer",
							"mode": "UPGRADE",
							"value": 1
						},
						{
							"key": "system.tools.mason",
							"mode": "UPGRADE",
							"value": 1
						},
						{
							"key": "system.tools.mason",
							"mode": "UPGRADE",
							"value": 1
						},
						{
							"key": "system.traits.di.value",
							"mode": "ADD",
							"value": "poison"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "fire"
						},
						{
							"key": "system.abilities.con.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					],
					"descriptionEntries": [
						{
							"type": "entries",
							"name": "Blessings of Moradin",
							"entries": [
								"While attuned to the axe, you gain the following benefits:"
							]
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Baba Yaga's Dancing Broom",
			"source": "XDMG",
			"activities": [
				{
					"name": "Animate",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"special": "If the broom is reduced to 0 HP before reverting to its inanimate form."
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "An unoccupied space"
						}
					},
					"range": {
						"units": "spec",
						"special": "As close to you as possible."
					},
					"profiles": [
						{
							"uuid": "@creature[animated broom|xmm]"
						}
					]
				},
				{
					"name": "Render Broom Inanimate",
					"type": "utility",
					"descriptionEntries": [
						"Renders broom inanimate"
					],
					"activation": {
						"type": "bonus"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bag of Beans",
			"source": "XDMG",
			"activities": [
				{
					"name": "Count Beans",
					"type": "utility",
					"descriptionEntries": [
						"3d4 dry beans found in bag."
					],
					"activation": {
						"type": "",
						"condition": "Upon discovering the bag."
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-3d4"
							},
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "Held Bag of Beans"
						}
					},
					"range": {
						"units": "touch"
					}
				},
				{
					"name": "Dump Beans",
					"type": "save",
					"activation": {
						"type": "special",
						"condition": "Object interaction"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "@item.uses.value"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "10"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 5,
								"denomination": 4,
								"types": [
									"force"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					}
				},
				{
					"name": "Plant Bean",
					"type": "utility",
					"activation": {
						"type": "special",
						"condition": "Object interaction"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "Dirt or sand"
						}
					},
					"range": {
						"units": "touch"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bag of Tricks, Gray",
			"source": "XDMG",
			"activities": [
				{
					"name": "Pull and Throw",
					"type": "summon",
					"descriptionEntries": [
						"Transformed creature determined by DM or table roll"
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"special": "Until the next dawn or when creature is reduced to 0 Hit Points."
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "20"
					},
					"profiles": [
						{
							"uuid": "@creature[weasel|xmm]"
						},
						{
							"uuid": "@creature[giant rat|xmm]"
						},
						{
							"uuid": "@creature[badger|xmm]"
						},
						{
							"uuid": "@creature[boar|xmm]"
						},
						{
							"uuid": "@creature[panther|xmm]"
						},
						{
							"uuid": "@creature[giant badger|xmm]"
						},
						{
							"uuid": "@creature[dire wolf|xmm]"
						},
						{
							"uuid": "@creature[giant elk|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bag of Tricks, Rust",
			"source": "XDMG",
			"activities": [
				{
					"name": "Pull and Throw",
					"type": "summon",
					"descriptionEntries": [
						"Transformed creature determined by DM or table roll"
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"special": "Until the next dawn or when creature is reduced to 0 Hit Points."
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"value": "20",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[brown bear|xmm]"
						},
						{
							"uuid": "@creature[owl|xmm]"
						},
						{
							"uuid": "@creature[rat|xmm]"
						},
						{
							"uuid": "@creature[owl|xmm]"
						},
						{
							"uuid": "@creature[lion|xmm]"
						},
						{
							"uuid": "@creature[goat|xmm]"
						},
						{
							"uuid": "@creature[mastiff|xmm]"
						},
						{
							"uuid": "@creature[giant goat|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bag of Tricks, Tan",
			"source": "XDMG",
			"activities": [
				{
					"name": "Pull and Throw",
					"type": "summon",
					"descriptionEntries": [
						"Transformed creature determined by DM or table roll"
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"special": "Until the next dawn or when creature is reduced to 0 Hit Points."
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"value": "20",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[ape|xmm]"
						},
						{
							"uuid": "@creature[baboon|xmm]"
						},
						{
							"uuid": "@creature[axe beak|xmm]"
						},
						{
							"uuid": "@creature[black bear|xmm]"
						},
						{
							"uuid": "@creature[black bear|xmm]"
						},
						{
							"uuid": "@creature[giant weasel|xmm]"
						},
						{
							"uuid": "@creature[giant hyena|xmm]"
						},
						{
							"uuid": "@creature[tiger|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ball Bearings",
			"source": "XPHB",
			"activities": [
				{
					"name": "Spill Ball Bearings",
					"type": "save",
					"activation": {
						"type": "action",
						"value": 1
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"type": "square",
							"size": "10",
							"units": "ft"
						}
					},
					"range": {
						"units": "ft",
						"value": "10"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "10"
						}
					},
					"effects": [
						{
							"foundryId": "ballBearings"
						}
					]
				},
				{
					"name": "Recover Ball Bearings",
					"type": "utility",
					"activation": {
						"type": "minute",
						"value": 10
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-1"
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "ballBearings",
					"name": "Tripped",
					"statuses": [
						"prone"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Barrier Tattoo (Large)",
			"source": "TCE",
			"system": {
				"armor.type": "heavy",
				"armor.dex": 0,
				"armor.value": 18
			},
			"migrationVersion": 3
		},
		{
			"name": "Barrier Tattoo (Medium)",
			"source": "TCE",
			"system": {
				"armor.type": "medium",
				"armor.dex": 2,
				"armor.value": 15
			},
			"migrationVersion": 3
		},
		{
			"name": "Barrier Tattoo (Small)",
			"source": "TCE",
			"system": {
				"armor.type": "light",
				"armor.value": 12
			},
			"migrationVersion": 3
		},
		{
			"name": "Basic Poison",
			"source": "XPHB",
			"activities": [
				{
					"type": "damage",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 4,
								"types": [
									"poison"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bead of Force",
			"source": "XDMG",
			"activities": [
				{
					"name": "Throw Bead",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "10"
						},
						"affects": {
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"damage": {
						"parts": [
							{
								"number": 5,
								"denomination": 4,
								"types": [
									"force"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bead of Nourishment",
			"source": "XDMG",
			"activities": [
				{
					"name": "Consume",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bead of Refreshment",
			"source": "XDMG",
			"activities": [
				{
					"name": "Consume",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Belt of Dwarvenkind",
			"source": "XDMG",
			"effects": [
				{
					"name": "Dwarvenkind Benefits",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.languages.value",
							"mode": "ADD",
							"value": "dwarvish"
						},
						{
							"key": "system.abilities.con.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.attributes.senses.darkvision",
							"mode": "UPGRADE",
							"value": 60
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "poison"
						},
						{
							"key": "system.abilities.con.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Blackrazor",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"descriptionEntries": [
						"{@i Devour Soul} on kill"
					],
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "any",
							"special": "self damage if Undead"
						}
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "special",
						"condition": "Blackrazor decides when to cast the spell, which takes effect at the start of your turn."
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[haste|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material",
							"concentration"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"name": "Condition Immunity and Blindsight",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "charmed"
						},
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "frightened"
						},
						{
							"key": "system.attributes.senses.blindsight",
							"mode": "UPGRADE",
							"value": 30
						}
					],
					"description": "While you hold this weapon, you have Immunity to the Charmed and Frightened conditions, and you have Blindsight with a range of 30 feet."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bomb",
			"source": "XDMG",
			"activities": [
				{
					"name": "Throw",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "5"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"fire"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "12"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Book of Exalted Deeds",
			"source": "XDMG",
			"activities": [
				{
					"name": "Spend Hours Reading",
					"type": "utility",
					"activation": {
						"type": "hour"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "80"
						},
						"targets": [
							{
								"type": "activityUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"uses": {
						"max": "80"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					}
				},
				{
					"name": "Activate Halo",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "perm"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "bookOfExaltedDee"
						}
					]
				}
			],
			"effects": [
				{
					"name": "Celestial Calm",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "charmed"
						},
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "frightened"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "psychic"
						}
					],
					"description": "While attuned to the book, you have Immunity to the Charmed and Frightened conditions and Resistance to Psychic damage. These benefits become permanent after you spend the requisite amount of time reading and studying the book."
				},
				{
					"name": "Divine Wisdom",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.wis.value",
							"mode": "ADD",
							"value": 2
						}
					],
					"description": "After you spend the requisite amount of time reading and studying the book, your Wisdom increases by 2, to a maximum of 24. You can't gain this benefit from the book more than once."
				},
				{
					"foundryId": "bookOfExaltedDee",
					"name": "Halo",
					"statuses": [
						"marked"
					],
					"description": "This halo sheds Bright Light in a 10-foot radius and Dim Light for an additional 10 feet. You can dismiss or manifest the halo as a Bonus Action. While present, the halo gives you Advantage on Charisma (Persuasion) checks. In addition, Fiends and Undead within the halo's Bright Light make attack rolls against you with Disadvantage."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Book of Vile Darkness",
			"source": "XDMG",
			"activities": [
				{
					"name": "Spend Hours Reading",
					"type": "utility",
					"activation": {
						"type": "hour"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "80"
						},
						"targets": [
							{
								"type": "activityUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"uses": {
						"max": "80"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					}
				},
				{
					"name": "Vile Speech",
					"type": "damage",
					"descriptionEntries": [
						"[[/damage 1d12 type=psychic]] to self"
					],
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "creature",
							"special": "Fiends and Undead excluded"
						}
					},
					"range": {
						"units": "ft",
						"value": "15"
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"psychic"
								]
							}
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"uuid": "@spell[animate dead|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"uuid": "@spell[circle of death|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 8,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"uuid": "@spell[dominate monster|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"uuid": "@spell[finger of death|xphb]",
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"name": "Tireless Form",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "exhaustion"
						}
					],
					"description": "While the book is on your person, you have Immunity to the Exhaustion condition."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Boots of Elvenkind",
			"source": "XDMG",
			"effects": [
				{
					"name": "Stealth Advantage",
					"transfer": true,
					"changes": [
						{
							"key": "system.skills.ste.roll.mode",
							"mode": "ADD",
							"value": 1
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Boots of Levitation",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Boots of Speed",
			"source": "XDMG",
			"activities": [
				{
					"name": "Click Heels",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"effects": [
						{
							"foundryId": "bootsOfSpeed"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "bootsOfSpeed",
					"name": "Boots of Speed Active",
					"transfer": true,
					"duration": {
						"seconds": 600
					},
					"changes": [
						{
							"key": "system.attributes.movement.walk",
							"mode": "MULTIPLY",
							"value": 2
						},
						{
							"key": "system.attributes.movement.fly",
							"mode": "MULTIPLY",
							"value": 2
						},
						{
							"key": "system.attributes.movement.climb",
							"mode": "MULTIPLY",
							"value": 2
						},
						{
							"key": "system.attributes.movement.burrow",
							"mode": "MULTIPLY",
							"value": 2
						},
						{
							"key": "system.attributes.movement.swim",
							"mode": "MULTIPLY",
							"value": 2
						}
					],
					"description": "The boots double your Speed, and any creature that makes an Opportunity Attack against you has Disadvantage on the attack roll. If you click your heels together again, you end the effect."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Boots of Striding and Springing",
			"source": "XDMG",
			"effects": [
				{
					"name": "Unburdened Movement",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.movement.walk",
							"mode": "UPGRADE",
							"value": 30
						}
					],
					"description": "Your Speed becomes 30 feet unless your Speed is higher, and your Speed isn't reduced by you carrying weight in excess of your carrying capacity or wearing Heavy Armor."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bowl of Commanding Water Elementals",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space as close to the bowl as possible"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"profiles": [
						{
							"uuid": "@creature[water elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bracers of Archery",
			"source": "DMG",
			"effects": [
				{
					"name": "Bracers of Archery",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.rwak.damage",
							"mode": "ADD",
							"value": "+ 2"
						},
						{
							"key": "system.traits.weaponProf.value",
							"mode": "ADD",
							"value": "shortbow"
						},
						{
							"key": "system.traits.weaponProf.value",
							"mode": "ADD",
							"value": "longbow"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bracers of Archery",
			"source": "XDMG",
			"effects": [
				{
					"name": "Bow Proficiencies",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.weaponProf.value",
							"mode": "ADD",
							"value": "longbow"
						},
						{
							"key": "system.traits.weaponProf.value",
							"mode": "ADD",
							"value": "shortbow"
						}
					]
				},
				{
					"name": "Bonus Damage: Bows",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.rwak.damage",
							"mode": "ADD",
							"value": 2
						}
					],
					"description": "you gain a +2 bonus to damage rolls on ranged attacks made with a Longbow or Shortbow"
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Brazier of Commanding Fire Elementals",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space as close to the brazier as possible"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"profiles": [
						{
							"uuid": "@creature[fire elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Brooch of Shielding",
			"source": "XDMG",
			"effects": [
				{
					"name": "Resistance: Force",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "force"
						}
					],
					"descriptionEntries": [
						"Additionally, you have Immunity to damage from the {@spell Magic Missile|XPHB} spell."
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Broom of Flying",
			"source": "XDMG",
			"activities": [
				{
					"name": "Activate Broom",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "perm"
					},
					"effects": [
						{
							"foundryId": "broomOfFlying"
						},
						{
							"foundryId": "broomOfFlying1"
						}
					]
				},
				{
					"name": "Send Alone or Recall",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "the Broom of Flying"
						}
					},
					"range": {
						"units": "mi",
						"special": "a familiar destination you have named",
						"value": "1"
					}
				}
			],
			"effects": [
				{
					"foundryId": "broomOfFlying",
					"name": "Riding Broom (Low Weight)",
					"disabled": true,
					"transfer": true,
					"statuses": [
						"flying"
					],
					"changes": [
						{
							"key": "system.attributes.movement.fly",
							"mode": "OVERRIDE",
							"value": 50
						},
						{
							"key": "system.attributes.movement.walk",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.swim",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.burrow",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.climb",
							"mode": "OVERRIDE",
							"value": 0
						}
					],
					"description": "The broom can carry up to 400 pounds, but its Fly Speed becomes 30 feet while carrying over 200 pounds."
				},
				{
					"foundryId": "broomOfFlying1",
					"name": "Riding Broom (High Weight)",
					"disabled": true,
					"transfer": true,
					"statuses": [
						"flying"
					],
					"changes": [
						{
							"key": "system.attributes.movement.fly",
							"mode": "OVERRIDE",
							"value": 30
						},
						{
							"key": "system.attributes.movement.walk",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.swim",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.burrow",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.climb",
							"mode": "OVERRIDE",
							"value": 0
						}
					],
					"description": "The broom can carry up to 400 pounds, but its Fly Speed becomes 30 feet while carrying over 200 pounds."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Bullseye Lantern",
			"source": "XPHB",
			"activities": [
				{
					"type": "utility",
					"activation": {
						"type": "action",
						"value": 1
					},
					"duration": {
						"value": "6",
						"units": "hour"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"type": "cone",
							"size": "120",
							"units": "ft"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Burnt Othur Fumes",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "13"
						}
					}
				},
				{
					"name": "Successive Failed Save Damage",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Butcher's Bib",
			"source": "EGW",
			"effects": [
				{
					"name": "Butcher's Bib",
					"transfer": true,
					"changes": [
						{
							"key": "flags.dnd5e.weaponCriticalThreshold",
							"mode": "OVERRIDE",
							"value": 19
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Caltrops",
			"source": "XPHB",
			"activities": [
				{
					"type": "save",
					"activation": {
						"type": "action",
						"value": 1
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"type": "square",
							"size": "5",
							"units": "ft"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"damage": {
						"onSave": "none",
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "1"
								},
								"types": [
									"piercing"
								]
							}
						]
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "caltrops"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "caltrops",
					"name": "Slowed",
					"duration": {
						"turns": 1
					},
					"changes": [
						{
							"key": "system.attributes.movement.walk",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.fly",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.swim",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.climb",
							"mode": "OVERRIDE",
							"value": 0
						},
						{
							"key": "system.attributes.movement.burrow",
							"mode": "OVERRIDE",
							"value": 0
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Candle",
			"source": "XPHB",
			"activities": [
				{
					"name": "Light",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Candle of Invocation",
			"source": "XDMG",
			"activities": [
				{
					"name": "Light Candle (Minutes)",
					"type": "utility",
					"img": "icons/svg/light.svg",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "@scaling"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "@item.uses.max"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"effects": [
						{
							"foundryId": "candleOfInvocati"
						}
					]
				},
				{
					"name": "Burn and Cast",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"spell": {
						"level": 9,
						"uuid": "@spell[gate|xphb]",
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "candleOfInvocati",
					"name": "Lit Candle of Invocation",
					"duration": {
						"seconds": 60
					},
					"description": "While lit, the candle sheds Dim Light in a 30-foot radius. While you are within that light, you have Advantage on D20 Tests. In addition, a Cleric or Druid in the light can cast level 1 spells they have prepared without expending spell slots."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Candle of the Deep",
			"source": "XDMG",
			"activities": [
				{
					"name": "Light Candle (Minutes)",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "@scaling"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "@item.uses.max"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cap of Water Breathing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Create Air Bubble",
					"type": "utility",
					"activation": {
						"type": "action",
						"condition": "user is under water"
					},
					"duration": {
						"units": "perm"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "capOfWaterBreath"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "capOfWaterBreath",
					"name": "Air Bubble",
					"disabled": true,
					"transfer": true,
					"statuses": [
						"transformed"
					],
					"description": "This bubble allows you to breathe normally underwater. This bubble stays with you until the cap is removed or you are no longer underwater."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cape of the Mountebank",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"descriptionEntries": [
						"The space you left is &Reference[LightlyObscured] by smoke until the end of your next turn."
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "round",
						"value": "1"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cube",
							"size": "5"
						},
						"affects": {
							"count": "2",
							"type": "willing"
						}
					},
					"spell": {
						"level": 4,
						"uuid": "@spell[dimension door|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Carrion Crawler Mucus",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "13"
						}
					}
				}
			],
			"effects": [],
			"migrationVersion": 3
		},
		{
			"name": "Cauldron of Rebirth",
			"source": "XDMG",
			"activities": [
				{
					"name": "Brew Potion",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/items/consumable.svg",
					"descriptionEntries": [
						"Creates one {@item Potion of Greater Healing|XDMG|Potion of Healing (greater)}"
					],
					"activation": {
						"type": "minute",
						"value": 1,
						"condition": "When you finish a Long Rest"
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				},
				{
					"name": "Enlarge Cauldron",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "8"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "circle",
							"size": "2"
						},
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The Cauldron of Rebirth"
						}
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "7"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "day",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "7"
					},
					"spell": {
						"level": 5,
						"uuid": "@spell[raise dead|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Censer of Controlling Air Elementals",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space as close to the brazier as possible"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"profiles": [
						{
							"uuid": "@creature[air elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Chain",
			"source": "XPHB",
			"activities": [
				{
					"name": "Wrap Chain Check",
					"type": "check",
					"activation": {
						"type": "action",
						"value": 1
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Has the Grappled, Incapacitated, or Restrained condition"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"check": {
						"dc": {
							"formula": "13"
						},
						"associated": [
							"ath"
						]
					}
				},
				{
					"name": "Escape Check",
					"type": "check",
					"activation": {
						"type": "action",
						"value": 1
					},
					"check": {
						"dc": {
							"formula": "18"
						},
						"associated": [
							"acr"
						]
					}
				},
				{
					"name": "Burst Chain Check",
					"type": "check",
					"activation": {
						"type": "action",
						"value": 1
					},
					"check": {
						"dc": {
							"formula": "20"
						},
						"associated": [
							"ath"
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Circlet of Blasting",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"attack": 5,
							"override": true
						},
						"level": 2,
						"uuid": "@spell[scorching ray|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cloak of Arachnida",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cube",
							"size": "40"
						},
						"affects": {
							"type": "space"
						}
					},
					"spell": {
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 2,
						"uuid": "@spell[web|xphb]",
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"name": "Spider Movement and Resistance",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "poison"
						},
						{
							"key": "system.attributes.movement.climb",
							"mode": "UPGRADE",
							"value": 1
						}
					],
					"descriptionEntries": [
						{
							"type": "entries",
							"name": "Poison Resistance",
							"entries": [
								"You have Resistance to Poison damage."
							]
						},
						{
							"type": "entries",
							"name": "Spider Climb",
							"entries": [
								"You have a Climb Speed equal to your Speed and can move up, down, and across vertical surfaces and along ceilings, while leaving your hands free."
							]
						},
						{
							"type": "entries",
							"name": "Spider Walk",
							"entries": [
								"You can't be caught in webs of any sort and can move through webs as if they were Difficult Terrain."
							]
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cloak of Invisibility",
			"source": "XDMG",
			"activities": [
				{
					"name": "Raise Hood",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "cloakOfInvisibil"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "cloakOfInvisibil",
					"name": "Hood Up: Invisible",
					"disabled": true,
					"transfer": true,
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"invisible"
					],
					"description": "The effect ends early if you pull the hood down (no action required) or cease wearing the cloak."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cloak of the Bat",
			"source": "XDMG",
			"activities": [
				{
					"name": "Grip Edges",
					"type": "utility",
					"activation": {
						"type": "",
						"condition": "in an area of Dim Light or Darkness"
					},
					"duration": {
						"units": "spec",
						"special": "fail to grip the cloak's edges while flying in this way, or if you are no longer in Dim Light or Darkness"
					},
					"target": {
						"affects": {
							"type": "self",
							"special": "edges of the cloak"
						}
					},
					"effects": [
						{
							"foundryId": "cloakOfTheBat"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action",
						"condition": "in an area of Dim Light or Darkness"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"spell": {
						"level": 4,
						"uuid": "@spell[polymorph|xphb]",
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "cloakOfTheBat",
					"name": "Fly Speed",
					"statuses": [
						"flying"
					]
				},
				{
					"name": "Stealth Advantage",
					"transfer": true,
					"changes": [
						{
							"key": "system.skills.ste.roll.mode",
							"mode": "ADD",
							"value": 1
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cloak of the Manta Ray",
			"source": "XDMG",
			"effects": [
				{
					"name": "Aquatic Bonuses: Swimming and Breathing",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.movement.swim",
							"mode": "UPGRADE",
							"value": 60
						}
					],
					"description": "You can breathe underwater, and you have a Swim Speed of 60 feet."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Crystal Ball",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[scrying|xphb]",
						"challenge": {
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Crystal Ball of Mind Reading",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"challenge": {
							"save": 17,
							"override": true
						},
						"level": 5,
						"uuid": "@spell[scrying|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"level": 2,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[detect thoughts|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Crystal Ball of Telepathy",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"challenge": {
							"save": 17,
							"override": true
						},
						"level": 5,
						"uuid": "@spell[scrying|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 17,
							"override": true
						},
						"level": 2,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[suggestion|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Crystal Ball of True Seeing",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[scrying|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cube of Force",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"level": 1,
						"uuid": "@spell[mage armor|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"level": 1,
						"uuid": "@spell[shield|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"level": 3,
						"uuid": "@spell[leomund's tiny hut|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"level": 4,
						"uuid": "@spell[mordenkainen's private sanctum|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 17,
							"override": true
						},
						"level": 4,
						"uuid": "@spell[otiluke's resilient sphere|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"level": 5,
						"uuid": "@spell[wall of force|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cube of Summoning",
			"source": "XDMG",
			"activities": [
				{
					"name": "Aberration (1)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"attack": 9,
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[summon aberration|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "Beast (2)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"attack": 9,
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[summon beast|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "Construct (3)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"attack": 9,
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[summon construct|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "Dragon (4)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"attack": 9,
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[summon dragon|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "Elemental (5)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"attack": 9,
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[summon elemental|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "Fey (6)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"attack": 9,
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"concentration"
						],
						"uuid": "@spell[summon fey|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Cubic Gate",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"level": 9,
						"uuid": "@spell[gate|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"level": 7,
						"uuid": "@spell[plane shift|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Daern's Instant Fortress",
			"source": "XDMG",
			"activities": [
				{
					"name": "Grow Tower",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "perm"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cube",
							"size": "20"
						},
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The adamantine"
						}
					},
					"range": {
						"units": "any"
					}
				},
				{
					"name": "Open Fortress Door",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The tower's door"
						}
					},
					"range": {
						"units": "any"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dagger of Venom",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Coat Blade with Poison",
					"type": "enchant",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The Dagger of Venom"
						}
					},
					"range": {
						"units": "touch"
					},
					"restrictions": {
						"allowMagical": true,
						"categories": [
							"simpleM"
						],
						"properties": [
							"fin",
							"lgt",
							"thr",
							"mgc"
						],
						"type": "weapon"
					},
					"effects": [
						{
							"foundryId": "daggerOfVenom",
							"riders": {
								"activity": [
									{
										"foundryId": "daggerOfVenom"
									}
								]
							}
						}
					]
				},
				{
					"foundryId": "daggerOfVenom",
					"name": "Poison Save",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 10,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "daggerOfVenom1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "daggerOfVenom1",
					"name": "Poisoned",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"poisoned"
					],
					"description": "The creature has the &Reference[Poisoned apply=false] condition for 1 minute."
				},
				{
					"foundryId": "daggerOfVenom",
					"name": "Poison Coat",
					"type": "enchantment",
					"disabled": true,
					"transfer": true,
					"duration": {
						"seconds": 60
					},
					"changes": [
						{
							"key": "img",
							"mode": "OVERRIDE",
							"value": "icons/skills/melee/blade-tip-acid-poison-green.webp"
						},
						{
							"key": "activities[attack].description.chatFlavor",
							"mode": "OVERRIDE",
							"value": "{}  On Hit: Use <em>Poison Save</em> activity."
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dark Shard Amulet",
			"source": "XDMG",
			"activities": [
				{
					"name": "Unknown Spell Check",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"check": {
						"associated": [
							"arc"
						],
						"dc": {
							"formula": "10"
						}
					}
				},
				{
					"name": "Cast Chosen Cantrip",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Decanter of Endless Water",
			"source": "XDMG",
			"activities": [
				{
					"name": "Splash",
					"type": "utility",
					"descriptionEntries": [
						"1 gallon of water"
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "round",
						"value": "1"
					},
					"consumption": {
						"scaling": {
							"max": "5"
						}
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The Decanter of Endless Water"
						}
					},
					"range": {
						"units": "touch"
					}
				},
				{
					"name": "Fountain",
					"type": "utility",
					"descriptionEntries": [
						"5 gallon of water"
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "round",
						"value": "1"
					},
					"consumption": {
						"scaling": {
							"max": "5"
						}
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The Decanter of Endless Water"
						}
					},
					"range": {
						"units": "touch"
					}
				},
				{
					"name": "Geyser",
					"type": "save",
					"descriptionEntries": [
						"30 gallons; save vs &Reference[prone]"
					],
					"activation": {
						"type": "action"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "line",
							"size": "30",
							"width": "1"
						},
						"affects": {
							"choice": true,
							"count": "1",
							"type": "creatureOrObject",
							"special": "One creature or object of your choice in the Line"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 4,
								"types": [
									"bludgeoning"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"str"
						],
						"dc": {
							"formula": "13"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Deck of Illusions",
			"source": "XDMG",
			"activities": [
				{
					"name": "Count Number of Cards",
					"type": "utility",
					"descriptionEntries": [
						"You find the deck missing some cards."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1d20 - 1"
							},
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The Deck of Illusions"
						}
					},
					"range": {
						"units": "touch"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Deck of Many Things",
			"source": "XDMG",
			"activities": [
				{
					"name": "Check Deck Size",
					"type": "utility",
					"activation": {
						"type": "special",
						"condition": "when determining the number of cards in this Deck"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "9 * 1d4cs<4"
							},
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "The Deck of Many Things"
						}
					},
					"range": {
						"units": "touch"
					},
					"roll": {
						"name": "Deck Size",
						"formula": "@item.uses.value"
					}
				},
				{
					"name": "Draw Cards",
					"type": "utility",
					"img": "icons/svg/card-hand.svg",
					"descriptionEntries": [
						"Declaring number of cards to draw over 1 hour"
					],
					"activation": {
						"type": "special"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "@item.uses.value"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					},
					"range": {
						"units": "touch"
					},
					"roll": {
						"visible": true,
						"name": "Declared Draws",
						"formula": "@scaling"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Demonomicon of Iggwilv",
			"source": "XDMG",
			"activities": [
				{
					"name": "Containment",
					"type": "save",
					"descriptionEntries": [
						"The Fiend makes the saving throw with Disadvantage. Deduct one item use on successful containment."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "visible Fiend trapped within a Magic Circle"
						}
					},
					"range": {
						"units": "any",
						"special": "within sight"
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"cha"
						],
						"dc": {
							"formula": "20"
						}
					}
				},
				{
					"name": "Ensnarement: Magic Circle",
					"type": "cast",
					"descriptionEntries": [
						"The Fiend has Disadvantage on its saving throw"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "7"
						},
						"targets": [
							{
								"type": "spellSlots",
								"value": "1",
								"target": "3",
								"scaling": {
									"mode": "level"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cylinder",
							"size": "10",
							"height": "20"
						},
						"affects": {
							"type": "creature",
							"special": "Chosen creature type must be Fiend"
						}
					},
					"spell": {
						"level": 9,
						"uuid": "@spell[magic circle|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "Ensnarement: Planar Binding",
					"type": "cast",
					"descriptionEntries": [
						"The Fiend has Disadvantage on its saving throw"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "5"
						},
						"targets": [
							{
								"type": "spellSlots",
								"value": "1",
								"target": "5",
								"scaling": {
									"mode": "level"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cylinder",
							"size": "10",
							"height": "20"
						},
						"affects": {
							"type": "creature",
							"special": "Chosen creature type must be Fiend"
						}
					},
					"spell": {
						"level": 9,
						"uuid": "@spell[planar binding|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 3,
						"uuid": "@spell[magic circle|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 6,
						"uuid": "@spell[magic jar|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 6,
						"uuid": "@spell[planar ally|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 5,
						"uuid": "@spell[planar binding|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "Plane Shift (Abyss)",
					"type": "cast",
					"descriptionEntries": [
						"To the Abyss only"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 7,
						"uuid": "@spell[plane shift|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 6,
						"uuid": "@spell[summon fiend|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 1,
						"uuid": "@spell[tasha's hideous laughter|xphb]",
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dimensional Shackles",
			"source": "XDMG",
			"activities": [
				{
					"name": "Place Shackles",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Small to Large creature with the Incapacitated condition"
						}
					},
					"range": {
						"units": "touch"
					},
					"effects": [
						{
							"foundryId": "dimensionalShack"
						}
					]
				},
				{
					"name": "Attempt Escape",
					"type": "check",
					"descriptionEntries": [
						"Can be attempted once every 30 days"
					],
					"activation": {
						"type": "action",
						"condition": "is bound by Dimensional Shackles"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object",
							"special": "Dimensional Shackles binding self"
						}
					},
					"check": {
						"associated": [
							"ath"
						],
						"dc": {
							"formula": "30"
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "dimensionalShack",
					"name": "Dimensionally Bound",
					"description": "The shackles prevent a creature bound by them from using any method of extradimensional movement, including teleportation or travel to a different plane of existence. They don't prevent the creature from passing through an interdimensional portal. Once every 30 days, the bound creature can make a [[/check ability=str skill=ath dc=30 format=long]]. On a successful check, the creature breaks free and destroys the shackles."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dust of Disappearance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Utilize",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"special": "up to 2d4 minutes"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "10"
						},
						"affects": {
							"type": "creatureOrObject"
						}
					},
					"roll": {
						"name": "Duration (Minutes)",
						"formula": "2d4"
					},
					"effects": [
						{
							"foundryId": "dustOfDisappeara"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "dustOfDisappeara",
					"name": "Invisible",
					"statuses": [
						"invisible"
					],
					"descriptionEntries": [
						"{@i Source: {@item Dust of Disappearance|XDMG}}",
						"You have the &Reference[Invisible] condition for 2d4 minutes or until you make an attack roll, deal damage, or cast a spell."
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dust of Dryness",
			"source": "XDMG",
			"activities": [
				{
					"name": "Determine Number of Pinches",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/activity/utility.svg",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							},
							{
								"type": "itemUses",
								"value": "1d6 - 1"
							}
						]
					},
					"uses": {
						"max": "1"
					}
				},
				{
					"name": "Sprinkle over Water",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/ink-pot.svg",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cube",
							"size": "15"
						},
						"affects": {
							"type": "object",
							"special": "water"
						}
					},
					"range": {
						"units": "touch"
					}
				},
				{
					"name": "Sprinkle on Elemental",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Elemental composed mostly of water"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"damage": {
						"parts": [
							{
								"number": 10,
								"denomination": 6,
								"types": [
									"necrotic"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "13"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dust of Sneezing and Choking",
			"source": "XDMG",
			"activities": [
				{
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "dustOfSneezingAn"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "dustOfSneezingAn",
					"name": "Incapacitated and Suffocating (Sneezing)",
					"statuses": [
						"incapacitated",
						"suffocation"
					],
					"descriptionEntries": [
						"{@i Source: {@item Dust of Sneezing and Choking|XDMG}}",
						"The creature has the Incapacitated condition and is suffocating. The creature [[/save ability=con dc=15]]{repeats the save} at the end of each of its turns, ending the effect on itself on a success. The effect also ends on any creature targeted by a {@spell Lesser Restoration|XPHB} spell."
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dynamite Stick",
			"source": "XDMG",
			"activities": [
				{
					"name": "Throw",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "5"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"force"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "12"
						}
					}
				},
				{
					"name": "Throw Bundle",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "7"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "min(5*@scaling,20)"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "(3 + @scaling)d6"
								},
								"number": 3,
								"denomination": 6,
								"types": [
									"force"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "12"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ear Horn of Hearing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Hold to Ear",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "spec",
						"special": "while held up to your ear"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "earHornOfHearing"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "earHornOfHearing",
					"name": "Suppressed Condition: Deafened",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "deafened"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Efreeti Bottle",
			"source": "XDMG",
			"activities": [
				{
					"name": "Remove Stopper",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/ink-pot.svg",
					"descriptionEntries": [
						"DM rolls on the Efreeti Bottle table and user activates corresponding activity"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "1"
					}
				},
				{
					"name": "2\u20149: Obeys Commands",
					"type": "summon",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					},
					"profiles": [
						{
							"uuid": "@creature[efreeti|xmm]"
						}
					]
				},
				{
					"name": "10: Casts Wish",
					"type": "summon",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					},
					"profiles": [
						{
							"uuid": "@creature[efreeti|xmm]"
						}
					]
				},
				{
					"name": "1: Attacks You",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/trait-weapon-proficiencies.svg",
					"descriptionEntries": [
						"A Hostile Efreeti appears"
					],
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Elemental Gem, Blue Sapphire",
			"source": "XDMG",
			"activities": [
				{
					"name": "Utilize",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space as close to the broken gem as possible"
						}
					},
					"profiles": [
						{
							"uuid": "@creature[air elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Elemental Gem, Emerald",
			"source": "XDMG",
			"activities": [
				{
					"name": "Utilize",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space as close to the broken gem as possible"
						}
					},
					"profiles": [
						{
							"uuid": "@creature[water elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Elemental Gem, Red Corundum",
			"source": "XDMG",
			"activities": [
				{
					"name": "Utilize",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space as close to the broken gem as possible"
						}
					},
					"profiles": [
						{
							"uuid": "@creature[fire elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Elemental Gem, Yellow Diamond",
			"source": "XDMG",
			"activities": [
				{
					"name": "Utilize",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space as close to the broken gem as possible"
						}
					},
					"profiles": [
						{
							"uuid": "@creature[earth elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Essence of Ether",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "essenceOfEther"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "essenceOfEther",
					"name": "Poisoned and Unconscious",
					"duration": {
						"seconds": 28800
					},
					"statuses": [
						"poisoned",
						"unconscious"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Eversmoking Bottle",
			"source": "XDMG",
			"activities": [
				{
					"name": "Open Bottle",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "7"
						}
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "50 + @scaling * 10"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Eye of Vecna",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"descriptionEntries": [
						"[[/r 1d20cs1#Soul devoured by Vecna on a 1]]{5% chance} Vecna tears your soul from your body."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 3,
						"uuid": "@spell[clairvoyance|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"descriptionEntries": [
						"[[/r 1d20cs1#Soul devoured by Vecna on a 1]]{5% chance} Vecna tears your soul from your body."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 2,
						"uuid": "@spell[crown of madness|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"descriptionEntries": [
						"[[/r 1d20cs1#Soul devoured by Vecna on a 1]]{5% chance} Vecna tears your soul from your body."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 6,
						"uuid": "@spell[disintegrate|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"descriptionEntries": [
						"[[/r 1d20cs1#Soul devoured by Vecna on a 1]]{5% chance} Vecna tears your soul from your body."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 8,
						"uuid": "@spell[dominate monster|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"descriptionEntries": [
						"[[/r 1d20cs1#Soul devoured by Vecna on a 1]]{5% chance} Vecna tears your soul from your body."
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 6,
						"uuid": "@spell[eyebite|xphb]",
						"spellbook": true
					}
				},
				{
					"name": "X-ray Vision",
					"type": "utility",
					"img": "icons/svg/eye.svg",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "eyeOfVecna"
						}
					]
				}
			],
			"effects": [
				{
					"name": "Vecna's Eye: Alignment, Truesight",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.senses.truesight",
							"mode": "UPGRADE",
							"value": 240
						},
						{
							"key": "system.details.alignment",
							"mode": "OVERRIDE",
							"value": "Neutral Evil"
						}
					],
					"description": "While you are attuned to the eye, your alignment is Neutral Evil, and you have &Reference[Truesight] out to 240 feet."
				},
				{
					"foundryId": "eyeOfVecna",
					"name": "X-ray Vision",
					"duration": {
						"seconds": 60
					},
					"changes": [
						{
							"key": "system.attributes.senses.special",
							"mode": "ADD",
							"value": ";X-ray Vision | 30"
						}
					],
					"description": "You gain X-ray vision with a range of 30 feet for 1 minute. To you, solid objects within that radius appear transparent and don't prevent light from passing through themselves. The vision can penetrate 1 foot of stone, 1 inch of common metal, or up to 3 feet of wood or dirt. Thicker substances block the vision, as does a thin sheet of lead."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Eyes of Charming",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"spell": {
						"uuid": "@spell[charm person|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 1,
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Bronze Griffon",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "6"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "lr",
								"type": "recoverAll"
							}
						]
					},
					"target": {
						"affects": {
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[griffon|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Ebony Fly",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "12"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "lr",
								"type": "recoverAll"
							}
						]
					},
					"target": {
						"affects": {
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[giant fly|xdmg]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Golden Lions",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use First Lion",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "7"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "day",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "7"
					},
					"target": {
						"affects": {
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[lion|xmm]"
						}
					]
				},
				{
					"name": "Use Second Lion",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "7"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "day",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "7"
					},
					"target": {
						"affects": {
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[lion|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Ivory Goats",
			"source": "XDMG",
			"activities": [
				{
					"name": "Goat of Terror",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "3"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "15"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "day",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "15"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"uuid": "@creature[giant goat|xmm]"
						}
					]
				},
				{
					"name": "Goat of Traveling",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"value": "3",
						"special": "24 hours of use (non-contiguous)"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "7"
							},
							{
								"type": "itemUses",
								"value": "-@item.uses.spent"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "day",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "7"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[riding horse|xmm]"
						}
					]
				},
				{
					"name": "Revert or Recall Goat of Traveling",
					"type": "summon",
					"img": "icons/magic/time/hourglass-tilted-gray.webp",
					"descriptionEntries": [
						"Each hour or portion thereof it spends in goat form costs 1 charge."
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"value": "3",
						"special": "24 hours of use (non-contiguous)"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "@item.uses.value"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[riding horse|xmm]"
						}
					]
				},
				{
					"name": "Goat of Travail",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "3",
						"special": "24 hours of use (non-contiguous)"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "30"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "day",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "30"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"profiles": [
						{
							"uuid": "@creature[giant goat|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Marble Elephant",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "7"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"uuid": "@creature[elephant|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Obsidian Steed",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"descriptionEntries": [
						"[[/r 1d10cs1]]{10 percent chance} of ignoring your orders."
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"uuid": "@creature[nightmare|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Onyx Dog",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "6"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "7"
							}
						]
					},
					"target": {
						"affects": {
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"uuid": "@creature[mastiff|xmm]"
						}
					],
					"effects": [
						{
							"foundryId": "onyxDog"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "onyxDog",
					"name": "Mastiff Figurine",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.int.value",
							"mode": "UPGRADE",
							"value": 8
						},
						{
							"key": "system.traits.languages.value",
							"mode": "ADD",
							"value": "common"
						},
						{
							"key": "system.attributes.senses.blindsight",
							"mode": "UPGRADE",
							"value": 60
						}
					],
					"description": "The mastiff has an Intelligence of 8 and can speak Common. It also has &Reference[Blindsight] with a range of 60 feet."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Serpentine Owl",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "8"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "unoccupied space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"uuid": "@creature[giant owl|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Figurine of Wondrous Power, Silver Raven",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"profiles": [
						{
							"uuid": "@creature[raven|xmm]"
						}
					]
				},
				{
					"type": "cast",
					"descriptionEntries": [
						"Can target only the Silver Raven"
					],
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "The Silver Raven in raven form"
						}
					},
					"spell": {
						"uuid": "@spell[animal messenger|xphb]",
						"level": 2,
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Fragmentation Grenade",
			"source": "XDMG",
			"activities": [
				{
					"name": "Throw",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "20"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"damage": {
						"parts": [
							{
								"number": 5,
								"denomination": 6,
								"types": [
									"piercing"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gem of Brightness",
			"source": "XDMG",
			"activities": [
				{
					"name": "First Command Word",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					}
				},
				{
					"name": "Second Command Word",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "gemOfBrightness"
						}
					]
				},
				{
					"name": "Third Command Word",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cone",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "gemOfBrightness"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "gemOfBrightness",
					"name": "Blinded by Brilliance",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"blinded"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gem of Seeing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Gain Truesight",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "gemOfSeeing"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "gemOfSeeing",
					"name": "Seeing",
					"duration": {
						"seconds": 600
					},
					"changes": [
						{
							"key": "system.attributes.senses.truesight",
							"mode": "UPGRADE",
							"value": 120
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gloves of Missile Snaring",
			"source": "XDMG",
			"activities": [
				{
					"name": "Snare Missile",
					"type": "utility",
					"activation": {
						"type": "reaction",
						"condition": "Hit by an attack roll with a Ranged or Thrown weapon"
					},
					"target": {
						"affects": {
							"type": "object"
						}
					},
					"roll": {
						"name": "Snare Missile",
						"formula": "1d10 + @abilities.dex.mod"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gloves of Swimming and Climbing",
			"source": "XDMG",
			"effects": [
				{
					"name": "Gloves On",
					"transfer": true,
					"changes": [
						{
							"key": "system.skills.ath.bonuses.check",
							"mode": "ADD",
							"value": 5
						},
						{
							"key": "system.attributes.movement.climb",
							"mode": "ADD",
							"value": 1
						},
						{
							"key": "system.attributes.movement.swim",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "You have a Climb Speed and a Swim Speed equal to your Speed, and you gain a +5 bonus to Strength (Athletics) checks made to climb or swim."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gloves of Thievery",
			"source": "DMG",
			"effects": [
				{
					"name": "Fast Hands",
					"transfer": true,
					"changes": [
						{
							"key": "system.skills.slt.bonuses.check",
							"mode": "ADD",
							"value": "+ 5"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gloves of Thievery",
			"source": "XDMG",
			"effects": [
				{
					"name": "Gloves On",
					"transfer": true,
					"changes": [
						{
							"key": "system.skills.slt.bonuses.check",
							"mode": "ADD",
							"value": 5
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gnomengarde Grenade",
			"source": "DC",
			"type": "consumable",
			"migrationVersion": 3
		},
		{
			"name": "Goggles of Night",
			"source": "XDMG",
			"effects": [
				{
					"name": "Goggles On",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.senses.darkvision",
							"mode": "ADD",
							"value": 60
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Grappling Hook",
			"source": "XPHB",
			"activities": [
				{
					"name": "Throw",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"range": {
						"units": "ft",
						"value": "50"
					},
					"check": {
						"associated": [
							"acr"
						],
						"dc": {
							"formula": "13"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Grenade Launcher",
			"source": "XDMG",
			"activities": [
				{
					"name": "Fragmentation Grenade",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "20"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 5,
								"denomination": 6,
								"types": [
									"piercing"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					}
				},
				{
					"name": "Smoke Grenade",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"target": {
									"prop": "item",
									"uid": "smoke grenade|xdmg"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "20"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gunpowder (keg)",
			"source": "XDMG",
			"activities": [
				{
					"name": "Explode",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "10"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 7,
								"denomination": 6,
								"types": [
									"fire"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "12"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Gunpowder (powder horn)",
			"source": "XDMG",
			"activities": [
				{
					"name": "Explode",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "10"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"fire"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "12"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hag Eye",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[darkvision|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[see invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hand of Vecna",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"descriptionEntries": [
						"The hand casts {@spell Suggestion|XPHB} on you: [[/save ability=wis dc=18]]{save DC 18}"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"uuid": "@spell[finger of death|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"descriptionEntries": [
						"The hand casts {@spell Suggestion|XPHB} on you: [[/save ability=wis dc=18]]{save DC 18}"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 1,
						"uuid": "@spell[sleep|xphb]",
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"descriptionEntries": [
						"The hand casts {@spell Suggestion|XPHB} on you: [[/save ability=wis dc=18]]{save DC 18}"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[slow|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 3,
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[teleport|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"name": "Vecna's Hand: Alignment, Strength",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 20
						},
						{
							"key": "system.details.alignment",
							"mode": "OVERRIDE",
							"value": "Neutral Evil"
						}
					],
					"description": "While you are attuned to the hand, your alignment is Neutral Evil, and your Strength becomes 20 unless it is already 20 or higher."
				},
				{
					"name": "Icy Touch: Bonus Damage",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.msak.damage",
							"mode": "ADD",
							"value": "2d8[cold]"
						},
						{
							"key": "system.bonuses.mwak.damage",
							"mode": "ADD",
							"value": "2d8[cold]"
						}
					],
					"description": "Any melee spell attack you make with the hand and any melee attack made with a weapon held by it deals an extra 2d8 Cold damage on a hit."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hat of Disguise",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[disguise self|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hat of Many Spells",
			"source": "XDMG",
			"activities": [
				{
					"name": "Unknown Spell Check",
					"type": "check",
					"activation": {
						"type": ""
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "9"
						}
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"check": {
						"associated": [
							"arc"
						],
						"dc": {
							"formula": "10 + @scaling"
						}
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[enlarge/reduce|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[faerie fire|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[lightning bolt|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[phantasmal force|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[polymorph|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[stinking cloud|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hat of Vermin",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"profiles": [
						{
							"uuid": "@creature[bat|xmm]"
						},
						{
							"uuid": "@creature[frog|xmm]"
						},
						{
							"uuid": "@creature[rat|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hat of Wizardry",
			"source": "XDMG",
			"activities": [
				{
					"name": "Attempt to Cast Spell",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"check": {
						"associated": [
							"arc"
						],
						"dc": {
							"formula": "10"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hazirawn",
			"source": "HotDQ",
			"system": {
				"magicalBonus": "+1"
			},
			"activities": [
				{
					"type": "attack",
					"attack": {
						"bonus": "+1"
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "2d6+1"
								},
								"types": [
									"slashing"
								]
							},
							{
								"custom": {
									"enabled": true,
									"formula": "1d6"
								},
								"types": [
									"necrotic"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Healer's Kit",
			"source": "XPHB",
			"type": "consumable",
			"system": {
				"uses.max": "10",
				"uses.autoDestroy": true,
				"type.value": "trinket"
			},
			"activities": [
				{
					"name": "Stabilize",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Unconscious"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Helm of Brilliance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Diamond Light",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature",
							"special": "Undead"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 6,
								"types": [
									"radiant"
								]
							}
						]
					}
				},
				{
					"name": "Fire Opal Flames",
					"type": "enchant",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					},
					"restrictions": {
						"allowMagical": true,
						"type": "weapon"
					},
					"effects": [
						{
							"foundryId": "helmOfBrilliance"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[daylight|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[prismatic spray|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[wall of fire|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Explosive Emanation",
					"type": "save",
					"activation": {
						"type": "special",
						"condition": "Take Fire damage from failing a saving throw"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "100"
						}
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "60"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"bonus": "@scaling",
								"types": [
									"radiant"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "17"
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "helmOfBrilliance",
					"name": "Burst Into Flames",
					"type": "enchantment",
					"disabled": true,
					"transfer": true
				},
				{
					"name": "Ruby Resistance",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "fire"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Helm of Comprehending Languages",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[comprehend languages|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Helm of Telepathy",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[detect thoughts|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[suggestion|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"name": "Telepathy",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.languages.custom",
							"mode": "ADD",
							"value": "Telepathy (30 feet)"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Helm of Teleportation",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[teleport|xphb]",
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Holy Water",
			"source": "XPHB",
			"activities": [
				{
					"name": "Throw",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "20"
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 8,
								"types": [
									"radiant"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"calculation": "dex"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hooded Lantern",
			"source": "XPHB",
			"activities": [
				{
					"type": "utility",
					"activation": {
						"type": "action",
						"value": 1
					},
					"duration": {
						"value": "6",
						"units": "hour"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"type": "radius",
							"size": "60",
							"units": "ft"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Horn of Blasting",
			"source": "XDMG",
			"activities": [
				{
					"name": "Blow Horn",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cone",
							"size": "30"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 5,
								"denomination": 8,
								"types": [
									"thunder"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "hornOfBlasting"
						}
					]
				},
				{
					"name": "Object Damage",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "object"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 10,
								"denomination": 8,
								"types": [
									"thunder"
								]
							}
						]
					}
				},
				{
					"name": "Roll for Explosion Chance",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"roll": {
						"name": "Roll for Explosion Chance",
						"formula": "1d100cs<21"
					}
				},
				{
					"name": "Explosion Damage",
					"type": "damage",
					"activation": {
						"type": "action"
					},
					"damage": {
						"parts": [
							{
								"number": 10,
								"denomination": 6,
								"types": [
									"force"
								]
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "hornOfBlasting",
					"name": "Deafened",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"deafened"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Horn of Silent Alarm",
			"source": "XDMG",
			"activities": [
				{
					"name": "Blow Horn",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "600"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Horn of Valhalla, Brass",
			"source": "XDMG",
			"activities": [
				{
					"name": "Summon Warriors",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"scaling": {
							"max": "5"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "3",
							"type": "space",
							"special": "unoccupied spaces"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"count": 3,
							"uuid": "@creature[berserker|xmm]"
						}
					],
					"effects": [
						{
							"foundryId": "brassHornOfValha"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "brassHornOfValha",
					"name": "Horn of Valhalla: Condition Immunity",
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "charmed"
						},
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "frightened"
						}
					],
					"description": "The spirits look like living, breathing warriors, and they have Immunity to the &Reference[Charmed apply=false] and &Reference[Frightened apply=false] conditions."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Horn of Valhalla, Bronze",
			"source": "XDMG",
			"activities": [
				{
					"name": "Summon Warriors",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"scaling": {
							"max": "5"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "4",
							"type": "space",
							"special": "unoccupied spaces"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"count": 4,
							"uuid": "@creature[berserker|xmm]"
						}
					],
					"effects": [
						{
							"foundryId": "bronzeHornOfValh"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "bronzeHornOfValh",
					"name": "Horn of Valhalla: Condition Immunity",
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "charmed"
						},
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "frightened"
						}
					],
					"description": "The spirits look like living, breathing warriors, and they have Immunity to the &Reference[Charmed apply=false] and &Reference[Frightened apply=false] conditions."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Horn of Valhalla, Iron",
			"source": "XDMG",
			"activities": [
				{
					"name": "Summon Warriors",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"scaling": {
							"max": "5"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "5",
							"type": "space",
							"special": "unoccupied spaces"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"count": 5,
							"uuid": "@creature[berserker|xmm]"
						}
					],
					"effects": [
						{
							"foundryId": "ironHornOfValhal"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "ironHornOfValhal",
					"name": "Horn of Valhalla: Condition Immunity",
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "charmed"
						},
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "frightened"
						}
					],
					"description": "The spirits look like living, breathing warriors, and they have Immunity to the &Reference[Charmed apply=false] and &Reference[Frightened apply=false] conditions."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Horn of Valhalla, Silver",
			"source": "XDMG",
			"activities": [
				{
					"name": "Summon Warriors",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"scaling": {
							"max": "5"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "@item.uses.max"
							}
						]
					},
					"target": {
						"affects": {
							"count": "2",
							"type": "space",
							"special": "unoccupied spaces"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"profiles": [
						{
							"count": 2,
							"uuid": "@creature[berserker|xmm]"
						}
					],
					"effects": [
						{
							"foundryId": "silverHornOfValh"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "silverHornOfValh",
					"name": "Horn of Valhalla: Condition Immunity",
					"changes": [
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "charmed"
						},
						{
							"key": "system.traits.ci.value",
							"mode": "ADD",
							"value": "frightened"
						}
					],
					"description": "The spirits look like living, breathing warriors, and they have Immunity to the &Reference[Charmed apply=false] and &Reference[Frightened apply=false] conditions."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Horseshoes of Speed",
			"source": "XDMG",
			"activities": [
				{
					"name": "Attach Horseshoes",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "touch"
					},
					"effects": [
						{
							"foundryId": "horseshoesOfSpee"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "horseshoesOfSpee",
					"name": "Faster",
					"changes": [
						{
							"key": "system.attributes.movement.walk",
							"mode": "ADD",
							"value": 30
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hunting Trap",
			"source": "XPHB",
			"activities": [
				{
					"type": "save",
					"activation": {
						"type": "",
						"condition": "Steps on the plate"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "spec"
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 4,
								"types": [
									"piercing"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "13"
						}
					},
					"effects": [
						{
							"foundryId": "huntingTrap"
						}
					]
				},
				{
					"name": "Escape",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"associated": [
							"ath"
						],
						"dc": {
							"formula": "13"
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "huntingTrap",
					"name": "Trapped"
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Immovable Rod",
			"source": "XDMG",
			"activities": [
				{
					"name": "Make Immovable",
					"type": "utility",
					"activation": {
						"type": "action"
					}
				},
				{
					"name": "Attempt to Move",
					"type": "check",
					"activation": {
						"type": ""
					},
					"check": {
						"associated": [
							"ath"
						],
						"dc": {
							"formula": "30"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of Illusions",
			"source": "XDMG",
			"activities": [
				{
					"name": "Illusory Effects (Non-Bard)",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "5"
						},
						"affects": {
							"count": "1",
							"type": "object"
						}
					}
				},
				{
					"name": "Illusory Effects (Bard)",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "15"
						},
						"affects": {
							"count": "1",
							"type": "object"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of Scribing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Write Magical Message",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of the Bards, Anstruth Harp",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fly|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[cure wounds|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[ice storm|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[wall of thorns|xphb]",
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of the Bards, Canaith Mandolin",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fly|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[cure wounds|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[dispel magic|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Protection from Energy (Lightning Only)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from energy|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of the Bards, Cli Lyre",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fly|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[stone shape|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[wall of fire|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[wind wall|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of the Bards, Doss Lute",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fly|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[animal friendship|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Protection from Energy (Fire Only)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[protection from energy|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from poison|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of the Bards, Fochlucan Bandore",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fly|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[entangle|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[faerie fire|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[shillelagh|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[speak with animals|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of the Bards, Mac-Fuirmidh Cittern",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fly|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[barkskin|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fog cloud|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Instrument of the Bards, Ollamh Harp",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fly|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[confusion|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[control weather|xphb]",
						"level": 8,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[fire storm|xphb]",
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Absorption",
			"source": "XDMG",
			"activities": [
				{
					"name": "Utilize (Scale by Spell Level)",
					"type": "utility",
					"activation": {
						"type": "reaction",
						"condition": "when a creature you can see casts a spell of 4th level or lower"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "4"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "any"
					},
					"roll": {
						"name": "Spell Level Canceled",
						"formula": "@scaling"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Agility",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Agility: Dexterity Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.dex.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.dex.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					],
					"description": "Your Dexterity increases by 2, to a maximum of 20, while this deep-red sphere orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Awareness",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Awareness: Initiative and Perception",
					"transfer": true,
					"changes": [
						{
							"key": "flags.dnd5e.initiativeAdv",
							"mode": "OVERRIDE",
							"value": 1
						}
					],
					"description": "While this dark-blue rhomboid orbits your head, you have Advantage on Initiative rolls and Wisdom (Perception) checks."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Fortitude",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhance Fortitude: Constitution Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.str.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					],
					"description": "Your Constitution increases by 2, to a maximum of 20, while this pink rhomboid orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Greater Absorption",
			"source": "XDMG",
			"activities": [
				{
					"name": "Utilize (Scale by Spell Level)",
					"type": "utility",
					"activation": {
						"type": "reaction",
						"condition": "when a creature you can see casts a spell of 8th level or lower"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "8"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "any"
					},
					"roll": {
						"visible": true,
						"formula": "@scaling",
						"name": "Spell Level Canceled"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Insight",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Insight: Wisdom Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.wis.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.wis.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					],
					"description": "Your Wisdom increases by 2, to a maximum of 20, while this incandescent blue sphere orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Intellect",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Intellect: Intelligence Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.int.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.int.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					],
					"description": "Your Intelligence increases by 2, to a maximum of 20, while this marbled scarlet and blue sphere orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Leadership",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Leadership: Charisma Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.cha.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.cha.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					],
					"description": "Your Charisma increases by 2, to a maximum of 20, while this marbled pink and green sphere orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Mastery",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Mastery: Proficiency Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.prof",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "Your Proficiency Bonus increases by 1 while this pale green prism orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Protection",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Protection: +1 AC",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "You gain a +1 bonus to Armor Class while this dusty-rose prism orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Regeneration",
			"source": "XDMG",
			"activities": [
				{
					"name": "Regeneration",
					"type": "heal",
					"activation": {
						"type": "special",
						"condition": "once per hour if you have at least 1 Hit Point"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"healing": {
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "15"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Reserve",
			"source": "XDMG",
			"activities": [
				{
					"name": "Store Spell by Level",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "4"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "-1",
								"scaling": {
									"mode": "amount",
									"formula": "-1"
								}
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ioun Stone, Strength",
			"source": "XDMG",
			"effects": [
				{
					"name": "Enhanced Strength: Strength Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.str.value",
							"mode": "DOWNGRADE",
							"value": 20
						}
					],
					"description": "Your Strength increases by 2, to a maximum of 20, while this pale blue rhomboid orbits your head."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Iron Bands of Bilarro",
			"source": "XDMG",
			"activities": [
				{
					"name": "Throw Bands",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Huge or smaller you can see"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"attack": {
						"type": {
							"value": "ranged",
							"classification": "weapon"
						}
					},
					"damage": {
						"includeBase": true
					},
					"effects": [
						{
							"foundryId": "ironBandsOfBilar"
						}
					]
				},
				{
					"name": "Break Check",
					"type": "check",
					"activation": {
						"type": ""
					},
					"check": {
						"associated": [
							"ath"
						],
						"dc": {
							"formula": "20"
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "ironBandsOfBilar",
					"name": "Restrained by Iron",
					"statuses": [
						"restrained"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Iron Flask",
			"source": "XDMG",
			"activities": [
				{
					"name": "Attempt to Trap Creature",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "17"
						}
					}
				},
				{
					"name": "Release Creature",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					}
				},
				{
					"name": "Add Trapped Creature",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Javelin of Lightning",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Lightning Bolt",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "line",
							"size": "120",
							"width": "5"
						},
						"affects": {
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "120"
					},
					"damage": {
						"parts": [
							{
								"number": 4,
								"denomination": 6,
								"types": [
									"lightning"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "13"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Keoghtom's Ointment",
			"source": "XDMG",
			"activities": [
				{
					"name": "Determine Doses",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1d4 - 1"
							}
						]
					}
				},
				{
					"name": "Use Ointment",
					"type": "heal",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "touch"
					},
					"healing": {
						"number": 2,
						"denomination": 8,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "2"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Lamp",
			"source": "XPHB",
			"activities": [
				{
					"name": "Light",
					"type": "utility",
					"activation": {
						"type": "action",
						"value": 1
					},
					"duration": {
						"value": "6",
						"units": "hour"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"type": "radius",
							"size": "45",
							"units": "ft"
						},
						"affects": {
							"type": "self"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Lantern of Revealing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Consume Oil",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Lolth's Sting",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "13"
						}
					},
					"effects": [
						{
							"foundryId": "lolthsSting"
						},
						{
							"foundryId": "lolthsSting1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "lolthsSting",
					"name": "Poisoned",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"poisoned"
					]
				},
				{
					"foundryId": "lolthsSting1",
					"name": "Unconscious",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"unconscious"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Lute of Thunderous Thumping",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 2,
								"denomination": 8,
								"types": [
									"thunder"
								]
							}
						]
					}
				},
				{
					"name": "Bard Attack",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"attack": {
						"ability": "cha"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 2,
								"denomination": 8,
								"types": [
									"thunder"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Mace of Disruption",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"descriptionEntries": [
						"Bonus Damage: 2d6 Radiant vs Fiend/Undead"
					],
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"bonus": "0",
								"types": [
									"radiant"
								]
							}
						]
					}
				},
				{
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Fiend or Undead"
						}
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "maceOfDisruption"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "maceOfDisruption",
					"name": "Frightened",
					"duration": {
						"rounds": 1,
						"turns": 1
					},
					"statuses": [
						"frightened"
					],
					"description": "On a successful save, the creature has the &Reference[Frightened apply=false] condition until the end of your next turn."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Mace of Smiting",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"critical": {
							"bonus": "7"
						},
						"includeBase": true
					}
				},
				{
					"name": "Attack Construct",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"attack": {
						"bonus": "2"
					},
					"damage": {
						"critical": {
							"bonus": "14"
						},
						"includeBase": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Mace of Terror",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Wave of Terror",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "maceOfTerror"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "maceOfTerror",
					"name": "Frightened",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"frightened"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Malice",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "malice"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "malice",
					"name": "Poisoned and Blinded",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"blinded",
						"poisoned"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manacles",
			"source": "XPHB",
			"activities": [
				{
					"name": "Bind",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Grappled, Incapacitated, or Restrained"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"check": {
						"associated": [
							"slt"
						],
						"dc": {
							"formula": "13"
						}
					},
					"effects": [
						{
							"foundryId": "manacles"
						}
					]
				},
				{
					"name": "Escape Check",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"associated": [
							"slt"
						],
						"dc": {
							"formula": "20"
						}
					}
				},
				{
					"name": "Burst Check",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"associated": [
							"ath"
						],
						"dc": {
							"formula": "25"
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "manacles",
					"name": "Manacled"
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manual of Bodily Health",
			"source": "XDMG",
			"activities": [
				{
					"name": "Read",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "48"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"effects": [
						{
							"foundryId": "manualOfBodilyHe"
						}
					]
				},
				{
					"name": "Reset Progress",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-48"
							}
						]
					}
				}
			],
			"effects": [
				{
					"name": "Healthy",
					"changes": [
						{
							"key": "system.abilities.con.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.con.max",
							"mode": "UPGRADE",
							"value": 30
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manual of Clay Golems",
			"source": "XDMG",
			"activities": [
				{
					"name": "Create Clay Golem",
					"type": "summon",
					"activation": {
						"type": "special"
					},
					"profiles": [
						{
							"uuid": "@creature[clay golem|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manual of Flesh Golems",
			"source": "XDMG",
			"activities": [
				{
					"name": "Create Flesh Golem",
					"type": "summon",
					"activation": {
						"type": "special"
					},
					"profiles": [
						{
							"uuid": "@creature[flesh golem|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manual of Gainful Exercise",
			"source": "XDMG",
			"activities": [
				{
					"name": "Read",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "48"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"effects": [
						{
							"foundryId": "manualOfGainfulE"
						}
					]
				},
				{
					"name": "Reset Progress",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-48"
							}
						]
					}
				}
			],
			"effects": [
				{
					"name": "Well Exercised",
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.str.max",
							"mode": "UPGRADE",
							"value": 30
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manual of Iron Golems",
			"source": "XDMG",
			"activities": [
				{
					"name": "Create Iron Golem",
					"type": "summon",
					"activation": {
						"type": "special"
					},
					"profiles": [
						{
							"uuid": "@creature[iron golem|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manual of Quickness of Action",
			"source": "XDMG",
			"activities": [
				{
					"name": "Read",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "48"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"effects": [
						{
							"foundryId": "manualOfQuicknes"
						}
					]
				},
				{
					"name": "Reset Progress",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-48"
							}
						]
					}
				}
			],
			"effects": [
				{
					"name": "Quick Acting",
					"changes": [
						{
							"key": "system.abilities.dex.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.dex.max",
							"mode": "UPGRADE",
							"value": 30
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Manual of Stone Golems",
			"source": "XDMG",
			"activities": [
				{
					"name": "Create Stone Golem",
					"type": "summon",
					"activation": {
						"type": "special"
					},
					"profiles": [
						{
							"uuid": "@creature[stone golem|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Medallion of Thoughts",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[detect thoughts|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Midnight Tears",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "spec"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 9,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Mirror of Life Trapping",
			"source": "XDMG",
			"activities": [
				{
					"type": "save",
					"activation": {
						"type": "special",
						"condition": "Sees its reflection"
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"cha"
						],
						"dc": {
							"formula": "15"
						}
					}
				},
				{
					"name": "Add Trapped Creature",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				},
				{
					"name": "Free Trapped Creature",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Mystery Key",
			"source": "XDMG",
			"activities": [
				{
					"name": "Roll for Chance",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"roll": {
						"name": "Roll for Chance",
						"formula": "1d100cs<6"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Necklace of Fireballs",
			"source": "XDMG",
			"activities": [
				{
					"name": "Determine Number of Beads",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-1d6 - 3"
							},
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "1"
					}
				},
				{
					"name": "Throw Bead",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "min(5, @item.uses.value)"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Necklace of Prayer Beads",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[bless|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[cure wounds|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[greater restoration|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[shining smite|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[guardian of faith|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[wind walk|xphb]",
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Net",
			"source": "XPHB",
			"activities": [
				{
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"value": "15",
						"units": "ft"
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"calculation": "dex"
						}
					},
					"effects": [
						{
							"foundryId": "net"
						}
					]
				}
			],
			"effects": [],
			"migrationVersion": 3
		},
		{
			"name": "Nolzur's Marvelous Pigments",
			"source": "XDMG",
			"activities": [
				{
					"name": "Determine Number of Pots",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/item-choice.svg",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1d3"
							}
						]
					}
				},
				{
					"name": "Paint",
					"type": "utility",
					"activation": {
						"type": "minute",
						"value": 10
					},
					"duration": {
						"concentration": true
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cube",
							"size": "20"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Oil",
			"source": "XPHB",
			"activities": [
				{
					"name": "Throw",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "20"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"calculation": "dex"
						}
					}
				},
				{
					"name": "Douse Space",
					"type": "damage",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "square",
							"size": "5"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"damage": {
						"parts": [
							{
								"bonus": "5",
								"types": [
									"fire"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Oil of Etherealness",
			"source": "XDMG",
			"activities": [
				{
					"name": "Apply Oil",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "touch"
					},
					"effects": [
						{
							"foundryId": "oilOfEtherealnes"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "oilOfEtherealnes",
					"name": "Etherealness",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"ethereal"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Oil of Sharpness",
			"source": "XDMG",
			"activities": [
				{
					"name": "Apply Oil to Weapon",
					"type": "enchant",
					"activation": {
						"type": "minute",
						"value": 1
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"range": {
						"units": "touch"
					},
					"restrictions": {
						"categories": [
							"simpleM",
							"martialM"
						],
						"type": "weapon"
					},
					"effects": [
						{
							"foundryId": "oilOfSharpness"
						}
					]
				},
				{
					"name": "Apply Oil to Ammunition",
					"type": "enchant",
					"activation": {
						"type": "minute",
						"value": 1
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"range": {
						"units": "touch"
					},
					"restrictions": {
						"categories": [
							"ammo"
						],
						"type": "consumable"
					},
					"effects": [
						{
							"foundryId": "oilOfSharpness"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "oilOfSharpness",
					"name": "Oiled",
					"type": "enchantment",
					"disabled": true,
					"transfer": true,
					"duration": {
						"seconds": 60
					},
					"changes": [
						{
							"key": "name",
							"mode": "OVERRIDE",
							"value": "{} Oiled"
						},
						{
							"key": "system.description.value",
							"mode": "OVERRIDE",
							"value": "{}<p>This item has been oiled and is +3 weapon for the next hour.</p>"
						},
						{
							"key": "system.properties",
							"mode": "ADD",
							"value": "mgc"
						},
						{
							"key": "system.magicalBonus",
							"mode": "UPGRADE",
							"value": 3
						}
					]
				},
				{
					"name": "Oiled Ammunition",
					"type": "enchantment",
					"disabled": true,
					"transfer": true,
					"duration": {
						"seconds": 60
					},
					"changes": [
						{
							"key": "name",
							"mode": "OVERRIDE",
							"value": "{} Oiled"
						},
						{
							"key": "system.description.value",
							"mode": "OVERRIDE",
							"value": "{}<p>This ammunition has been oiled and is a +3 for the next hour.</p>"
						},
						{
							"key": "system.properties",
							"mode": "ADD",
							"value": "mgc"
						},
						{
							"key": "system.magicalBonus",
							"mode": "UPGRADE",
							"value": 3
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Oil of Slipperiness",
			"source": "XDMG",
			"activities": [
				{
					"name": "Cover Creature",
					"type": "cast",
					"activation": {
						"type": "minute",
						"value": 10
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"range": {
						"units": "touch"
					},
					"spell": {
						"uuid": "@spell[freedom of movement|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"name": "Pour on Ground",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[grease|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Oil of Taggit",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "13"
						}
					},
					"effects": [
						{
							"foundryId": "oilOfTaggit"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "oilOfTaggit",
					"name": "Poisoned and Unconscious",
					"duration": {
						"seconds": 86400
					},
					"statuses": [
						"poisoned",
						"unconscious"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Orb of Dragonkind",
			"source": "XDMG",
			"activities": [
				{
					"name": "Attunement Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"cha"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "orbOfDragonkind"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[suggestion|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[cure wounds|xphb]",
						"level": 9,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[daylight|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[death ward|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[detect magic|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[scrying|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Call Dragons",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "creature",
							"special": "Chromatic Dragons"
						}
					},
					"range": {
						"units": "mi",
						"value": "40"
					}
				}
			],
			"effects": [
				{
					"foundryId": "orbOfDragonkind",
					"name": "Charmed",
					"statuses": [
						"charmed"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Oversized Longbow",
			"source": "WDH",
			"activities": [
				{
					"type": "damage",
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "2"
								},
								"types": [
									"d"
								]
							},
							{
								"custom": {
									"enabled": true,
									"formula": "p"
								},
								"types": [
									"i"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Pale Tincture",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "16"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Poisoned and Reduce Max",
					"statuses": [
						"poisoned"
					],
					"changes": [
						{
							"key": "system.attributes.hp.max",
							"mode": "ADD",
							"value": 0
						}
					],
					"description": "The Poisoned creature repeats the save every 24 hours, taking 3 (1d6) Poison damage on a failed save. The damage the poison deals can't be healed by any means while the creature remains Poisoned. After seven successful saves against the poison, the creature is no longer Poisoned."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Pearl of Power",
			"source": "XDMG",
			"activities": [
				{
					"name": "Regain Spell Slot",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "3"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							},
							{
								"type": "spellSlots",
								"value": "-1",
								"target": "1",
								"scaling": {
									"mode": "level"
								}
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Perfume of Bewitching",
			"source": "XDMG",
			"activities": [
				{
					"name": "Apply Perfume",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "perfumeOfBewitch"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "perfumeOfBewitch",
					"name": "Bewitching Scent",
					"disabled": true,
					"transfer": true,
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.skills.per.roll.mode",
							"mode": "ADD",
							"value": 1
						},
						{
							"key": "system.skills.dec.roll.mode",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "For the duration, you have Advantage on all Charisma (Deception and Persuasion) checks made to influence a creature within 5 feet of yourself."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Periapt of Health",
			"source": "XDMG",
			"activities": [
				{
					"type": "heal",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"healing": {
						"number": 2,
						"denomination": 4,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "2"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Philter of Love",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"effects": [
						{
							"foundryId": "philterOfLove"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "philterOfLove",
					"name": "In Love",
					"duration": {
						"seconds": 600
					},
					"statuses": [
						"charmed"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Pipes of Haunting",
			"source": "XDMG",
			"activities": [
				{
					"name": "Play Pipes",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"choice": true,
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "pipesOfHaunting"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "pipesOfHaunting",
					"name": "Frightened",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"frightened"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Pipes of the Sewers",
			"source": "XDMG",
			"activities": [
				{
					"name": "Call Swarm of Rats",
					"type": "summon",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "3"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"type": "space",
							"special": "rats"
						}
					},
					"profiles": [
						{
							"count": "@scaling",
							"uuid": "@creature[swarm of rats|xmm]"
						}
					]
				},
				{
					"name": "Sway Rats",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Portable Hole",
			"source": "XDMG",
			"activities": [
				{
					"name": "Unfold  Portable Hole",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "square",
							"size": "6"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					}
				},
				{
					"name": "Escape Check",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"associated": [
							"ath"
						],
						"dc": {
							"formula": "10"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Pot of Awakening",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "day",
						"value": 30
					},
					"profiles": [
						{
							"uuid": "@creature[awakened shrub|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Acid Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfAcidResi"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfAcidResi",
					"name": "Acid  Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "acid"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Animal Friendship",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[animal friendship|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Clairvoyance",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[clairvoyance|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material",
							"concentration"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Climbing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "potionOfClimbing"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfClimbing",
					"name": "Climber",
					"transfer": true,
					"duration": {
						"seconds": 3600
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Cloud Giant Strength",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfGiantStr"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfGiantStr",
					"name": "Strength of Clouds",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 27
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Cold Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfColdResi"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfColdResi",
					"name": "Cold Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "cold"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Comprehension",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[comprehend languages|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Diminution",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[enlarge/reduce|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Fire Breath",
			"source": "XDMG",
			"activities": [
				{
					"name": "Breathe Fire",
					"type": "save",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "3"
					},
					"target": {
						"affects": {
							"count": "1"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					},
					"damage": {
						"parts": [
							{
								"number": 4,
								"denomination": 6,
								"types": [
									"fire"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "13"
						}
					}
				},
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Fire Giant Strength",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfGiantStr"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfGiantStr",
					"name": "Strength of Fire",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 25
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Fire Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfFireResi"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfFireResi",
					"name": "Fire Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "fire"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Flying",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "potionOfFlying"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfFlying",
					"name": "Flyer",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.attributes.movement.hover",
							"mode": "OVERRIDE",
							"value": true
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Force Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfForceRes"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfForceRes",
					"name": "Force Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "force"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Frost Giant Strength",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfGiantStr"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfGiantStr",
					"name": "Strength of Frost",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 23
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Gaseous Form",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[gaseous form|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material",
							"concentration"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Greater Healing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Consume",
					"type": "heal",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"healing": {
						"number": 4,
						"denomination": 4,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "4"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Greater Invisibility",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "potionOfGreaterI"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfGreaterI",
					"name": "Invisible",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"invisible"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Growth",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[enlarge/reduce|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material",
							"concentration"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Healing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Consume",
					"type": "heal",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"healing": {
						"number": 2,
						"denomination": 4,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "2"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Heroism",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "heal",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"healing": {
						"types": [
							"temphp"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "10"
					}
				}
			],
			"effects": [
				{
					"name": "Blessed",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.bonuses.abilities.save",
							"mode": "ADD",
							"value": "1d4"
						},
						{
							"key": "system.bonuses.mwak.attack",
							"mode": "ADD",
							"value": "1d4"
						},
						{
							"key": "system.bonuses.msak.attack",
							"mode": "ADD",
							"value": "1d4"
						},
						{
							"key": "system.bonuses.rsak.attack",
							"mode": "ADD",
							"value": "1d4"
						},
						{
							"key": "system.bonuses.rwak.attack",
							"mode": "ADD",
							"value": "1d4"
						}
					],
					"description": "Whenever a target makes an attack roll or a saving throw before the effect ends, the target adds 1d4 to the attack roll or save."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Hill Giant Strength",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfGiantStr"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfGiantStr",
					"name": "Strength of Hills",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 21
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Invisibility",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "potionOfInvisibi"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfInvisibi",
					"name": "Invisible",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"invisible"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Invulnerability",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "potionOfInvulner"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfInvulner",
					"name": "Resistant",
					"duration": {
						"seconds": 600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "acid"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "cold"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "fire"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "force"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "lightning"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "necrotic"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "poison"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "psychic"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "radiant"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "thunder"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "piercing"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "slashing"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "bludgeoning"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Lightning Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfLightnin"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfLightnin",
					"name": "Lightning Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "lightning"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Longevity",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"roll": {
						"name": "Determine Years",
						"formula": "1d6 + 6"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Mind Reading",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[detect thoughts|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material",
							"concentration"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Necrotic Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfNecrotic"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfNecrotic",
					"name": "Necrotic Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "necrotic"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Poison",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "save",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"damage": {
						"parts": [
							{
								"number": 4,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "full"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "13"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfPoison"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfPoison",
					"name": "Poisoned",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"poisoned"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Poison Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfPoisonRe"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfPoisonRe",
					"name": "Poison Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "poison"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Psychic Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfPsychicR"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfPsychicR",
					"name": "Psychic Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "psychic"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Pugilism",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				},
				{
					"name": "Extra Force Damage",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"critical": {
							"allow": true
						},
						"parts": [
							{
								"number": 1,
								"denomination": 6,
								"types": [
									"force"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Radiant Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfRadiantR"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfRadiantR",
					"name": "Radiant Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "radiant"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Speed",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[haste|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material",
							"concentration"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Stone Giant Strength",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfGiantStr"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfGiantStr",
					"name": "Strength of Stone",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 23
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Storm Giant Strength",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfGiantStr"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfGiantStr",
					"name": "Strength of Storms",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 29
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Superior Healing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Consume",
					"type": "heal",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"healing": {
						"number": 8,
						"denomination": 4,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "8"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Supreme Healing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Consume",
					"type": "heal",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"healing": {
						"number": 10,
						"denomination": 4,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						},
						"bonus": "20"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Thunder Resistance",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink Potion",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "potionOfThunderR"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfThunderR",
					"name": "Thunder Resistance",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "thunder"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Vitality",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "potionOfVitality"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfVitality",
					"name": "Full of Vitality",
					"duration": {
						"seconds": 86400
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Potion of Water Breathing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Drink",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "potionOfWaterBre"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "potionOfWaterBre",
					"name": "Water Breather",
					"duration": {
						"seconds": 86400
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Purple Worm Poison",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 10,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "21"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Quaal's Feather Token, Anchor",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"effects": [
						{
							"foundryId": "quaalsFeatherTok"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "quaalsFeatherTok",
					"name": "Anchor",
					"transfer": true,
					"duration": {
						"seconds": 86400
					},
					"descriptionEntries": [
						"{@item Quaal's Feather Token, Anchor|XDMG}"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Quaal's Feather Token, Bird",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"special": "The bird disappears after flying its maximum distance for a day or if it drops to 0 Hit Points. You can dismiss the bird as a Magic action."
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"profiles": [
						{
							"uuid": "@creature[roc|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Quaal's Feather Token, Fan",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"range": {
						"units": "ft",
						"value": "10"
					},
					"effects": [
						{
							"foundryId": "quaalsFeatherTok"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "quaalsFeatherTok",
					"name": "Feather Token: Fan",
					"duration": {
						"seconds": 28800
					},
					"description": "This wind can fill the sails of one ship, increasing its speed by 5 miles per hour for 8 hours. You can dismiss the fan as a Magic action."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Quaal's Feather Token, Swan Boat",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "24"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "line",
							"size": "50",
							"width": "20"
						},
						"affects": {
							"type": "space",
							"special": "body of water at least 60 feet in diameter"
						}
					},
					"range": {
						"units": "touch"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Quaal's Feather Token, Tree",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "perm"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cylinder",
							"size": "2.5",
							"height": "60"
						},
						"affects": {
							"type": "space",
							"special": "unoccupied space on the ground"
						}
					},
					"range": {
						"units": "touch"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Quarterstaff of the Acrobat",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Attack Deflection",
					"type": "utility",
					"activation": {
						"type": "reaction"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Animal Influence",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[animal friendship|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Fear (Affects Beasts Only)",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fear|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[speak with animals|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Djinni Summoning",
			"source": "XDMG",
			"activities": [
				{
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"concentration": true,
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"special": "you can see",
						"value": "120"
					},
					"profiles": [
						{
							"uuid": "@creature[djinni|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Elemental Command (Air)",
			"source": "XDMG",
			"activities": [
				{
					"name": "Elemental Compulsion",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Elemental"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "18"
						}
					},
					"effects": [
						{
							"foundryId": "airRingOfElement"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[chain lightning|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[feather fall|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[gust of wind|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wind wall|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "airRingOfElement",
					"name": "Charmed",
					"duration": {
						"turns": 1
					},
					"statuses": [
						"charmed"
					]
				},
				{
					"name": "Air Focus",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.languages.value",
							"mode": "ADD",
							"value": "auran"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "lightning"
						},
						{
							"key": "system.attributes.movement.hover",
							"mode": "OVERRIDE",
							"value": true
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Elemental Command (Earth)",
			"source": "XDMG",
			"activities": [
				{
					"name": "Elemental Compulsion",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Elemental"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "18"
						}
					},
					"effects": [
						{
							"foundryId": "earthRingOfEleme"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[earthquake|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 8,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[stone shape|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[stoneskin|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of stone|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "earthRingOfEleme",
					"name": "Charmed",
					"duration": {
						"turns": 1
					},
					"statuses": [
						"charmed"
					]
				},
				{
					"name": "Earth Focus",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.languages.value",
							"mode": "ADD",
							"value": "terran"
						},
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "acid"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Elemental Command (Fire)",
			"source": "XDMG",
			"activities": [
				{
					"name": "Elemental Compulsion",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Elemental"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "18"
						}
					},
					"effects": [
						{
							"foundryId": "fireRingOfElemen"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[burning hands|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fire storm|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of fire|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "fireRingOfElemen",
					"name": "Charmed",
					"duration": {
						"turns": 1
					},
					"statuses": [
						"charmed"
					]
				},
				{
					"name": "Fire Focus",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.languages.value",
							"mode": "ADD",
							"value": "ignan"
						},
						{
							"key": "system.traits.di.value",
							"mode": "ADD",
							"value": "fire"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Elemental Command (Water)",
			"source": "XDMG",
			"activities": [
				{
					"name": "Elemental Compulsion",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "Elemental"
						}
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "18"
						}
					},
					"effects": [
						{
							"foundryId": "waterRingOfEleme"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[create or destroy water|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[ice storm|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[water walk|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[tsunami|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 8,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of ice|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "waterRingOfEleme",
					"name": "Charmed",
					"duration": {
						"turns": 1
					},
					"statuses": [
						"charmed"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Evasion",
			"source": "XDMG",
			"activities": [
				{
					"name": "Succeed",
					"type": "utility",
					"activation": {
						"type": "reaction"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Jumping",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"spell": {
						"uuid": "@spell[jump|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Regeneration",
			"source": "XDMG",
			"activities": [
				{
					"type": "heal",
					"activation": {
						"type": "special",
						"condition": "Every 10 minutes"
					},
					"consumption": {
						"scaling": {
							"allowed": true
						}
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"healing": {
						"number": 1,
						"denomination": 6,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1,
							"mode": "whole"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Shooting Stars",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[faerie fire|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Create Lightning Spheres",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"concentration": true,
						"value": "1"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "4"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "square",
							"size": "5",
							"count": "@scaling"
						},
						"affects": {
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "120"
					}
				},
				{
					"name": "Lightning Sphere Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					}
				},
				{
					"name": "Shooting Stars",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "3"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cube",
							"size": "15",
							"count": "@scaling"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"damage": {
						"parts": [
							{
								"number": 5,
								"denomination": 4,
								"types": [
									"radiant"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Spell Turning",
			"source": "XDMG",
			"activities": [
				{
					"name": "Reflect Spell",
					"type": "utility",
					"activation": {
						"type": "reaction"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Swimming",
			"source": "XDMG",
			"effects": [
				{
					"name": "Swimmer",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.movement.swim",
							"mode": "UPGRADE",
							"value": 40
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Telekinesis",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[telekinesis|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of the Ram",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "3"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"attack": {
						"type": {
							"value": "ranged",
							"classification": "spell"
						},
						"ability": "none",
						"bonus": "7"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 2,
								"denomination": 10,
								"types": [
									"force"
								],
								"scaling": {
									"mode": "whole",
									"number": 2
								}
							}
						]
					}
				},
				{
					"name": "Break Item",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "3"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"roll": {
						"name": "Strength Roll",
						"formula": "1d20 + @scaling * 5"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Three Wishes",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wish|xphb]",
						"level": 9,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of Water Walking",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"spell": {
						"uuid": "@spell[water walk|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ring of X-ray Vision",
			"source": "XDMG",
			"activities": [
				{
					"name": "Gain X-Ray Vision",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/damage/psychic.svg",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "ringOfXRayVision"
						}
					]
				},
				{
					"type": "save",
					"activation": {
						"type": "action"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "ringOfXRayVisio1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "ringOfXRayVision",
					"name": "X-Ray Vision",
					"duration": {
						"seconds": 60
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rival Coin",
			"source": "XDMG",
			"activities": [
				{
					"name": "Heads",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "you can see"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 4,
								"types": [
									"psychic"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "13"
						}
					},
					"effects": [
						{
							"foundryId": "rivalCoin"
						}
					]
				},
				{
					"name": "Tails",
					"type": "damage",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 4,
								"types": [
									"psychic"
								]
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "rivalCoin",
					"name": "Disadvantaged",
					"duration": {
						"turns": 1
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Robe of Eyes",
			"source": "XDMG",
			"activities": [
				{
					"name": "Light Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "11"
						}
					}
				},
				{
					"name": "Daylight Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Special Senses",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.senses.darkvision",
							"mode": "UPGRADE",
							"value": 120
						},
						{
							"key": "system.attributes.senses.truesight",
							"mode": "UPGRADE",
							"value": 120
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Robe of Scintillating Colors",
			"source": "XDMG",
			"activities": [
				{
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "creature",
							"special": "can see you"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "robeOfScintillat"
						}
					]
				},
				{
					"name": "Display Dazzling Hues",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "self"
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "robeOfScintillat",
					"name": "Stunned",
					"statuses": [
						"stunned"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Robe of Stars",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[magic missile|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Enter/Exit Astral Plane",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "square",
							"size": "5"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Robe of the Archmagi",
			"source": "DMG",
			"effects": [
				{
					"name": "Armor Class",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.ac.calc",
							"mode": "OVERRIDE",
							"value": "custom"
						},
						{
							"key": "system.attributes.ac.formula",
							"mode": "OVERRIDE",
							"value": "15 + @abilities.dex.mod"
						}
					]
				}
			],
			"_merge": {
				"effects": true
			},
			"migrationVersion": 3
		},
		{
			"name": "Robe of the Archmagi",
			"source": "XDMG",
			"effects": [
				{
					"name": "Archmagi Armor",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.ac.calc",
							"mode": "OVERRIDE",
							"value": "custom"
						},
						{
							"key": "system.attributes.ac.formula",
							"mode": "OVERRIDE",
							"value": "15 + @abilities.dex.mod"
						}
					]
				},
				{
					"name": "War Mage",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.spell.dc",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.msak.attack",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.rsak.attack",
							"mode": "ADD",
							"value": 2
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Robe of Useful Items",
			"source": "XDMG",
			"activities": [
				{
					"name": "Bullseye Lantern",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "2"
					}
				},
				{
					"name": "Dagger",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "2"
					}
				},
				{
					"name": "Mirror",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "2"
					}
				},
				{
					"name": "Pole",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "2"
					}
				},
				{
					"name": "Rope (Coiled)",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "2"
					}
				},
				{
					"name": "Sack",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "2"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rod of Absorption",
			"source": "XDMG",
			"activities": [
				{
					"name": "Restore Slots",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "5"
						},
						"targets": [
							{
								"type": "spellSlots",
								"value": "-1",
								"target": "1",
								"scaling": {
									"mode": "level"
								}
							}
						]
					}
				},
				{
					"name": "Absorb Spell",
					"type": "utility",
					"activation": {
						"type": "reaction"
					},
					"consumption": {
						"scaling": {
							"allowed": true
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rod of Alertness",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[detect evil and good|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[detect magic|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[detect poison and disease|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[see invisibility|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Protective Aura",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "60"
						},
						"affects": {
							"type": "ally"
						}
					},
					"effects": [
						{
							"foundryId": "rodOfAlertness"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "rodOfAlertness",
					"name": "Protective Aura",
					"duration": {
						"seconds": 600
					},
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 1
						},
						{
							"key": "system.bonuses.abilities.save",
							"mode": "ADD",
							"value": 1
						}
					]
				},
				{
					"name": "Alertness",
					"transfer": true,
					"changes": [
						{
							"key": "system.skills.prc.roll.mode",
							"mode": "ADD",
							"value": 1
						},
						{
							"key": "system.attributes.init.roll.mode",
							"mode": "ADD",
							"value": 1
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rod of Lordly Might",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action",
						"value": 1
					},
					"range": {
						"value": "5",
						"units": "ft"
					},
					"attack": {
						"type": {
							"value": "melee",
							"classification": "weapon"
						}
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Button 1 Attack",
					"type": "attack",
					"activation": {
						"type": "action",
						"value": 1
					},
					"range": {
						"value": "5",
						"units": "ft"
					},
					"attack": {
						"bonus": "-3",
						"type": {
							"value": "melee",
							"classification": "weapon"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 6,
								"bonus": "-3",
								"types": [
									"fire"
								]
							}
						]
					}
				},
				{
					"name": "Button 2 Attack",
					"type": "attack",
					"activation": {
						"type": "action",
						"value": 1
					},
					"range": {
						"value": "5",
						"units": "ft"
					},
					"attack": {
						"type": {
							"value": "melee",
							"classification": "weapon"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 8,
								"types": [
									"slashing"
								]
							}
						]
					}
				},
				{
					"name": "Button 3 Attack",
					"type": "attack",
					"activation": {
						"type": "action",
						"value": 1
					},
					"range": {
						"value": "60",
						"units": "ft"
					},
					"attack": {
						"type": {
							"value": "melee",
							"classification": "weapon"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 8,
								"types": [
									"piercing"
								]
							}
						]
					}
				},
				{
					"name": "Drain Life",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 4,
								"denomination": 6,
								"types": [
									"necrotic"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					}
				},
				{
					"name": "Paralyze",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					},
					"effects": [
						{
							"foundryId": "rodOfLordlyMight"
						}
					]
				},
				{
					"name": "Terrify",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature",
							"special": "you can see"
						}
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "17"
						}
					},
					"effects": [
						{
							"foundryId": "rodOfLordlyMigh1"
						}
					]
				},
				{
					"name": "Button 2 Versatile Attack",
					"type": "attack",
					"activation": {
						"type": "action",
						"value": 1
					},
					"range": {
						"value": "5",
						"units": "ft"
					},
					"attack": {
						"type": {
							"value": "melee",
							"classification": "weapon"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 10,
								"types": [
									"slashing"
								]
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "rodOfLordlyMigh1",
					"name": "Frightened",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"frightened"
					]
				},
				{
					"foundryId": "rodOfLordlyMight",
					"name": "Paralyzed",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"paralyzed"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rod of Resurrection",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[heal|xphb]",
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[resurrection|xphb]",
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rod of Rulership",
			"source": "XDMG",
			"activities": [
				{
					"name": "Command Obedience",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "8"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"choice": true,
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "120"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "rodOfRulership"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "rodOfRulership",
					"name": "Obedient",
					"duration": {
						"seconds": 28800
					},
					"statuses": [
						"charmed"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rod of Security",
			"source": "XDMG",
			"activities": [
				{
					"name": "Transport to Demiplane",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "day",
						"value": "200"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "200",
							"type": "creature",
							"special": "you can see"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rope",
			"source": "XPHB",
			"activities": [
				{
					"name": "Tie Knot",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"check": {
						"associated": [
							"slt"
						],
						"dc": {
							"formula": "10"
						}
					}
				},
				{
					"name": "Burst Rope",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"associated": [
							"ath"
						],
						"dc": {
							"formula": "20"
						}
					}
				},
				{
					"name": "Escape Check",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"associated": [
							"acr"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rope of Climbing",
			"source": "XDMG",
			"activities": [
				{
					"name": "Damage Rope",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/activity/damage.svg",
					"activation": {
						"type": ""
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "20"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					}
				},
				{
					"name": "Repair Rope",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/activity/heal.svg",
					"activation": {
						"type": ""
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "20"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "-1",
								"scaling": {
									"mode": "amount",
									"formula": "-1"
								}
							}
						]
					}
				},
				{
					"name": "Command",
					"type": "utility",
					"activation": {
						"type": "action"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Rope of Entanglement",
			"source": "XDMG",
			"activities": [
				{
					"name": "Entangle",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "20"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "ropeOfEntangleme"
						}
					]
				},
				{
					"name": "Escape",
					"type": "check",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"check": {
						"associated": [
							"acr",
							"ath"
						],
						"dc": {
							"formula": "15"
						}
					}
				},
				{
					"name": "Damage Rope",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/activity/damage.svg",
					"activation": {
						"type": ""
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "20"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					}
				},
				{
					"name": "Repair Rope",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/activity/heal.svg",
					"activation": {
						"type": ""
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "20"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "-1",
								"scaling": {
									"mode": "amount",
									"formula": "-1"
								}
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "ropeOfEntangleme",
					"name": "Entangled",
					"statuses": [
						"restrained"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Ruby of the War Mage",
			"source": "XDMG",
			"activities": [
				{
					"name": "Attach Ruby",
					"type": "enchant",
					"activation": {
						"type": "minute",
						"value": 1
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					},
					"restrictions": {
						"categories": [
							"simpleM",
							"simpleR",
							"martialM",
							"martialR"
						],
						"type": "weapon"
					},
					"effects": [
						{
							"foundryId": "rubyOfTheWarMage"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "rubyOfTheWarMage",
					"name": "Attached Ruby",
					"type": "enchantment",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "system.properties",
							"mode": "ADD",
							"value": "foc"
						},
						{
							"key": "name",
							"mode": "OVERRIDE",
							"value": "{} of the War Mage"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Scarab of Protection",
			"source": "XDMG",
			"activities": [
				{
					"name": "Preserve",
					"type": "utility",
					"activation": {
						"type": "reaction"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Protected",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "You gain a +1 bonus to Armor Class and you have Advantage on saving throws against spells."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Scimitar of Speed",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "special",
						"condition": "Action or Bonus Action"
					},
					"damage": {
						"includeBase": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sending Stones",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[sending|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sentinel Shield",
			"source": "DMG",
			"effects": [
				{
					"name": "Sentinel's Eye",
					"transfer": true,
					"changes": [
						{
							"key": "flags.dnd5e.initiativeAdv",
							"mode": "OVERRIDE",
							"value": true
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sentinel Shield",
			"source": "XDMG",
			"effects": [
				{
					"name": "Initiative Advantage",
					"transfer": true,
					"changes": [
						{
							"key": "flags.dnd5e.initiativeAdv",
							"mode": "ADD",
							"value": true
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Serpent Venom",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "11"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Shield of the Cavalier",
			"source": "XDMG",
			"activities": [
				{
					"name": "Forceful Bash",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"range": {
						"units": "ft",
						"value": "5"
					},
					"attack": {
						"type": {
							"value": "melee",
							"classification": "weapon"
						}
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 2,
								"denomination": 6,
								"bonus": "2 + @mod",
								"types": [
									"force"
								]
							}
						]
					},
					"effects": [
						{
							"foundryId": "shieldOfTheCaval"
						}
					]
				},
				{
					"name": "Protective Field",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/trait-damage-immunities.svg",
					"activation": {
						"type": "reaction"
					},
					"duration": {
						"units": "minute",
						"concentration": true,
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "5"
						},
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "5"
					}
				}
			],
			"effects": [
				{
					"foundryId": "shieldOfTheCaval",
					"name": "Knocked Down",
					"statuses": [
						"prone"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Signal Whistle",
			"source": "XPHB",
			"activities": [
				{
					"name": "Whistle",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"range": {
						"units": "ft",
						"value": "600"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Smoke Grenade",
			"source": "XDMG",
			"activities": [
				{
					"name": "Throw",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "sphere",
							"size": "20"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sovereign Glue",
			"source": "XDMG",
			"activities": [
				{
					"name": "Determine Ounces",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1d6 - 2"
							}
						]
					}
				},
				{
					"name": "Apply Glue",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "@scaling"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "@item.uses.value"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "square",
							"size": "@scaling"
						},
						"affects": {
							"type": "space"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sphere of Annihilation",
			"source": "XDMG",
			"activities": [
				{
					"name": "Engulfed",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "any"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 8,
								"denomination": 10,
								"types": [
									"force"
								]
							}
						]
					}
				},
				{
					"name": "Control the Sphere",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"check": {
						"dc": {
							"formula": "25"
						},
						"ability": "int"
					}
				},
				{
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 8,
								"denomination": 10,
								"types": [
									"force"
								]
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "19"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Spirit Board",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[augury|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[commune|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Birdcalls",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Create Sound",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/damage/thunder.svg",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Charming",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[charm person|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[command|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[comprehend languages|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Reflect Enchantment",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/activity/save.svg",
					"activation": {
						"type": "reaction"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				},
				{
					"name": "Resist Enchantment",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/rosa-shield.svg",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "formula",
								"formula": "1"
							}
						],
						"max": "1"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Fire",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[burning hands|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of fire|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"name": "Fire Resistance",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "fire"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Flowers",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Create Flower",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Frost",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[cone of cold|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[ice storm|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fog cloud|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of ice|xphb]",
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"name": "Resistance to Cold",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "cold"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Healing",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "4"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"spell": {
						"uuid": "@spell[cure wounds|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[lesser restoration|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[mass cure wounds|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Power",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[cone of cold|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "6"
							}
						]
					},
					"spell": {
						"uuid": "@spell[globe of invulnerability|xphb]",
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[hold monster|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[levitate|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[lightning bolt|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[magic missile|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[ray of enfeeblement|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of force|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Retributive Strike",
					"type": "damage",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "16 * @item.uses.value"
								},
								"types": [
									"force"
								]
							}
						]
					}
				},
				{
					"name": "Retributive Strike: Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "4 * @item.uses.value"
								},
								"types": [
									"force"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "17"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Striking",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Charge Damage",
					"type": "damage",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "3"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "(@scaling)d6"
								},
								"types": [
									"force"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Swarming Insects",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Insect Cloud",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						}
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[giant insect|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[insect plague|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of the Adder",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Awaken Snake Head",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-20"
							}
						]
					},
					"target": {
						"affects": {
							"type": "object"
						}
					}
				},
				{
					"name": "Attack with Snake",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"attack": {
						"ability": "wis"
					},
					"damage": {
						"parts": [
							{
								"number": 1,
								"denomination": 6,
								"types": [
									"piercing"
								]
							},
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of the Magi",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Spell Absorption",
					"type": "utility",
					"activation": {
						"type": "reaction"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "9"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "-1",
								"scaling": {
									"mode": "amount",
									"formula": "-1"
								}
							}
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[arcane lock|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "7"
							}
						]
					},
					"spell": {
						"uuid": "@spell[conjure elemental|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[detect magic|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[dispel magic|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[enlarge/reduce|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "7"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[flaming sphere|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[ice storm|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[knock|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[light|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "7"
							}
						]
					},
					"spell": {
						"uuid": "@spell[lightning bolt|xphb]",
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[mage hand|xphb]",
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[passwall|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "7"
							}
						]
					},
					"spell": {
						"uuid": "@spell[plane shift|xphb]",
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[protection from evil and good|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[telekinesis|xphb]",
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of fire|xphb]",
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[web|xphb]",
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Retributive Strike: Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "6 * @item.uses.value"
								},
								"types": [
									"force"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "17"
						}
					}
				},
				{
					"name": "Retributive Strike",
					"type": "damage",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "16 * @item.uses.value"
								},
								"types": [
									"force"
								]
							}
						]
					}
				}
			],
			"effects": [
				{
					"name": "Spell Attack Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.msak.attack",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.rsak.attack",
							"mode": "ADD",
							"value": 2
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of the Python",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Transform into Snake",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space",
							"special": "Unoccupied"
						}
					},
					"range": {
						"units": "ft",
						"value": "10"
					},
					"profiles": [
						{
							"uuid": "@creature[giant constrictor snake|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of the Woodlands",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Animal Friendship",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[animal friendship|xphb]"
					}
				},
				{
					"name": "Awaken",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[awaken|xphb]"
					}
				},
				{
					"name": "Barkskin",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[barkskin|xphb]"
					}
				},
				{
					"name": "Locate Animals or Plants",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[locate animals or plants|xphb]"
					}
				},
				{
					"name": "Pass without Trace",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[pass without trace|xphb]"
					}
				},
				{
					"name": "Speak with Animals",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[speak with animals|xphb]"
					}
				},
				{
					"name": "Speak with Plants",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[speak with plants|xphb]"
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "6"
							}
						]
					},
					"spell": {
						"uuid": "@spell[wall of thorns|xphb]",
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Tree Form",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Spell Attack Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.msak.attack",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.rsak.attack",
							"mode": "ADD",
							"value": 2
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Thunder and Lightning",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Thunder",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					},
					"effects": [
						{
							"foundryId": "staffOfThunderAn"
						}
					]
				},
				{
					"name": "Lightning",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 6,
								"types": [
									"lightning"
								]
							}
						]
					}
				},
				{
					"name": "Thunder & Lightning",
					"type": "save",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 6,
								"types": [
									"lightning"
								]
							},
							{}
						],
						"onSave": "full"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					},
					"effects": [
						{
							"foundryId": "staffOfThunderAn"
						}
					]
				},
				{
					"name": "Lightning Strike",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "line",
							"size": "120",
							"width": "5"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 9,
								"denomination": 6,
								"types": [
									"lightning"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "17"
						}
					}
				},
				{
					"name": "Thunderclap",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "60"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 6,
								"types": [
									"thunder"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					},
					"effects": [
						{
							"foundryId": "staffOfThunderA1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "staffOfThunderAn",
					"name": "Stunned",
					"duration": {
						"turns": 1
					},
					"statuses": [
						"stunned"
					]
				},
				{
					"foundryId": "staffOfThunderA1",
					"name": "Deafened",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"deafened"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Staff of Withering",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Damage & Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 2,
								"denomination": 10,
								"types": [
									"necrotic"
								]
							}
						],
						"onSave": "full"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "staffOfWithering"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "staffOfWithering",
					"name": "Withered",
					"duration": {
						"seconds": 3600
					},
					"description": "The target has Disadvantage for 1 hour on any ability check or saving throw that uses Strength or Constitution."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Stone of Controlling Earth Elementals",
			"source": "XDMG",
			"activities": [
				{
					"name": "Summon Elemental",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "30"
					},
					"profiles": [
						{
							"uuid": "@creature[earth elemental|xmm]"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Stone of Good Luck",
			"source": "XDMG",
			"effects": [
				{
					"name": "Lucky",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.abilities.check",
							"mode": "ADD",
							"value": 1
						},
						{
							"key": "system.bonuses.abilities.save",
							"mode": "ADD",
							"value": 1
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sword of Answering",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Attack Reaction",
					"type": "attack",
					"descriptionEntries": [
						"Damage ignores immunity or resistance"
					],
					"activation": {
						"type": "reaction",
						"condition": "creature within reach deals damage to you"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"includeBase": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sword of Kas",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"descriptionEntries": [
						"Bonus Damage: 2d10 Slashing vs Undead"
					],
					"activation": {
						"type": "action"
					},
					"attack": {
						"critical": {
							"threshold": 19
						}
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[call lightning|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[divine word|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[finger of death|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Destroy Sword",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"cha"
						],
						"dc": {
							"formula": "18"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Battle Hunger",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.init.bonus",
							"mode": "ADD",
							"value": "1d10"
						}
					]
				},
				{
					"name": "Necrotic Resistance",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "necrotic"
						}
					]
				},
				{
					"name": "Transferred AC Bonus: 1",
					"disabled": true,
					"transfer": true,
					"duration": {
						"rounds": 1
					},
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 1
						},
						{
							"key": "system.bonuses.mwak.damage",
							"mode": "ADD",
							"value": -1
						},
						{
							"key": "system.bonuses.mwak.attack",
							"mode": "ADD",
							"value": -1
						}
					],
					"description": "The adjusted bonuses remain in effect until the start of your next turn, although you must hold the weapon to gain a bonus to AC from it."
				},
				{
					"name": "Transferred AC Bonus: 2",
					"disabled": true,
					"transfer": true,
					"duration": {
						"rounds": 1
					},
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.mwak.damage",
							"mode": "ADD",
							"value": -2
						},
						{
							"key": "system.bonuses.mwak.attack",
							"mode": "ADD",
							"value": -2
						}
					],
					"description": "The adjusted bonuses remain in effect until the start of your next turn, although you must hold the weapon to gain a bonus to AC from it."
				},
				{
					"name": "Transferred AC Bonus: 3",
					"disabled": true,
					"transfer": true,
					"duration": {
						"rounds": 1
					},
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 3
						},
						{
							"key": "system.bonuses.mwak.damage",
							"mode": "ADD",
							"value": -3
						},
						{
							"key": "system.bonuses.mwak.attack",
							"mode": "ADD",
							"value": -3
						}
					],
					"description": "The adjusted bonuses remain in effect until the start of your next turn, although you must hold the weapon to gain a bonus to AC from it."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Talisman of Pure Good",
			"source": "XDMG",
			"activities": [
				{
					"name": "Fiend and Undead Damage",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "touch"
					},
					"damage": {
						"parts": [
							{
								"number": 8,
								"denomination": 6,
								"types": [
									"radiant"
								]
							}
						]
					}
				},
				{
					"name": "Pure Rebuke",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"value": "120",
						"units": "ft",
						"special": "you can see"
					},
					"damage": {
						"parts": [
							{
								"number": 4,
								"denomination": 6,
								"types": [
									"psychic"
								]
							}
						],
						"onSave": "full"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "20"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Holy Symbol",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.msak.attack",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.rsak.attack",
							"mode": "ADD",
							"value": 2
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Talisman of Ultimate Evil",
			"source": "XDMG",
			"activities": [
				{
					"name": "Non-Fiend or Undead Damage",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "touch"
					},
					"damage": {
						"parts": [
							{
								"number": 8,
								"denomination": 6,
								"types": [
									"necrotic"
								]
							}
						]
					}
				},
				{
					"name": "Ultimate End",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"special": "you can see",
						"value": "120"
					},
					"damage": {
						"parts": [
							{
								"number": 4,
								"denomination": 6,
								"types": [
									"psychic"
								]
							}
						],
						"onSave": "full"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "20"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Holy Symbol",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.msak.attack",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.rsak.attack",
							"mode": "ADD",
							"value": 2
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Tangler Grenade",
			"source": "WDMM",
			"type": "consumable",
			"migrationVersion": 3
		},
		{
			"name": "Tentacle Rod",
			"source": "XDMG",
			"activities": [
				{
					"name": "Tentacle Attack",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "15"
					},
					"attack": {
						"type": {
							"value": "melee",
							"classification": "weapon"
						},
						"ability": "none",
						"bonus": "9"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 1,
								"denomination": 6,
								"types": [
									"psychic"
								]
							}
						]
					}
				},
				{
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "15"
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"psychic"
								]
							}
						],
						"onSave": "full"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "tentacleRod"
						}
					]
				},
				{
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "15"
					},
					"damage": {
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"psychic"
								]
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "tentacleRod",
					"name": "Held by Tentacles",
					"statuses": [
						"restrained"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Thieves' Tools",
			"source": "XPHB",
			"activities": [
				{
					"name": "Pick a Lock/Disarm a Trap",
					"type": "check",
					"activation": {
						"type": "action"
					},
					"check": {
						"ability": "dex",
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Thunderous Greatclub",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"descriptionEntries": [
						"Bonus Damage: 2d8 Thunder vs loose object"
					],
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 1,
								"denomination": 8,
								"types": [
									"thunder"
								]
							}
						]
					}
				},
				{
					"name": "Clap of Thunder",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cone",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"str"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "thunderousGreatc"
						}
					]
				},
				{
					"name": "Earthquake: Save",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "50"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "20"
						}
					},
					"effects": [
						{
							"foundryId": "thunderousGreatc"
						}
					]
				},
				{
					"name": "Earthquake: Object Damage",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "object"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "50"
								},
								"types": [
									"bludgeoning"
								]
							}
						]
					}
				},
				{
					"name": "Earthquake: Fissure",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "10"
						},
						"affects": {
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "50"
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"dex"
						],
						"dc": {
							"formula": "20"
						}
					},
					"effects": [
						{
							"foundryId": "thunderousGreatc"
						}
					]
				},
				{
					"name": "Earthquake: Concentration Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "20"
						}
					}
				}
			],
			"effects": [
				{
					"name": "Thunderous Strength",
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "UPGRADE",
							"value": 20
						}
					]
				},
				{
					"foundryId": "thunderousGreatc",
					"name": "Prone",
					"statuses": [
						"prone"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Tinderbox",
			"source": "XPHB",
			"activities": [
				{
					"name": "Light",
					"type": "utility",
					"activation": {
						"type": "bonus"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Tome of Clear Thought",
			"source": "XDMG",
			"activities": [
				{
					"name": "Read",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "48"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"effects": [
						{
							"foundryId": "tomeOfClearThoug"
						}
					]
				},
				{
					"name": "Reset Progress",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-48"
							}
						]
					}
				}
			],
			"effects": [
				{
					"name": "Clear Minded",
					"changes": [
						{
							"key": "system.abilities.int.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.int.max",
							"mode": "UPGRADE",
							"value": 30
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Tome of Leadership and Influence",
			"source": "XDMG",
			"activities": [
				{
					"name": "Read",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "48"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"effects": [
						{
							"foundryId": "tomeOfLeadership"
						}
					]
				},
				{
					"name": "Reset Progress",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-48"
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "tomeOfLeadership",
					"name": "Leader",
					"changes": [
						{
							"key": "system.abilities.cha.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.cha.max",
							"mode": "UPGRADE",
							"value": 30
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Tome of the Stilled Tongue",
			"source": "XDMG",
			"activities": [
				{
					"name": "Cast Spell",
					"type": "utility",
					"activation": {
						"type": "bonus"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Tome of Understanding",
			"source": "XDMG",
			"activities": [
				{
					"name": "Read",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "48"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"effects": [
						{
							"foundryId": "tomeOfUnderstand"
						}
					]
				},
				{
					"name": "Reset Progress",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-48"
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "tomeOfUnderstand",
					"name": "Understanding",
					"changes": [
						{
							"key": "system.abilities.wis.value",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.abilities.wis.max",
							"mode": "UPGRADE",
							"value": 30
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Torch",
			"source": "XPHB",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action",
						"value": 1
					},
					"duration": {
						"value": "1",
						"units": "hour"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"type": "radius",
							"size": "40",
							"units": "ft"
						}
					},
					"attack": {
						"ability": "str",
						"type": {
							"value": "melee",
							"classification": "weapon"
						}
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "1"
								},
								"types": [
									"fire"
								]
							}
						]
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Torpor",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "torpor"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "torpor",
					"name": "Poisoned",
					"statuses": [
						"poisoned"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Trident of Fish Command",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Dominate Beast",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[dominate beast|xphb]"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Truth Serum",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "10"
						}
					},
					"effects": [
						{
							"foundryId": "truthSerum"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "truthSerum",
					"name": "Poisoned",
					"duration": {
						"seconds": 3600
					},
					"statuses": [
						"poisoned"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Universal Solvent",
			"source": "XDMG",
			"activities": [
				{
					"name": "Determine Ounces",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "-(1d6 + 1)"
							},
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "1"
					}
				},
				{
					"name": "Apply Solvent",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"value": "@scaling"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "@item.uses.value"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"count": "@scaling",
							"type": "square",
							"size": "1"
						},
						"affects": {
							"type": "space"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Veteran's Cane",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Transform",
					"type": "enchant",
					"activation": {
						"type": "bonus"
					},
					"effects": [
						{
							"foundryId": "veteransCane"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "veteransCane",
					"name": "Longsword Form",
					"type": "enchantment",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "img",
							"mode": "OVERRIDE",
							"value": "modules/dnd-dungeon-masters-guide/assets/icons/items/longsword.webp"
						},
						{
							"key": "name",
							"mode": "OVERRIDE",
							"value": "{} (Longsword)"
						},
						{
							"key": "system.type.value",
							"mode": "OVERRIDE",
							"value": "martialM"
						},
						{
							"key": "system.mastery",
							"mode": "OVERRIDE",
							"value": "sap"
						},
						{
							"key": "system.damage.base.denomination",
							"mode": "OVERRIDE",
							"value": 8
						},
						{
							"key": "system.properties",
							"mode": "ADD",
							"value": "ver"
						},
						{
							"key": "system.damage.base.types",
							"mode": "ADD",
							"value": "-bludgeoning"
						},
						{
							"key": "system.damage.base.types",
							"mode": "ADD",
							"value": "slashing"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Binding",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "5"
							}
						]
					},
					"spell": {
						"uuid": "@spell[hold monster|xphb]",
						"challenge": {
							"save": 17,
							"override": true
						},
						"level": 5,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[hold person|xphb]",
						"challenge": {
							"save": 17,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Conducting",
			"source": "XDMG",
			"activities": [
				{
					"name": "Conduct Music",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"range": {
						"units": "ft",
						"value": "120"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Enemy Detection",
			"source": "XDMG",
			"activities": [
				{
					"name": "Detect Hostile Creature",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "60"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Fear",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[command|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fear|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Fireballs",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "min(@item.uses.value,3)"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Lightning Bolts",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "min(@item.uses.value,3)"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"spell": {
						"uuid": "@spell[lightning bolt|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Magic Detection",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[detect magic|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Magic Missiles",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"scaling": {
							"allowed": true,
							"max": "min(@item.uses.value,3)"
						},
						"targets": [
							{
								"type": "itemUses",
								"value": "1",
								"scaling": {
									"mode": "amount"
								}
							}
						]
					},
					"spell": {
						"uuid": "@spell[magic missile|xphb]",
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Orcus",
			"source": "XDMG",
			"activities": [
				{
					"name": "Mace Attack",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 2,
								"denomination": 12,
								"types": [
									"necrotic"
								]
							}
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[animate dead|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "2"
							}
						]
					},
					"spell": {
						"uuid": "@spell[blight|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[circle of death|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 6,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "3"
							}
						]
					},
					"spell": {
						"uuid": "@spell[finger of death|xphb]",
						"challenge": {
							"save": 18,
							"override": true
						},
						"level": 7,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "4"
							}
						]
					},
					"spell": {
						"uuid": "@spell[power word kill|xphb]",
						"level": 9,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[speak with dead|xphb]",
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				},
				{
					"name": "Call Undead",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "day",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"range": {
						"units": "ft",
						"value": "300"
					},
					"profiles": [
						{
							"count": 15,
							"uuid": "@creature[skeleton|xmm]"
						},
						{
							"count": 15,
							"uuid": "@creature[zombie|xmm]"
						}
					]
				},
				{
					"name": "Call Undead (Orcus Only)",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "day",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"range": {
						"value": "300",
						"units": "ft"
					},
					"profiles": [
						{
							"count": 30,
							"types": [
								"undead"
							]
						}
					],
					"summon": {
						"mode": "cr"
					}
				}
			],
			"effects": [
				{
					"name": "Protection",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 3
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Paralysis",
			"source": "XDMG",
			"activities": [
				{
					"name": "Paralyze",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "wandOfParalysis"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "wandOfParalysis",
					"name": "Paralyzed",
					"statuses": [
						"paralyzed"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Polymorph",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[polymorph|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Pyrotechnics",
			"source": "XDMG",
			"activities": [
				{
					"name": "Burst of Light",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "120"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Secrets",
			"source": "XDMG",
			"activities": [
				{
					"name": "Detect Secret Door/Trap",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "circle",
							"size": "60"
						},
						"affects": {
							"type": "object",
							"special": "secret doors/traps"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Web",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"uuid": "@spell[web|xphb]",
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wand of Wonder",
			"source": "XDMG",
			"activities": [
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[darkness|xphb]",
						"challenge": {
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[faerie fire|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 1,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[fireball|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[slow|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[stinking cloud|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[gust of wind|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"name": "Heavy Rain (36-40)",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cylinder",
							"size": "60",
							"height": "120"
						},
						"affects": {
							"type": "space"
						}
					},
					"range": {
						"units": "ft",
						"value": "120"
					}
				},
				{
					"name": "Cloud of Oversized Butterflies (41-45)",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "minute",
						"value": "10"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "cylinder",
							"size": "30",
							"height": "60"
						},
						"affects": {
							"type": "space"
						}
					},
					"range": {
						"value": "120",
						"units": "ft"
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[lightning bolt|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 3,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[enlarge/reduce|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"name": "Grass Cover (61-64",
					"type": "utility",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "circle",
							"size": "60"
						},
						"affects": {
							"type": "space"
						}
					},
					"range": {
						"value": "120",
						"units": "ft"
					}
				},
				{
					"name": "Burst of Colorful Light (78-82)",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "wandOfWonder"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[invisibility|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 2,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				},
				{
					"name": "Stream of Gems (88-92)",
					"type": "damage",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "line",
							"size": "30",
							"width": "5"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"custom": {
									"enabled": true,
									"formula": "1d4 * 10"
								},
								"types": [
									"bludgeoning"
								]
							}
						]
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"uuid": "@spell[polymorph|xphb]",
						"challenge": {
							"save": 15,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "wandOfWonder",
					"name": "Blinded",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"blinded"
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wave",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"critical": {
							"bonus": "21[necrotic]"
						},
						"includeBase": true
					}
				},
				{
					"name": "Aquatic Command",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 20,
							"override": true
						},
						"level": 4,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[dominate beast|xphb]"
					}
				},
				{
					"name": "Globe of Invulnerability",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"level": 9,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true,
						"uuid": "@spell[globe of invulnerability|xphb]"
					}
				}
			],
			"effects": [
				{
					"name": "Combat Ready: Initiative Advantage",
					"transfer": true,
					"changes": [
						{
							"key": "flags.dnd5e.initiativeAdv",
							"mode": "OVERRIDE",
							"value": 1
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Well of Many Worlds",
			"source": "XDMG",
			"activities": [
				{
					"name": "Unfold",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "circle",
							"size": "6"
						},
						"affects": {
							"count": "1",
							"type": "space"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Whelm",
			"source": "XDMG",
			"activities": [
				{
					"name": "Standard Attack",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"name": "Hurl (Construct, Elemental, Giant)",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 4,
								"denomination": 8,
								"types": [
									"force"
								]
							}
						]
					}
				},
				{
					"name": "Shock Wave",
					"type": "save",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "20"
						}
					},
					"effects": [
						{
							"foundryId": "whelm"
						}
					]
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						]
					},
					"spell": {
						"level": 1,
						"spellbook": true,
						"uuid": "@spell[detect evil and good|xphb]"
					}
				},
				{
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"level": 2,
						"spellbook": true,
						"uuid": "@spell[locate object|xphb]"
					}
				},
				{
					"name": "Hurl",
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 1,
								"denomination": 8,
								"types": [
									"force"
								]
							}
						]
					}
				}
			],
			"effects": [
				{
					"foundryId": "whelm",
					"name": "Stunned",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"stunned"
					],
					"description": "The target has the &Reference[Stunned apply=false] condition for 1 minute. The target repeats the save at the end of each of its turns, ending the effect on itself on a success."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wind Fan",
			"source": "XDMG",
			"activities": [
				{
					"name": "Gust of Wind",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"spell": {
						"challenge": {
							"save": 13,
							"override": true
						},
						"level": 2,
						"uuid": "@spell[gust of wind|xphb]"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Winged Boots",
			"source": "XDMG",
			"activities": [
				{
					"name": "Fly",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "wingedBoots"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "wingedBoots",
					"name": "Winged",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.attributes.movement.fly",
							"mode": "UPGRADE",
							"value": 30
						}
					],
					"description": "The wings lasts for 1 hour or until you end the effect early as a Magic action. The wings give you a Fly Speed of 60 feet."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wings of Flying",
			"source": "XDMG",
			"activities": [
				{
					"name": "Open Wings",
					"type": "utility",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"effects": [
						{
							"foundryId": "wingsOfFlying"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "wingsOfFlying",
					"name": "Winged",
					"duration": {
						"seconds": 3600
					},
					"changes": [
						{
							"key": "system.attributes.movement.fly",
							"mode": "UPGRADE",
							"value": 60
						}
					],
					"description": "The wings lasts for 1 hour or until you end the effect early as a Magic action. The wings give you a Fly Speed of 60 feet."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Wyvern Poison",
			"source": "XDMG",
			"activities": [
				{
					"name": "Use Poison",
					"type": "save",
					"activation": {
						"type": ""
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							}
						]
					},
					"target": {
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"parts": [
							{
								"number": 7,
								"denomination": 6,
								"types": [
									"poison"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "14"
						}
					}
				}
			],
			"migrationVersion": 3
		}
	],
	"magicvariant": [
		{
			"name": "Ammunition of Slaying",
			"source": "XDMG",
			"activities": [
				{
					"name": "Slaying Save",
					"type": "save",
					"activation": {
						"type": "",
						"condition": "when the specified creature type is damaged by this ammunition"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature",
							"special": "specific creature type"
						}
					},
					"range": {
						"units": "any"
					},
					"damage": {
						"parts": [
							{
								"number": 6,
								"denomination": 10,
								"types": [
									"force"
								]
							}
						],
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Berserker Axe",
			"source": "DMG",
			"effects": [
				{
					"name": "HP Increase",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.hp.bonuses.overall",
							"mode": "ADD",
							"value": "+ @details.level"
						}
					]
				}
			],
			"_merge": {
				"effects": true
			},
			"migrationVersion": 3
		},
		{
			"name": "Berserker Axe",
			"source": "XDMG",
			"effects": [
				{
					"foundryId": "berserkerAxe1",
					"name": "Berserker HP Increase",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.hp.bonuses.level",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "While you are attuned to this weapon, your Hit Point maximum increases by 1 for each level you have attained."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Defender",
			"source": "XDMG",
			"effects": [
				{
					"name": "Transferred AC Bonus: 1",
					"disabled": true,
					"transfer": true,
					"duration": {
						"rounds": 1
					},
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 1
						},
						{
							"key": "system.bonuses.mwak.damage",
							"mode": "ADD",
							"value": -1
						},
						{
							"key": "system.bonuses.mwak.attack",
							"mode": "ADD",
							"value": -1
						}
					],
					"description": "The adjusted bonuses remain in effect until the start of your next turn, although you must hold the weapon to gain a bonus to AC from it."
				},
				{
					"name": "Transferred AC Bonus: 2",
					"disabled": true,
					"transfer": true,
					"duration": {
						"rounds": 1
					},
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 2
						},
						{
							"key": "system.bonuses.mwak.damage",
							"mode": "ADD",
							"value": -2
						},
						{
							"key": "system.bonuses.mwak.attack",
							"mode": "ADD",
							"value": -2
						}
					],
					"description": "The adjusted bonuses remain in effect until the start of your next turn, although you must hold the weapon to gain a bonus to AC from it."
				},
				{
					"name": "Transferred AC Bonus: 3",
					"disabled": true,
					"transfer": true,
					"duration": {
						"rounds": 1
					},
					"changes": [
						{
							"key": "system.attributes.ac.bonus",
							"mode": "ADD",
							"value": 3
						},
						{
							"key": "system.bonuses.mwak.damage",
							"mode": "ADD",
							"value": -3
						},
						{
							"key": "system.bonuses.mwak.attack",
							"mode": "ADD",
							"value": -3
						}
					],
					"description": "The adjusted bonuses remain in effect until the start of your next turn, although you must hold the weapon to gain a bonus to AC from it."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Demon Armor",
			"source": "XDMG",
			"effects": [
				{
					"name": "Abyssal Language",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.languages.value",
							"mode": "ADD",
							"value": "abyssal"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Dwarven Plate",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "dwarvenPlate",
					"name": "Reduce Unwilling Movement",
					"type": "utility",
					"descriptionEntries": [
						"Distance moved reduced by up to 10 feet"
					],
					"activation": {
						"type": "reaction",
						"condition": "an effect moves you against your will along the ground"
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Efreeti Chain",
			"source": "XDMG",
			"effects": [
				{
					"name": "Efreeti Bonuses: Resistance, Primordial, Movement",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.di.value",
							"mode": "ADD",
							"value": "fire"
						},
						{
							"key": "system.traits.languages.value",
							"mode": "ADD",
							"value": "primordial"
						}
					],
					"description": "You have Immunity to Fire damage, and you know Primordial. In addition, you can stand on and move across molten rock as if it were solid ground."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Energy Bow",
			"source": "XDMG",
			"activities": [
				{
					"type": "attack",
					"activation": {
						"type": "action"
					},
					"damage": {
						"includeBase": true
					}
				},
				{
					"foundryId": "energyBow",
					"name": "Arrow of Transport",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/trait-damage-immunities.svg",
					"descriptionEntries": [
						"Willing target teleported to within 10 feet of you"
					],
					"activation": {
						"type": "action"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creatureOrObject",
							"special": "Medium or smaller willing creature or object"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					}
				},
				{
					"foundryId": "energyBow2",
					"name": "Energy Ladder",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/size.svg",
					"descriptionEntries": [
						"Creates a magical ladder 60 feet high"
					],
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "wall",
							"size": "3",
							"width": "2",
							"height": "60"
						},
						"affects": {
							"type": "object",
							"special": "a wall"
						}
					},
					"range": {
						"units": "ft",
						"value": "60"
					}
				},
				{
					"foundryId": "energyBow1",
					"name": "Arrow of Restraint",
					"type": "save",
					"descriptionEntries": [
						"Save Fail: &Reference[restrained] Escape: [[/check ability=str skill=ath dc=20]]"
					],
					"activation": {
						"type": "special",
						"condition": "instead of dealing damage"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"str"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "energyBow1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "energyBow1",
					"name": "Restrained (Arrow of Restraint)",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"restrained"
					],
					"description": "The target has the &Reference[Restrained apply=false] condition for 1 minute. As an action, a creature Restrained by an arrow can make a [[/check ability=str skill=ath dc=20 format=long]] to try to break the restraint, ending the effect on itself on a successful check."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Flame Tongue",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "flameTongue",
					"name": "Engulf in Flames",
					"type": "enchant",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "disp"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "object"
						}
					},
					"restrictions": {
						"allowMagical": true,
						"categories": [
							"simpleM",
							"martialM"
						],
						"type": "weapon"
					},
					"effects": [
						{
							"foundryId": "flameTongue1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "flameTongue1",
					"name": "Ablaze",
					"type": "enchantment",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "system.damage.parts",
							"mode": "ADD",
							"value": [
								[
									"2d6",
									"fire"
								]
							]
						},
						{
							"key": "name",
							"mode": "OVERRIDE",
							"value": "{} (Ablaze)"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Frost Brand",
			"source": "XDMG",
			"effects": [
				{
					"foundryId": "frostBrand1",
					"name": "Fire Resistance",
					"transfer": true,
					"changes": [
						{
							"key": "system.traits.dr.value",
							"mode": "ADD",
							"value": "fire"
						}
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Hammer of Thunderbolts",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "hammerOfThunderb",
					"name": "Hurl Hammer",
					"type": "attack",
					"descriptionEntries": [
						"On Hit: [[/save ability=con dc=17]] vs Stunned"
					],
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "formula",
								"formula": "1d4 + 1"
							}
						],
						"max": "5"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creatureOrObject",
							"special": "Excluding self"
						}
					},
					"range": {
						"units": "ft",
						"special": "long range of 60 feet",
						"value": "20"
					},
					"attack": {
						"type": {
							"value": "ranged"
						}
					},
					"effects": [
						{
							"foundryId": "hammerOfThunder3"
						}
					]
				},
				{
					"foundryId": "hammerOfThunder1",
					"name": "Giants' Bane (On Crit)",
					"type": "save",
					"descriptionEntries": [
						"Save failure: Death"
					],
					"activation": {
						"type": "action"
					},
					"damage": {
						"parts": [
							{
								"bonus": "1000"
							}
						],
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "17"
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "hammerOfThunder3",
					"name": "Stunned",
					"duration": {
						"rounds": 1,
						"turns": 1
					},
					"statuses": [
						"stunned"
					],
					"description": "The target has the &Reference[Stunned apply=false] condition until the end of your next turn."
				},
				{
					"foundryId": "hammerOfThunder2",
					"name": "Might of Giants",
					"disabled": true,
					"transfer": true,
					"changes": [
						{
							"key": "system.abilities.str.value",
							"mode": "ADD",
							"value": 4
						},
						{
							"key": "system.abilities.str.value",
							"mode": "DOWNGRADE",
							"value": 30
						}
					],
					"descriptionEntries": [
						"The Strength score bestowed by your {@i Belt of Giant Strength} or {@i Gauntlets of Ogre Power} increases by 4, to a maximum of 30."
					]
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Luck Blade",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "luckBlade",
					"name": "Luck",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/scale-value.svg",
					"activation": {
						"type": "",
						"condition": "failed D20 Test"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"roll": {
						"name": "Roll D20",
						"formula": "1d20"
					}
				},
				{
					"foundryId": "luckBlade1",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"consumption": {
						"targets": [
							{
								"type": "itemUses",
								"value": "1"
							},
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"spell": {
						"uuid": "@spell[wish|xphb]",
						"level": 9,
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "luckBlade1",
					"name": "Saving Throw Bonus",
					"transfer": true,
					"changes": [
						{
							"key": "system.bonuses.abilities.save",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "While the weapon is on your person, you also gain a +1 bonus to saving throws."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Mariner's Armor",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "marinersArmor",
					"name": "Underwater Recovery",
					"type": "heal",
					"activation": {
						"type": "",
						"condition": "you start your turn underwater with 0 Hit Points"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "dawn",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"affects": {
							"type": "self"
						}
					},
					"healing": {
						"number": 1,
						"denomination": 4,
						"types": [
							"healing"
						],
						"scaling": {
							"number": 1
						}
					}
				}
			],
			"effects": [
				{
					"foundryId": "marinersArmor1",
					"name": "Movement: Swim Speed",
					"transfer": true,
					"changes": [
						{
							"key": "system.attributes.movement.swim",
							"mode": "ADD",
							"value": 1
						}
					],
					"description": "While wearing this armor, you have a Swim Speed equal to your Speed."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Moonblade",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "moonblade",
					"name": "Conjure Spectral Entity",
					"type": "summon",
					"activation": {
						"type": "action"
					},
					"duration": {
						"units": "spec",
						"special": "It remains until it drops to 0 Hit Points or you dismiss it as a Magic action."
					},
					"profiles": [
						{
							"uuid": "@creature[shadow|xmm]"
						}
					],
					"creatureTypes": [
						"fey"
					]
				},
				{
					"foundryId": "moonblade1",
					"name": "Blinding Flash",
					"type": "save",
					"activation": {
						"type": "bonus"
					},
					"duration": {
						"units": "minute",
						"value": "1"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"recovery": [
							{
								"period": "sr",
								"type": "recoverAll"
							},
							{
								"period": "lr",
								"type": "recoverAll"
							}
						],
						"max": "1"
					},
					"target": {
						"template": {
							"units": "ft",
							"type": "radius",
							"size": "30"
						},
						"affects": {
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "moonblade8"
						}
					]
				},
				{
					"foundryId": "moonblade2",
					"name": "Cast Stored Spell",
					"type": "cast",
					"activation": {
						"type": "action"
					},
					"spell": {
						"properties": [
							"vocal",
							"somatic",
							"material"
						],
						"spellbook": true
					}
				}
			],
			"effects": [
				{
					"foundryId": "moonblade8",
					"name": "Blinded",
					"duration": {
						"seconds": 60
					},
					"statuses": [
						"blinded"
					],
					"description": "A creature repeats the [[/save ability=con dc=15]]{save} at the end of each of its turns, ending the effect on itself on a success."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Nine Lives Stealer",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "nineLivesStealer",
					"name": "Life Stealing",
					"type": "save",
					"activation": {
						"type": "action",
						"condition": "when you roll a 20 on an attack against a creature with fewer than 100 Hit Points"
					},
					"consumption": {
						"targets": [
							{
								"type": "activityUses",
								"value": "1"
							}
						]
					},
					"uses": {
						"max": "5"
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Oathbow",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "oathbow",
					"name": "Attack Sworn Enemy",
					"type": "attack",
					"descriptionEntries": [
						"Advantage on Attack"
					],
					"activation": {
						"type": "action"
					},
					"attack": {
						"type": {
							"value": "ranged"
						}
					},
					"damage": {
						"includeBase": true,
						"parts": [
							{
								"number": 3,
								"denomination": 6,
								"types": [
									"piercing"
								]
							}
						]
					}
				},
				{
					"foundryId": "oathbow1",
					"name": "Swear Oath",
					"type": "utility",
					"img": "systems/dnd5e/icons/svg/trait-languages.svg",
					"activation": {
						"type": "special",
						"condition": "when you make a ranged attack with this weapon"
					},
					"effects": [
						{
							"foundryId": "oathbow1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "oathbow1",
					"name": "Sworn Enemy",
					"statuses": [
						"marked"
					],
					"description": "When you make a ranged attack roll with this weapon against your sworn enemy, you have Advantage on the roll. In addition, your target gains no benefit from Half Cover or Three-Quarters Cover, and you suffer no Disadvantage due to long range. If the attack hits, your sworn enemy takes an extra 3d6 Piercing damage. While your sworn enemy lives, you have Disadvantage on attack rolls with all other weapons."
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sword of Vengeance",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "swordOfVengeance",
					"name": "Call to Vengeance",
					"type": "save",
					"activation": {
						"type": ""
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"wis"
						],
						"dc": {
							"formula": "15"
						}
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Sword of Wounding",
			"source": "XDMG",
			"activities": [
				{
					"foundryId": "swordOfWounding",
					"name": "Sword of Wounding Save",
					"type": "save",
					"activation": {
						"type": ""
					},
					"duration": {
						"units": "hour",
						"value": "1"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"damage": {
						"onSave": "half"
					},
					"save": {
						"ability": [
							"con"
						],
						"dc": {
							"formula": "15"
						}
					},
					"effects": [
						{
							"foundryId": "swordOfWounding1"
						}
					]
				}
			],
			"effects": [
				{
					"foundryId": "swordOfWounding1",
					"name": "Wounded and Cannot Heal",
					"duration": {
						"seconds": 3600
					}
				}
			],
			"migrationVersion": 3
		},
		{
			"name": "Walloping Ammunition",
			"source": "XDMG",
			"activities": [
				{
					"name": "Walloping Save",
					"type": "save",
					"descriptionEntries": [
						"Target creature is &Reference[prone] on a failed saving throw."
					],
					"activation": {
						"type": "",
						"condition": "on hit with this ammunition"
					},
					"target": {
						"affects": {
							"count": "1",
							"type": "creature"
						}
					},
					"range": {
						"units": "any"
					},
					"damage": {
						"onSave": "none"
					},
					"save": {
						"ability": [
							"str"
						],
						"dc": {
							"formula": "10"
						}
					}
				}
			],
			"migrationVersion": 3
		}
	]
}
