1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- 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.",
|