{
	"effect_definition": {
		"name": "$general.effect_name",
		"chance": "$general.decimal",
		"duration": "$general.number",
		"amplifier": "$general.number",
		"visible": "$general.number_boolean",
		"ambient": "$general.number_boolean"
	},
	"event_definition": {
		"event": {
			"@meta": {
				"is_value": true
			},
			"@import.value": "$dynamic.item.events"
		},
		"target": ["self", "other", "target", "parent", "baby", "holder"],
		"condition": "$molang.embedded"
	},
	"saturation_modifier": [
		"poor",
		"low",
		"normal",
		"good",
		"max",
		"supernatural"
	],
	"slots": [
		"axe",
		"bow",
		"armor_feet",
		"armor_torso",
		"armor_head",
		"armor_legs",
		"hoe",
		"pickaxe",
		"shovel",
		"elytra",
		"fishing_rod",
		"flintsteel",
		"sword",
		"shears",
		"cosmetic_head"
	],
	"cooldown_types": ["chorusfruit", "ender_pearl"],
	"fertilizer_types": ["bonemeal", "rapid"],
	"potion_types": ["lingering", "regular", "splash"],
	"door_types": [
		"iron",
		"acacia",
		"birch",
		"dark_oak",
		"jungle",
		"oak",
		"spruce"
	],
	"item_group_names": [
		"axe",
		"pickaxe",
		"shovel",
		"sword",
		"tools",
		"hoe",
		"trident",
		"throwables",
		"shield",
		"arrow",
		"bows",
		"totem",
		"boots",
		"chestplate",
		"helmet",
		"leggings",
		"elytra",
		"turtleHelmet",
		"door",
		"sign",
		"anvil",
		"bricks",
		"armorStand",
		"cauldron",
		"craftingTables",
		"furnaces",
		"woolCarpet",
		"walls",
		"natureBuildingBlocks",
		"fence",
		"fenceGate",
		"glowstone",
		"crop",
		"nature",
		"seed",
		"natureMisc",
		"grass",
		"coral_decorations",
		"flower",
		"sapling",
		"miscFood",
		"rawFood",
		"cookedFood",
		"banner_pattern",
		"items",
		"boat",
		"blaze",
		"book",
		"bowl",
		"buckets",
		"fishingRods",
		"minecart",
		"clayBall",
		"coal",
		"redstoneProducers",
		"diamond",
		"potionIngredients",
		"emerald",
		"navigation",
		"enchantedBook",
		"endCrystal",
		"bottles",
		"arrowComponents",
		"fireCharge",
		"decorations",
		"ghastTear",
		"bottles",
		"gold",
		"gunpowder",
		"nautilus",
		"redstoneContainers",
		"horseArmor",
		"nameTag",
		"leather",
		"bricks",
		"netherStar",
		"paper",
		"phantomMembrane",
		"prismarineItems",
		"netherQuartz",
		"record",
		"redstone",
		"saddle",
		"stick",
		"shulkerShell",
		"skull",
		"slimeBall",
		"snowball",
		"scute",
		"mobEgg"
	],
	"item_group_reference": "('itemGroup.name.' + $item.general.item_group_names)",
	"music_events": [
		"13",
		"cat",
		"blocks",
		"chirp",
		"far",
		"mall",
		"mellohi",
		"stal",
		"strad",
		"ward",
		"11",
		"wait",
		"pigstep"
	],
	"hand_type": ["main_hand", "off_hand"],
	"camera_type": ["first_person", "third_person"],
	"render_offset": {
		"position": {
			"$dynamic.list.index_triple": "$general.number"
		},
		"rotation": {
			"$dynamic.list.index_triple": "$general.number"
		},
		"scale": {
			"$dynamic.list.index_triple": "$general.decimal"
		}
	}
}
