From 1c4a4c13fe791eca1fc61b391cefa0ac800c1424 Mon Sep 17 00:00:00 2001 From: cknight828 <128895471+cknight828@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:11:25 +0900 Subject: [PATCH] Fix the goal and value of the chemist's gasoline mission --- data/json/npcs/cabin_chemist/chemist_missions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/npcs/cabin_chemist/chemist_missions.json b/data/json/npcs/cabin_chemist/chemist_missions.json index 6215516e1a2ec..f4c1830577d9d 100644 --- a/data/json/npcs/cabin_chemist/chemist_missions.json +++ b/data/json/npcs/cabin_chemist/chemist_missions.json @@ -59,9 +59,9 @@ "//": "Gasoline is absurdly valuable post-apocalypse and they're asking for a lot of gasoline.", "goal": "MGOAL_FIND_ITEM", "item": "gasoline", - "count": 500, + "count": 100000, "difficulty": 10, - "value": 1600000, + "value": 70000, "origins": [ "ORIGIN_SECONDARY" ], "followup": "MISSION_CABIN_CHEMIST_SET_TRADE_ROUTE", "has_generic_rewards": true,