From 9d4c7fcc7ef6fb86d5ff04cef149c24198fccba7 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 22 Jan 2025 00:11:18 +0100 Subject: Add new books to Einary's shop (#1621) * Add new books to Einary's shop * I'm tired --- items/EINARY_NPC.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/items/EINARY_NPC.json b/items/EINARY_NPC.json index 64def998..4ad07bce 100644 --- a/items/EINARY_NPC.json +++ b/items/EINARY_NPC.json @@ -137,6 +137,27 @@ "VOLCANIC_ROCK:1" ], "result": "WINTER_FRAGMENT:2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_NORTH_STAR:10" + ], + "result": "LUCK;6" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_NORTH_STAR:10" + ], + "result": "LOOTING;4" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_NORTH_STAR:10" + ], + "result": "SCAVENGER;4" } ], "crafttext": "" -- cgit