aboutsummaryrefslogtreecommitdiff
path: root/items/LUMINA_NPC.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-09-13 11:34:00 +0200
committerGitHub <noreply@github.com>2023-09-13 19:34:00 +1000
commit9861e27f07a1562bb4d1170c22a7b8c72fa63428 (patch)
tree3c4f881ca7ca2c43c284eb87a4ca3f4f796b8a88 /items/LUMINA_NPC.json
parent5ceeb13354e54075db9680ee6b47cc0741bb739b (diff)
downloadNotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.gz
NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.bz2
NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.zip
Fixed 2 npc's (#977)
Diffstat (limited to 'items/LUMINA_NPC.json')
-rw-r--r--items/LUMINA_NPC.json27
1 files changed, 25 insertions, 2 deletions
diff --git a/items/LUMINA_NPC.json b/items/LUMINA_NPC.json
index 91d7ef89..8f68cbaf 100644
--- a/items/LUMINA_NPC.json
+++ b/items/LUMINA_NPC.json
@@ -7,12 +7,35 @@
""
],
"internalname": "LUMINA_NPC",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"x": 78,
"y": 200,
"z": -110,
"island": "mining_3",
"crafttext": "",
- "infoType": ""
+ "infoType": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "TORCH:64"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "LANTERN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "INFINI_TORCH"
+ }
+ ]
} \ No newline at end of file