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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
--- a/data/json/npcs/isherwood_farm/NPC_Lisa_Isherwood.json
+++ b/data/json/npcs/isherwood_farm/NPC_Lisa_Isherwood.json
@@ -84,7 +84,7 @@
{
"type": "talk_topic",
"id": "TALK_ISHERWOOD_LISA_TALK1",
- "dynamic_line": "My family owns all the land around here, my parents are out in the barn and my other family is down he road.",
+ "dynamic_line": "My family owns all the land around here, my parents are out in the barn and my other family is down the road.",
"responses": [
{ "text": "Ok, I'll go find them.", "topic": "TALK_DONE" },
{ "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LISA_TOPICS" },
--- a/data/json/npcs/isherwood_farm/NPC_Jack_Isherwood.json
+++ b/data/json/npcs/isherwood_farm/NPC_Jack_Isherwood.json
@@ -179,7 +179,7 @@
{
"type": "talk_topic",
"id": "TALK_ISHERWOOD_JACK_TALK1",
- "dynamic_line": "I live here with my wife, this is our family's land. My daughter's family and son live down the road.",
+ "dynamic_line": "I live here with my wife, this is our family's land. My daughter's family live down the road, and my brother-in-law with his son just past them.",
"responses": [
{ "text": "Your whole family survived?", "topic": "TALK_ISHERWOOD_JACK2" },
{ "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_JACK_TOPICS" },
@@ -306,7 +306,7 @@
{
"id": "MISSION_ISHERWOOD_JACK_1",
"type": "mission_definition",
- "name": { "str": "Find 10 3L jars" },
+ "name": { "str": "Find 20 3L jars" },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 3,
"value": 20000,
--- a/data/json/npcs/refugee_center/surface_refugees/NPC_Uyen_Tran.json
+++ b/data/json/npcs/refugee_center/surface_refugees/NPC_Uyen_Tran.json
@@ -156,9 +156,7 @@
{
"id": "MISSION_REFUGEE_Uyen_1",
"type": "mission_definition",
- "name": {
- "str": "Find 50 doses of antiseptic for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch."
- },
+ "name": { "str": "Find 50 doses of antiseptic for Uyen Tran in the refugee center, in exchange for 8 Merch." },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 2,
"value": 0,
@@ -188,7 +186,7 @@
{
"id": "MISSION_REFUGEE_Uyen_2",
"type": "mission_definition",
- "name": { "str": "Find 30 bandages for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch." },
+ "name": { "str": "Find 30 bandages for Uyen Tran in the refugee center, in exchange for 7 Merch." },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 2,
"value": 0,
@@ -218,7 +216,7 @@
{
"id": "MISSION_REFUGEE_Uyen_3",
"type": "mission_definition",
- "name": { "str": "Find 6 bottles of Prozac for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch." },
+ "name": { "str": "Find 6 bottles of Prozac for Uyen Tran in the refugee center, in exchange for 5 Merch." },
"goal": "MGOAL_FIND_ITEM",
"difficulty": 2,
"value": 0,
--- a/data/json/npcs/refugee_center/surface_refugees/NPC_Boris_Borichenko.json
+++ b/data/json/npcs/refugee_center/surface_refugees/NPC_Boris_Borichenko.json
@@ -376,7 +376,7 @@
{
"id": "MISSION_REFUGEE_Boris_WORKSPACE",
"type": "mission_definition",
- "name": { "str": "Bring Boris some tools." },
+ "name": { "str": "Bring a circular saw" },
"difficulty": 1,
"value": 0,
"goal": "MGOAL_FIND_ITEM",
@@ -406,7 +406,7 @@
{
"id": "MISSION_REFUGEE_Boris_LAPTOP",
"type": "mission_definition",
- "name": { "str": "Bring Boris his son's lost writing." },
+ "name": { "str": "Bring Boris his son's lost laptop." },
"difficulty": 1,
"value": 0,
"goal": "MGOAL_FIND_ITEM",
|