diff options
Diffstat (limited to 'items/ODGER_NPC.json')
-rw-r--r-- | items/ODGER_NPC.json | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/items/ODGER_NPC.json b/items/ODGER_NPC.json new file mode 100644 index 00000000..4a583e4a --- /dev/null +++ b/items/ODGER_NPC.json @@ -0,0 +1,175 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Odger (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8aafa44f-2c27-25e5-b3dd-dcff43825a54\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk3M2VjMmFkMzgxZmM4ODMxYThhNmEyMzhmMzhkODAwNmNhNTFkNTY1NDJkZDk5MTllNDk1NWI5YWM4OWFmNGQifX19\"}]},Name:\"8aafa44f-2c27-25e5-b3dd-dcff43825a54\"},display:{Lore:[0:\"§7He who keeps track of your unlocked Trophy Fish,\",1:\"§7allows you to filet them, and offers rewards.\"],Name:\"§9Odger (NPC)\"},ExtraAttributes:{id:\"ODGER_NPC\"}}", + "damage": 3, + "lore": [ + "§7He who keeps track of your unlocked Trophy Fish,", + "§7allows you to filet them, and offers rewards." + ], + "internalname": "ODGER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -373, + "y": 208, + "z": -810, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "result": "ODGERS_BRONZE_TOOTH:1.0", + "cost": [ + "SKYBLOCK_COIN:100000.0" + ] + }, + { + "type": "npc_shop", + "result": "BRONZE_HUNTER_HELMET:1.0", + "cost": [ + "SKYBLOCK_COIN:100000.0" + ] + }, + { + "type": "npc_shop", + "result": "BRONZE_HUNTER_CHESTPLATE:1.0", + "cost": [ + "SKYBLOCK_COIN:100000.0" + ] + }, + { + "type": "npc_shop", + "result": "BRONZE_HUNTER_LEGGINGS:1.0", + "cost": [ + "SKYBLOCK_COIN:100000.0" + ] + }, + { + "type": "npc_shop", + "result": "BRONZE_HUNTER_BOOTS:1.0", + "cost": [ + "SKYBLOCK_COIN:100000.0" + ] + }, + { + "type": "npc_shop", + "result": "STARTER_LAVA_ROD:1.0", + "cost": [ + "SKYBLOCK_COIN:10000.0" + ] + }, + { + "type": "npc_shop", + "result": "ODGERS_SILVER_TOOTH:1.0", + "cost": [ + "SKYBLOCK_COIN:500000.0" + ] + }, + { + "type": "npc_shop", + "result": "SILVER_HUNTER_HELMET:1.0", + "cost": [ + "SKYBLOCK_COIN:500000.0" + ] + }, + { + "type": "npc_shop", + "result": "SILVER_HUNTER_CHESTPLATE:1.0", + "cost": [ + "SKYBLOCK_COIN:500000.0" + ] + }, + { + "type": "npc_shop", + "result": "SILVER_HUNTER_LEGGINGS:1.0", + "cost": [ + "SKYBLOCK_COIN:500000.0" + ] + }, + { + "type": "npc_shop", + "result": "BRONZE_TROPHY_FISHING_SACK:1.0", + "cost": [ + "SKYBLOCK_COIN:1000000.0" + ] + }, + { + "type": "npc_shop", + "result": "ODGERS_GOLD_TOOTH:1.0", + "cost": [ + "SKYBLOCK_COIN:1000000.0" + ] + }, + { + "type": "npc_shop", + "result": "GOLD_HUNTER_HELMET:1.0", + "cost": [ + "SKYBLOCK_COIN:1000000.0" + ] + }, + { + "type": "npc_shop", + "result": "GOLD_HUNTER_CHESTPLATE:1.0", + "cost": [ + "SKYBLOCK_COIN:1000000.0" + ] + }, + { + "type": "npc_shop", + "result": "GOLD_HUNTER_LEGGINGS:1.0", + "cost": [ + "SKYBLOCK_COIN:1000000.0" + ] + }, + { + "type": "npc_shop", + "result": "GOLD_HUNTER_BOOTS:1.0", + "cost": [ + "SKYBLOCK_COIN:1000000.0" + ] + }, + { + "type": "npc_shop", + "result": "SILVER_TROPHY_FISHING_SACK:1.0", + "cost": [ + "SKYBLOCK_COIN:5000000.0" + ] + }, + { + "type": "npc_shop", + "result": "ODGERS_DIAMOND_TOOTH:1.0", + "cost": [ + "SKYBLOCK_COIN:2500000.0" + ] + }, + { + "type": "npc_shop", + "result": "DIAMOND_HUNTER_HELMET:1.0", + "cost": [ + "SKYBLOCK_COIN:2500000.0" + ] + }, + { + "type": "npc_shop", + "result": "DIAMOND_HUNTER_CHESTPLATE:1.0", + "cost": [ + "SKYBLOCK_COIN:2500000.0" + ] + }, + { + "type": "npc_shop", + "result": "DIAMOND_HUNTER_LEGGINGS:1.0", + "cost": [ + "SKYBLOCK_COIN:2500000.0" + ] + }, + { + "type": "npc_shop", + "result": "DIAMOND_HUNTER_BOOTS:1.0", + "cost": [ + "SKYBLOCK_COIN:2500000.0" + ] + } + ], + "crafttext": "", + "infoType": "" +} |