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

Mission Clarifications: Tacoma Foreman Missions #79386

Merged
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
12 changes: 6 additions & 6 deletions data/json/npcs/tacoma_ranch/NPC_ranch_foreman.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
{
"id": "MISSION_RANCH_FOREMAN_4",
"type": "mission_definition",
"name": { "str": "Gather 30lb Salt" },
"name": { "str": "Gather 30lb (3888 units) of Salt" },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand Down Expand Up @@ -467,7 +467,7 @@
{
"id": "MISSION_RANCH_FOREMAN_5",
"type": "mission_definition",
"name": { "str": "Gather 30 Bottles of Liquid Fertilizer" },
"name": { "str": "Gather 30 Bottles (120 units) of Liquid Fertilizer" },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand Down Expand Up @@ -676,7 +676,7 @@
{
"id": "MISSION_RANCH_FOREMAN_9",
"type": "mission_definition",
"name": { "str": "Gather 150 Bleach" },
"name": { "str": "Gather 150 Units of Bleach" },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand Down Expand Up @@ -745,7 +745,7 @@
{
"id": "MISSION_RANCH_FOREMAN_10",
"type": "mission_definition",
"name": { "str": "Gather 6 bottles of antiseptic" },
"name": { "str": "Gather 6 bottles (60 units) of antiseptic" },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand Down Expand Up @@ -995,7 +995,7 @@
{
"id": "MISSION_RANCH_FOREMAN_16",
"type": "mission_definition",
"name": { "str": "Gather 80lb Sugar" },
"name": { "str": "Gather 80lb (10000 units) of Sugar" },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand All @@ -1006,7 +1006,7 @@
"followup": "MISSION_RANCH_FOREMAN_17",
"dialogue": {
"describe": "We need help…",
"offer": "Just flipping through the book, I can tell that one ingredient in most of the alcoholic drinks that we don't have a large supply of is sugar. What alcohol we have been able to loot isn't going to last us long, so starting our first large batch is a priority. Could you bring in 80 units of sugar? That should last us until we can start producing our own supply.",
"offer": "Just flipping through the book, I can tell that one ingredient in most of the alcoholic drinks that we don't have a large supply of is sugar. What alcohol we have been able to loot isn't going to last us long, so starting our first large batch is a priority. Could you bring in 80 lbs of sugar? That should last us until we can start producing our own supply.",
"accepted": "I'm counting on you.",
"rejected": "Come back when you get a chance. We need skilled survivors.",
"advice": "You might get lucky finding it, but you could always boil it out of fruit if you are familiar with the process. Or go into the cities and look in restaurants and bakeries.",
Expand Down
Loading