diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /npc-12_fix-eddie-requiring-1000-clay.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
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.", |