diff options
Diffstat (limited to 'items/OPHELIA_NPC.json')
-rw-r--r-- | items/OPHELIA_NPC.json | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/items/OPHELIA_NPC.json b/items/OPHELIA_NPC.json new file mode 100644 index 00000000..1a21ef93 --- /dev/null +++ b/items/OPHELIA_NPC.json @@ -0,0 +1,192 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Ophelia (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"46ef3afa-f9ab-5aa5-b190-debb70c994c9\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFhNGI4MjdhOWE4NWM0ZWZjMTQ3ZmM1OWQwZGE2ODhlYmU3ZTI2ZDI1OGI1NTNjMDQxZGEyZWQ2ZWM4YjZiOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Ophelia (NPC)\"},ExtraAttributes:{id:\"OPHELIA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "OPHELIA_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ophelia", + "https://wiki.hypixel.net/Ophelia" + ], + "x": -64, + "y": 123, + "z": -7, + "island": "dungeon_hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:80000" + ], + "result": "UNDEAD_BOW" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:200" + ], + "result": "ARROW" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:80000" + ], + "result": "SUPER_CLEAVER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:80000" + ], + "result": "STONE_CHESTPLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:80000" + ], + "result": "MENDER_HELMET" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:80000" + ], + "result": "DARK_GOGGLES" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5000" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:15000" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20000" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25000" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30000" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:35000" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:3000" + ], + "result": "SUPERBOOM_TNT" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:800000" + ], + "result": "SUPER_UNDEAD_BOW" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:800000" + ], + "result": "HYPER_CLEAVER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:800000" + ], + "result": "METAL_CHESTPLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:800000" + ], + "result": "MENDER_FEDORA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:800000" + ], + "result": "SHADOW_GOGGLES" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5000000" + ], + "result": "DEATH_BOW" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5000000" + ], + "result": "GIANT_CLEAVER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5000000" + ], + "result": "STEEL_CHESTPLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5000000" + ], + "result": "MENDER_CROWN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5000000" + ], + "result": "WITHER_GOGGLES" + } + ], + "crafttext": "" +}
\ No newline at end of file |