Add Potion effects to alchemist challenge

This commit is contained in:
BONNe 2019-04-24 21:53:45 +03:00
parent 8191b02d86
commit 5ab53d0e9d
1 changed files with 32 additions and 8 deletions

View File

@ -2298,42 +2298,66 @@ challenges:
v: 1631
type: POTION
amount: 1
# FIRE_RESISTANCE
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:FIRE_RESISTANCE
- ==: org.bukkit.inventory.ItemStack
v: 1631
type: POTION
amount: 1
# SLOWNESS
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:SLOWNESS
- ==: org.bukkit.inventory.ItemStack
v: 1631
type: POTION
amount: 1
# SPEED
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:speed
- ==: org.bukkit.inventory.ItemStack
v: 1631
type: POTION
amount: 1
# INSTANT_HEAL
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:INSTANT_HEAL
- ==: org.bukkit.inventory.ItemStack
v: 1631
type: POTION
amount: 1
# INSTANT_DAMAGE
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:INSTANT_DAMAGE
- ==: org.bukkit.inventory.ItemStack
v: 1631
type: POTION
amount: 1
# INVISIBILITY
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:INVISIBILITY
- ==: org.bukkit.inventory.ItemStack
v: 1631
type: POTION
amount: 1
# STRENGTH
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:STRENGTH
- ==: org.bukkit.inventory.ItemStack
v: 1631
type: POTION
amount: 1
# REGEN
meta:
==: ItemMeta
meta-type: POTION
potion-type: minecraft:REGEN
takeItems: true
requiredExperience: 0
takeExperience: false