diff options
| author | Luna <lunaynx@gmail.com> | 2025-01-22 00:11:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 23:11:18 +0000 |
| commit | 9d4c7fcc7ef6fb86d5ff04cef149c24198fccba7 (patch) | |
| tree | f3d2da574f22bc7fc0d0b787bfc5b2c76e37ee6c | |
| parent | d3c70e691c54fc3974ba62ad37716aaa7ad4aaa7 (diff) | |
| download | NotEnoughUpdates-REPO-9d4c7fcc7ef6fb86d5ff04cef149c24198fccba7.tar.gz NotEnoughUpdates-REPO-9d4c7fcc7ef6fb86d5ff04cef149c24198fccba7.tar.bz2 NotEnoughUpdates-REPO-9d4c7fcc7ef6fb86d5ff04cef149c24198fccba7.zip | |
Add new books to Einary's shop (#1621)
* Add new books to Einary's shop
* I'm tired
| -rw-r--r-- | items/EINARY_NPC.json | 21 |
1 files changed, 21 insertions, 0 deletions
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": "" |
