Skip to content

Commit

Permalink
Declayration (#61800)
Browse files Browse the repository at this point in the history
* Update NPC_Eddie_Isherwood.json

* Apply suggestions from code review

Co-authored-by: MNG-cataclysm <[email protected]>

Co-authored-by: Fris0uman <[email protected]>
Co-authored-by: MNG-cataclysm <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2022
1 parent bad003f commit 0b0fcf1
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0b0fcf1

Please sign in to comment.