diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-26 19:55:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 13:55:08 -0400 |
commit | f33125d679b6c41457e5370c6fdb6b7f542f2d4a (patch) | |
tree | bfe82f081e7cf20cc18ab7961f333738f36ccbbc /items/MIMIC_MONSTER.json | |
parent | 73886352ca97017e94239590cf813f23c71ba13e (diff) | |
download | NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.tar.gz NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.tar.bz2 NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.zip |
Mobs, Wiki Link fixes, new Items (#500)
Diffstat (limited to 'items/MIMIC_MONSTER.json')
-rw-r--r-- | items/MIMIC_MONSTER.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/MIMIC_MONSTER.json b/items/MIMIC_MONSTER.json new file mode 100644 index 00000000..45456e4b --- /dev/null +++ b/items/MIMIC_MONSTER.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mimic (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d6af0fbb-0321-32df-96af-0fbb0321d2df\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTE5YzEyNTQzYmM3NzkyNjA1ZWY2OGUxZjg3NDlhZThmMmEzODFkOTA4NWQ0ZDRiNzgwYmExMjgyZDM1OTdhMCJ9fX0\"}]}},display:{Lore:[0:\"§7Mimics are a type of Dungeon Mobs that\",1:\"§7rarely take the place of a secret\",2:\"§7chest in Dungeons. The can appear\",3:\"§7in Floor VI and above. They have varying\",4:\"§7health from §c1M❤ §7to §c2M❤.\",5:\"§7In Master Mode, they have up to §c150M❤\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§9Mimic Fragment\"],Name:\"§9Mimic (Monster)\"},ExtraAttributes:{id:\"MIMIC_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Mimics are a type of Dungeon Mobs that", + "§7rarely take the place of a secret", + "§7chest in Dungeons. The can appear", + "§7in Floor VI and above. They have varying", + "§7health from §c1M❤ §7to §c2M❤.", + "§7In Master Mode, they have up to §c150M❤", + "", + "§6§lPossible Drops:", + "§9Mimic Fragment" + ], + "internalname": "MIMIC_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mimic" + ], + "crafttext": "" +}
\ No newline at end of file |