From feac5bb2cfe0ae4151cd499b9e268a434f3ee066 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 30 Nov 2024 17:22:08 +0100 Subject: Update SkyMart item costs (#1477) * Update SkyMart item costs * Add parents * Capitalization --- constants/parents.json | 12 ++++++++++++ items/SKYMART_NPC.json | 18 +++++++++++------- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/constants/parents.json b/constants/parents.json index c7db5276..ba0b77be 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3830,6 +3830,18 @@ "LAPIDARY;4", "LAPIDARY;5" ], + "GARDEN_SCYTHE": [ + "SAM_SCYTHE" + ], + "ADVANCED_GARDENING_HOE": [ + "BASIC_GARDENING_HOE" + ], + "ADVANCED_GARDENING_AXE": [ + "BASIC_GARDENING_AXE" + ], + "PEST_REPELLENT_MAX": [ + "PEST_REPELLENT" + ], "BIOHAZARD_HELMET": [ "MUSHROOM_HELMET" ], diff --git a/items/SKYMART_NPC.json b/items/SKYMART_NPC.json index 05c6ae9c..0cea69f3 100644 --- a/items/SKYMART_NPC.json +++ b/items/SKYMART_NPC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:emerald", - "displayname": "§9Skymart (NPC)", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Browse the wide variety of\",1:\"§7products SkyMart has to offer.\",2:\"§7We are not responsible for any\",3:\"§7injuries, accidents, headaches,\",4:\"§7paper-cuts or sudden outburst of\",5:\"§7tears. SkyMart wishes you happy\",6:\"§7shopping.\"],Name:\"§9Skymart (NPC)\"},ExtraAttributes:{id:\"SKYMART_NPC\"}}", + "displayname": "§9SkyMart (NPC)", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Browse the wide variety of\",1:\"§7products SkyMart has to offer.\",2:\"§7We are not responsible for any\",3:\"§7injuries, accidents, headaches,\",4:\"§7paper-cuts or sudden outburst of\",5:\"§7tears. SkyMart wishes you happy\",6:\"§7shopping.\"],Name:\"§9SkyMart (NPC)\"},ExtraAttributes:{id:\"SKYMART_NPC\"}}", "damage": 0, "lore": [ "§7Browse the wide variety of", @@ -39,7 +39,8 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COPPER:20" + "SKYBLOCK_COPPER:20", + "SAM_SCYTHE:1" ], "result": "GARDEN_SCYTHE:1" }, @@ -116,7 +117,8 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COPPER:25" + "SKYBLOCK_COPPER:20", + "BASIC_GARDENING_HOE:1" ], "result": "ADVANCED_GARDENING_HOE:1" }, @@ -130,7 +132,8 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COPPER:25" + "SKYBLOCK_COPPER:20", + "BASIC_GARDENING_AXE:1" ], "result": "ADVANCED_GARDENING_AXE:1" }, @@ -151,7 +154,7 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COPPER:100" + "SKYBLOCK_COIN:5000" ], "result": "SKYMART_VACUUM:1" }, @@ -205,7 +208,8 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COPPER:40" + "SKYBLOCK_COPPER:25", + "PEST_REPELLENT:1" ], "result": "PEST_REPELLENT_MAX:1" }, -- cgit