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

Clarify "Gather 75 Stones" quest messages #38329

Merged
merged 2 commits into from
Feb 25, 2020
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
4 changes: 2 additions & 2 deletions data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
{
"id": "MISSION_ISHERWOOD_EDDIE_1",
"type": "mission_definition",
"name": "Gather 120 Stones",
"name": "Gather 120 Rocks",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand All @@ -205,7 +205,7 @@
"dialogue": {
"describe": "We need to build some kilns.",
"offer": "I could use 120 rocks to construct some kilns.",
"accepted": "You can break up some larger rocks, or gather them up from the fields.",
"accepted": "You can break up some larger stones, or gather them up from the fields.",
"rejected": "Thanks anyway, we'll find the time to get them ourselves.",
"advice": "Mining would always be an option if you had the resources.",
"inquire": "Do you have the stone?",
Expand Down
4 changes: 2 additions & 2 deletions data/json/npcs/tacoma_ranch/NPC_ranch_foreman.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
{
"id": "MISSION_RANCH_FOREMAN_6",
"type": "mission_definition",
"name": "Gather 75 Stones",
"name": "Gather 75 Rocks",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand All @@ -377,7 +377,7 @@
"followup": "MISSION_RANCH_FOREMAN_7",
"dialogue": {
"describe": "We need help…",
"offer": "Our current assessment for survivability has increased significantly thanks to your efforts. The next priority issue is securing a cleaner water source. Drinking from the pond on the back end of the ranch has led to an outbreak of dysentery. As quickly as possible we need to improve the sanitary conditions in the camp. To do so the first step is to dig a well and construct stone fireplaces in the barn for the migrants to boil water. We are going to need at least 75 large rocks from you if we hope to accomplish the task before we all get sick. After we have them installed you will have free access to them, guaranteed. ",
"offer": "Our current assessment for survivability has increased significantly thanks to your efforts. The next priority issue is securing a cleaner water source. Drinking from the pond on the back end of the ranch has led to an outbreak of dysentery. As quickly as possible we need to improve the sanitary conditions in the camp. To do so the first step is to dig a well and construct stone fireplaces in the barn for the migrants to boil water. We are going to need at least 75 rocks from you if we hope to accomplish the task before we all get sick. After we have them installed you will have free access to them, guaranteed. ",
"accepted": "If you take a shovel to a pile of rubble you should be able to pull out structural grade stone.",
"rejected": "Come back when you get a chance. We need skilled survivors.",
"advice": "Mining would always be an option if you had the resources.",
Expand Down