Skip to content

Commit

Permalink
fix: fix some nondescript mission names, fix chemist mission (#4131)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Jan 20, 2024
1 parent 4aa83ce commit 664c5a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions data/json/npcs/cabin_chemist/chemist_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down
4 changes: 2 additions & 2 deletions data/json/npcs/isherwood_farm/NPC_Jesse_Isherwood.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 664c5a2

Please sign in to comment.