From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/FLEDGLING_MONSTER.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 items/FLEDGLING_MONSTER.json (limited to 'items/FLEDGLING_MONSTER.json') diff --git a/items/FLEDGLING_MONSTER.json b/items/FLEDGLING_MONSTER.json new file mode 100644 index 00000000..b1820d28 --- /dev/null +++ b/items/FLEDGLING_MONSTER.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aFledgling (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9873a3cb-988e-26c1-a75b-7f38296f8398\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNmODNiYmFhMTA5YWUyMGZiYTU5MWRjNjZlNThmMmQwYzNlZTI1YTkzNTQ3MGYzMWNlYzM4MzhlMmZhNDM0MSJ9fX0\u003d\"}]},Name:\"§897d94b2-5656-46df-ba23-966ca6c74b80\"},display:{Lore:[0:\"§c❤ Health§8: §c210\"],Name:\"§aFledgling (Monster)\"},ExtraAttributes:{id:\"FLEDGLING_MONSTER\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c210" + ], + "internalname": "FLEDGLING_MONSTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "coins": 0, + "xp": 0, + "name": "§cFledgling", + "render": "@neurepo:mobs/fledgling.json", + "level": 8, + "combat_xp": 20, + "type": "drops", + "panorama": "rift", + "drops": [ + { + "id": "SKYBLOCK_MOTE:250", + "chance": "100%" + }, + { + "id": "HEMOVIBE:1", + "chance": "100%" + }, + { + "id": "HEMOVIBE:1", + "chance": "50%" + }, + { + "id": "VAMPIRIC_MELON:1", + "chance": "100%" + } + ] + } + ] +} \ No newline at end of file -- cgit