Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix some nondescript mission names, fix chemist mission #4131

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading