diff options
Diffstat (limited to 'items/DOUG_NPC.json')
-rw-r--r-- | items/DOUG_NPC.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/items/DOUG_NPC.json b/items/DOUG_NPC.json new file mode 100644 index 00000000..38e06887 --- /dev/null +++ b/items/DOUG_NPC.json @@ -0,0 +1,70 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Doug (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8f1bdba9-9757-2a16-a4ba-7b2c8ad3921c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Y1NjIxOTZlYjcyNDVlMzM0ZjNiNzg4MzE1ZTgwZTgxYjI0ZDI4OTg4NDFiYjBhYzRmOTRjYWMxOTQ2YjExNzkifX19\"}]},Name:\"8f1bdba9-9757-2a16-a4ba-7b2c8ad3921c\"},display:{Lore:[0:\"§7Only appears during §eThe Carnival Event \",1:\"§7when §dFoxy §7is Mayor.\"],Name:\"§9Doug (NPC)\"},ExtraAttributes:{id:\"DOUG_NPC\"}}", + "damage": 3, + "lore": [ + "§7Only appears during §eThe Carnival Event ", + "§7when §dFoxy §7is Mayor." + ], + "internalname": "DOUG_NPC", + "clickcommand": "", + "modver": "", + "x": -78, + "y": 72, + "z": -7, + "island": "hub", + "crafttext": "", + "infoType": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_CARNIVAL_POINT:250" + ], + "result": "CARNIVAL_MASK_BAG:1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_CARNIVAL_POINT:500" + ], + "result": "ZOMBIE_MASK:1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_CARNIVAL_POINT:500" + ], + "result": "SALMON_MASK:1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_CARNIVAL_POINT:1000" + ], + "result": "ARMADILLO_MASK:1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_CARNIVAL_POINT:1000" + ], + "result": "PARROT_MASK:1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_CARNIVAL_POINT:2000" + ], + "result": "BEE_MASK:1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_CARNIVAL_POINT:200" + ], + "result": "FROG_MASK:1" + } + ] +}
\ No newline at end of file |