diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-07-11 16:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 16:51:41 +0200 |
commit | 182c78af43cce410c21ac0998f511b18cdd44ece (patch) | |
tree | 36cfac5e4a586964c5106dcf9cdf0a662a57e486 /items/AGARIMOO_SC.json | |
parent | d38a628fb810b04cf048d6a6a4144a2045941a4c (diff) | |
download | NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.tar.gz NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.tar.bz2 NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.zip |
Added new rune, added nether npc, removed some alpha items (#953)
* Added new rune, added nether npc, removed some alpha items
* Added more npcs
* Fixed lore of boots and added brewing ingrdient to lores
* Fixed enigma soul and lore of power stone
* Added undead to more
* Removed weird npc
* Fixed lore catacombs skill items
* Added more mobs and npcs, fixed enderman pet lore
* Added Lifeguard Chair
* Added Vampire Slayer to crafttext
* Made Game Breaker and Annihilator very special
* Added Talbot and Kuudra Believer Npc
* Added special xp value for vampire
* Added fancy name
Diffstat (limited to 'items/AGARIMOO_SC.json')
-rw-r--r-- | items/AGARIMOO_SC.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/items/AGARIMOO_SC.json b/items/AGARIMOO_SC.json new file mode 100644 index 00000000..e90c148e --- /dev/null +++ b/items/AGARIMOO_SC.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Agarimoo (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2b9eb675-2097-4b51-8fec-c1a51562f19c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTE2M2JjNDE2YjhlNjA1OGY5MmIyMzFlOWE1MjRiN2ZlMTE4ZWI2ZTdlZWFiNGFkMTZkMWI1MmEzZWMwNGZjZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c55,000\",1:\"\",2:\"§9§lRARE\"],Name:\"§3Agarimoo (Sea Creature)\"},ExtraAttributes:{id:\"AGARIMOO_SC\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c55,000", + "", + "§9§lRARE" + ], + "internalname": "AGARIMOO_SC", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Agarimoo", + "https://wiki.hypixel.net/Agarimoo" + ], + "crafttext": "", + "recipes": [ + { + "name": "§cAgarimoo", + "level": 35, + "coins": 60, + "xp": 32, + "render": "Mooshroom", + "panorama": "hub", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- §aChumcap Bucket", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "RED_MUSHROOM:35", + "chance": "100%" + }, + { + "id": "AGARIMOO_TONGUE:3", + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |