From 0b0fcf16f0c9dd2153baf126e1e12837fd55cd41 Mon Sep 17 00:00:00 2001 From: Perset <100487684+Perset@users.noreply.github.com> Date: Thu, 10 Nov 2022 03:31:04 -0800 Subject: [PATCH] Declayration (#61800) * Update NPC_Eddie_Isherwood.json * Apply suggestions from code review Co-authored-by: MNG-cataclysm <58958654+MNG-cataclysm@users.noreply.github.com> Co-authored-by: Fris0uman <41293484+Fris0uman@users.noreply.github.com> Co-authored-by: MNG-cataclysm <58958654+MNG-cataclysm@users.noreply.github.com> --- data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json b/data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json index 3c5ea7b5f4453..6e1c95737a7d1 100644 --- a/data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json +++ b/data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json @@ -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": [ @@ -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.",