diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:20:44 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:20:44 -0400 |
commit | 1a11e66be616908e1d336b72e31a7c55edb76f9f (patch) | |
tree | 2ae54f7cb7f63810cb26f2a395e3ed35553b31c7 /items/WITCH_MASK.json | |
parent | c303d00ee3ada8ad425e09792c5bdf89442df6a4 (diff) | |
download | NotEnoughUpdates-REPO-1a11e66be616908e1d336b72e31a7c55edb76f9f.tar.gz NotEnoughUpdates-REPO-1a11e66be616908e1d336b72e31a7c55edb76f9f.tar.bz2 NotEnoughUpdates-REPO-1a11e66be616908e1d336b72e31a7c55edb76f9f.zip |
New Stuff
Diffstat (limited to 'items/WITCH_MASK.json')
-rw-r--r-- | items/WITCH_MASK.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/WITCH_MASK.json b/items/WITCH_MASK.json new file mode 100644 index 00000000..3ea2ee42 --- /dev/null +++ b/items/WITCH_MASK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Witch Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a289c858-9ac5-3b6c-b621-beb934129a37\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNiZWU5ZjliNzVmZjc1MTk3ZTA3NDE0YWMyZGI5MmUyMTZlOTQ1ZDYxODc3MjJiZGI5MjYyODc5YmI2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+66 HP\",1:\"§7Defense: §a+111\",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:\"§7§8This item can be reforged!\",12:\"§9§lRARE HELMET\"],Name:\"§9Witch Mask\"},ExtraAttributes:{id:\"WITCH_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+66 HP", + "§7Defense: §a+111", + "", + "§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.", + "", + "§7§8This item can be reforged!", + "§9§lRARE HELMET" + ], + "internalname": "WITCH_MASK", + "clickcommand": "", + "modver": "1.4-REL" +}
\ No newline at end of file |