execute as @e[type=armor_stand,tag=bow] at @s as @s[tag=spawnShop] at @s run summon villager ~ ~ ~ {
	CustomName:'{"text":"【獵人】弓箭與箭矢"}',
	CustomNameVisible:1,
	Tags:["shop","bow"],
	VillagerData:{profession:"armorer",level:5,type:"taiga"},
	active_effects:[{id:"minecraft:jump_boost",amplifier:-128b,duration:-1,show_particles:0b}],
	CanPickUpLoot: 0,
	PersistenceRequired: 1,
	Silent: 1,
	Invulnerable: 1,
	Attributes: [
		{Name: "generic.knockback_resistance",Base: 1},
		{Name: "generic.movement_speed",Base: 0},
		{Name: "generic.max_health",Base: 99999}],
	Offers: {
		Recipes: [
			{
				uses:0,
				maxUses: 9999999,
				rewardExp: false,
				buy: {
					id: "redstone",Count: 30
				},
				sell: {
					id: "bow",Count: 1
				}
			},
			{
				uses:0,
				maxUses: 9999999,
				rewardExp: false,
				buy: {
					id: "redstone",Count: 2
				},
				sell: {
					id: "arrow",Count: 1}
			},
			{
				uses:0,
				maxUses: 9999999,
				rewardExp: false,
				buy: {
					id: "redstone",Count: 3
				},
				sell: {
					id: "tipped_arrow",
					Count: 1,
					tag:{
						display:{
							Name:'{"text":"阿基里斯箭","color":"yellow","italic":false}',
							Lore:['{"text":"緩速 (0:05)","color":"red","italic":false}','{"text":""}','{"text":"箭矢射出後無法回收","color":"red","italic":false}','{"text":"會變成不可合成的藥水箭","color":"red","italic":false}']
						},
						custom_potion_effects:[{id:"minecraft:slowness",duration:100,amplifier:0b,show_icon:1b,show_particles:1b}],
						CustomPotionColor:26367,
						HideFlags:32
					}
				}
			},
			{
				uses:0,
				maxUses: 9999999,
				rewardExp: false,
				buy: {
					id: "redstone",Count: 4
				},
				sell: {
					id: "tipped_arrow",
					Count: 1,
					tag:{
						display:{
							Name:'{"text":"暗夜之咒","color":"yellow","italic":false}',
							Lore:['{"text":"虛弱 (0:08)","color":"red","italic":false}','{"text":""}','{"text":"箭矢射出後無法回收","color":"red","italic":false}','{"text":"會變成不可合成的藥水箭","color":"red","italic":false}']
						},
						custom_potion_effects:[{id:"minecraft:weakness",duration:160,amplifier:0b,show_icon:1b,show_particles:1b}],
						CustomPotionColor:7209062,
						HideFlags:32
					}
				}
			},
			{
				uses:0,
				maxUses: 9999999,
				rewardExp: false,
				buy: {
					id: "redstone",Count: 4
				},
				sell: {
					id: "tipped_arrow",
					Count: 1,
					tag:{
						display:{
							Name:'{"text":"九陰白骨箭","color":"yellow","italic":false}',
							Lore:['{"text":"中毒 (0:08)","color":"red","italic":false}','{"text":""}','{"text":"箭矢射出後無法回收","color":"red","italic":false}','{"text":"會變成不可合成的藥水箭","color":"red","italic":false}']
						},
						custom_potion_effects:[{id:"minecraft:poison",duration:160,amplifier:0b,show_icon:1b,show_particles:1b}],
						CustomPotionColor:39168,
						HideFlags:32
					}
				}
			}
]}}