diff --git a/data/json/npcs/cabin_chemist/chemist_missions.json b/data/json/npcs/cabin_chemist/chemist_missions.json index 9104fd6f293b..4d6b099a68c4 100644 --- a/data/json/npcs/cabin_chemist/chemist_missions.json +++ b/data/json/npcs/cabin_chemist/chemist_missions.json @@ -53,13 +53,14 @@ }, { "id": "MISSION_CABIN_CHEMIST_GET_500_GAS", + "//": "ID retained to avoid breaking saves, original mission as ported from DDA was wildly wrong about how many liters 500 units is (it's half a liter)", "type": "mission_definition", "name": "Find Some Gasoline", "description": "Obtain 100 liters of gasoline for the chemist.", - "//": "Gasoline is absurdly valuable post-apocalypse and they're asking for a lot of gasoline.", + "//2": "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, "origins": [ "ORIGIN_OPENER_NPC" ], diff --git a/data/json/npcs/isherwood_farm/NPC_Jesse_Isherwood.json b/data/json/npcs/isherwood_farm/NPC_Jesse_Isherwood.json index 7c35034a2833..5b77cc899603 100644 --- a/data/json/npcs/isherwood_farm/NPC_Jesse_Isherwood.json +++ b/data/json/npcs/isherwood_farm/NPC_Jesse_Isherwood.json @@ -184,7 +184,7 @@ { "id": "MISSION_ISHERWOOD_JESSE_1", "type": "mission_definition", - "name": { "str": "Kill monster" }, + "name": { "str": "Kill wolves" }, "goal": "MGOAL_KILL_MONSTER", "difficulty": 5, "value": 50000, @@ -211,7 +211,7 @@ { "id": "MISSION_ISHERWOOD_JESSE_2", "type": "mission_definition", - "name": { "str": "Kill monster" }, + "name": { "str": "Kill unknown monsters" }, "goal": "MGOAL_KILL_MONSTER", "difficulty": 8, "value": 80000,