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/THRALL_MONSTER.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 items/THRALL_MONSTER.json (limited to 'items/THRALL_MONSTER.json') diff --git a/items/THRALL_MONSTER.json b/items/THRALL_MONSTER.json new file mode 100644 index 00000000..0af65c11 --- /dev/null +++ b/items/THRALL_MONSTER.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aThrall (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8599e4bb-c0d9-41d9-944d-785aab8c5b24\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDQ4Nzc0MTg2NSwKICAicHJvZmlsZUlkIiA6ICI4NDk1NTRmOWYzMGQ0NWQxYjUwNGY4ZDYzZmExZTM1OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSYWtoYVNoaSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hZDBiOGNkODY1ZDViMDBmMGQ1ZDAwZmRjYzI4NDMxNjQxMjAyMWVmYzA5YzY3ODIyM2Y4M2I1YTNmOTRkNTBkIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]},Name:\"§897d94b2-5656-46df-ba23-966ca6c74b80\"},display:{Lore:[0:\"§c❤ Health§8: §c190\"],Name:\"§aThrall (Monster)\"},ExtraAttributes:{id:\"THRALL_MONSTER\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c190" + ], + "internalname": "THRALL_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "crafttext": "", + "recipes": [ + { + "name": "§cThrall", + "render": "@neurepo:mobs/thrall.json", + "level": 6, + "combat_xp": 30, + "type": "drops", + "panorama": "rift", + "drops": [ + { + "id": "SKYBLOCK_MOTE:200", + "chance": "100%" + }, + { + "id": "HEMOVIBE:1", + "chance": "100%" + }, + { + "id": "VAMPIRIC_MELON:1", + "chance": "100%" + } + ] + } + ] +} \ No newline at end of file -- cgit