diff options
Diffstat (limited to 'npc-12_fix-eddie-requiring-1000-clay.patch')
-rw-r--r-- | npc-12_fix-eddie-requiring-1000-clay.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/npc-12_fix-eddie-requiring-1000-clay.patch b/npc-12_fix-eddie-requiring-1000-clay.patch deleted file mode 100644 index 8ed1383..0000000 --- a/npc-12_fix-eddie-requiring-1000-clay.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json -+++ b/data/json/npcs/isherwood_farm/NPC_Eddie_Isherwood.json -@@ -264,12 +264,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": [ -@@ -283,7 +283,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.", |