diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:14:04 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:14:04 -0400 |
commit | 40cd551f3233097a143b55c84b00ab237afd9fc3 (patch) | |
tree | d668adc98079de62b7a20df4027253e6fcc008ac /items/VAMPIRE_WITCH_MASK.json | |
parent | fbd20da51857a2cd48df5731dca1acdf03260e96 (diff) | |
download | NotEnoughUpdates-REPO-40cd551f3233097a143b55c84b00ab237afd9fc3.tar.gz NotEnoughUpdates-REPO-40cd551f3233097a143b55c84b00ab237afd9fc3.tar.bz2 NotEnoughUpdates-REPO-40cd551f3233097a143b55c84b00ab237afd9fc3.zip |
Halloween Stuff?
Diffstat (limited to 'items/VAMPIRE_WITCH_MASK.json')
-rw-r--r-- | items/VAMPIRE_WITCH_MASK.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/VAMPIRE_WITCH_MASK.json b/items/VAMPIRE_WITCH_MASK.json new file mode 100644 index 00000000..51dd5380 --- /dev/null +++ b/items/VAMPIRE_WITCH_MASK.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Vampire Witch Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8a619dc1-cbba-3deb-aafe-e910961d9ada\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjM0OGU1YjRiM2QyYzFkZWMwMjNmYmY0MDYyMTZmMTIzOTY1ODkwNmVmNGMyZmJmMWM1MzkwNmUyNDNlNjYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+132 HP\",1:\"§7Defense: §a+222\",2:\"\",3:\"§6Item Ability: Bat Swarm\",4:\"§7Summons two bats that will\",5:\"§7follow you and attack nearby\",6:\"§7enemies, dealing §c9,090\",7:\"§c§7damage upon exploding. Your\",8:\"§7bats will not spawn on your\",9:\"§7island.\",10:\"\",11:\"§6Item Ability: Rejuvenate\",12:\"§7While wearing, drains §a5\",13:\"§a§7health per second from all\",14:\"§7monsters within §e8 §7blocks.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC HELMET\"],Name:\"§5Vampire Witch Mask\"},ExtraAttributes:{id:\"VAMPIRE_WITCH_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+132 HP", + "§7Defense: §a+222", + "", + "§6Item Ability: Bat Swarm", + "§7Summons two bats that will", + "§7follow you and attack nearby", + "§7enemies, dealing §c9,090", + "§c§7damage upon exploding. Your", + "§7bats will not spawn on your", + "§7island.", + "", + "§6Item Ability: Rejuvenate", + "§7While wearing, drains §a5", + "§a§7health per second from all", + "§7monsters within §e8 §7blocks.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "ECTOPLASM:1", + "A2": "ECTOPLASM:1", + "A3": "ECTOPLASM:1", + "B1": "ECTOPLASM:1", + "B2": "WITCH_MASK:1", + "B3": "ECTOPLASM:1", + "C1": "ECTOPLASM:1", + "C2": "VAMPIRE_MASK:1", + "C3": "ECTOPLASM:1" + }, + "internalname": "VAMPIRE_WITCH_MASK", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file |