diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/SNIPER_MONSTER.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
Diffstat (limited to 'items/SNIPER_MONSTER.json')
-rw-r--r-- | items/SNIPER_MONSTER.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/SNIPER_MONSTER.json b/items/SNIPER_MONSTER.json new file mode 100644 index 00000000..a9600e47 --- /dev/null +++ b/items/SNIPER_MONSTER.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Sniper (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"848130dc-9c46-3818-a099-b429cb2f1d75\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjE4YzA3MWYwODBkYmE1MGE2MmE2MjYzZmY3MjRlZGMxNTdjZTRmYjQ4ODNjY2VmZjI0OTFkNWJiZGU4MzBjMSJ9fX0K\"}]}},display:{Lore:[0:\"§7Said to have sniped adventurers\",1:\"§7from floors away.\",2:\"\",3:\"§7Coins per Kill: §61\",4:\"§7Combat XP: §345-150\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aUncommon Loot\",8:\"§8 ■ §fEnchanted Bone §8(§a2%§8)\",9:\"§8 ■ §9Sniper Helmet §8(§a5%§8)\",10:\"§8 ■ §9Sniper Bow §8(§a5%§8)\"],Name:\"§9Sniper (Monster)\"},ExtraAttributes:{id:\"SNIPER_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Said to have sniped adventurers", + "§7from floors away.", + "", + "§7Coins per Kill: §61", + "§7Combat XP: §345-150", + "", + "§6§lPossible Drops:", + "§aUncommon Loot", + "§8 ■ §fEnchanted Bone §8(§a2%§8)", + "§8 ■ §9Sniper Helmet §8(§a5%§8)", + "§8 ■ §9Sniper Bow §8(§a5%§8)" + ], + "internalname": "SNIPER_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sniper" + ], + "crafttext": "" +}
\ No newline at end of file |