From 5cc07ffca1b0cbfbc3943e09eb404cfd758940d2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 14 Aug 2025 21:47:21 +0100 Subject: [PATCH] added quest pointing people at the space survival chapter --- .../quests/chapters/hv__high_voltage.snbt | 15 +++++++++++++++ kubejs/assets/tfg/lang/en_us.json | 3 +++ 2 files changed, 18 insertions(+) diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index 7602d6132..0b4a4cdeb 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -1299,6 +1299,21 @@ x: 10.0d y: -4.0d } + { + dependencies: ["00A2566109144D7F"] + description: ["{quests.high_voltage.space_survival.desc}"] + icon: "ad_astra:oxygen_distributor" + id: "08AAD91CE348A08B" + subtitle: "{quests.high_voltage.space_survival.subtitle}" + tasks: [{ + id: "66E3342A47817498" + title: "{quests.high_voltage.space_survival.title}" + type: "checkmark" + }] + title: "{quests.high_voltage.space_survival.title}" + x: 13.0d + y: 1.5d + } ] subtitle: ["{quests.high_voltage.subtitle}"] title: "{quests.high_voltage}" diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index f9044e1e4..d6ee13eaa 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -1495,6 +1495,9 @@ "quests.high_voltage.gun.task1": "Any gun", "quests.high_voltage.gun.task2": "Any medicine or aged alcohol", "quests.high_voltage.gun.desc": "Getting a little too comfortable on Earth? You won't be alone on the moon, so make sure you're well prepared to defend yourself - you'll need more than just a sword or some stone javelins.\n\nPick out a nice gun (if you're not sure, we recommend the &o\"Clockwork\" Sniper&r), craft some ammo, and maybe try out some attachments if you're feeling fancy.\n\nIt's also a good idea to bring some nutritious food to raise your max HP (try the meal bags!) as well as some alcohol and medicine for buffs and healing.", + "quests.high_voltage.space_survival.title": "Home away from home", + "quests.high_voltage.space_survival.subtitle": "More than just a mining dimension", + "quests.high_voltage.space_survival.desc": "If you haven't already, be sure to check out the &3Tips - Space Survival&r quest chapter! It contains all the information you'll need to establish a proper moon colony.", "quests.low_voltage": "&7LV&r - Low Voltage", "quests.low_voltage.subtitle": "Tame electricity and begin your GregTech journey", "quests.low_voltage.lv_machine_hull.title": "Your second machine hull",