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

Declayration #61800

Merged
merged 2 commits into from
Nov 10, 2022
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
6 changes: 3 additions & 3 deletions data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@
{
"id": "MISSION_ISHERWOOD_EDDIE_3",
"type": "mission_definition",
"name": { "str": "Gather 1000 units of clay" },
"name": { "str": "Gather 100 units of clay" },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 3,
"value": 20000,
"item": "clay_lump",
"count": 1000,
"count": 100,
"end": {
"opinion": { "trust": 2, "value": 2 },
"effect": [
Expand All @@ -280,7 +280,7 @@
"has_generic_rewards": false,
"dialogue": {
"describe": "I do have some resource gathering I could use help if you have time.",
"offer": "Now that the clay kiln is set up, we could use 1000 units of clay to get production going.",
"offer": "Now that the clay kiln is set up, we could use 100 units of clay to get production going.",
"accepted": "Thank you.",
"rejected": "Oh well. I'll try to find time to get it myself, thanks.",
"advice": "You can find it along river banks, or maybe look for deposits in the forest.",
Expand Down