1[
2  {
3    "type": "npc",
4    "id": "isherwood_luke",
5    "//": "Dairy farmer's son in the Isherwood family.",
6    "name_unique": "Luke Isherwood",
7    "gender": "male",
8    "class": "NC_ISHERWOOD_LUKE",
9    "attitude": 0,
10    "mission": 7,
11    "chat": "TALK_ISHERWOOD_LUKE",
12    "mission_offered": "MISSION_ISHERWOOD_LUKE_1",
13    "faction": "isherwood_family"
14  },
15  {
16    "type": "npc_class",
17    "id": "NC_ISHERWOOD_LUKE",
18    "name": { "str": "Luke Isherwood" },
19    "job_description": "I'm Eddie's son, part of the Isherwood family",
20    "traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ],
21    "common": false,
22    "bonus_per": { "one_in": 4 },
23    "worn_override": "NC_Isherwood_worn",
24    "carry_override": "NC_ISHERWOOD_rifle",
25    "weapon_override": "NC_ISHERWOOD_archery",
26    "skills": [
27      {
28        "skill": "ALL",
29        "level": { "mul": [ { "one_in": 3 }, { "sum": [ { "dice": [ 2, 2 ] }, { "constant": -2 }, { "one_in": 4 } ] } ] }
30      },
31      { "skill": "melee", "bonus": { "rng": [ 3, 6 ] } },
32      { "skill": "survival", "bonus": { "rng": [ 3, 6 ] } },
33      { "skill": "gun", "bonus": { "rng": [ 3, 6 ] } },
34      { "skill": "rifle", "bonus": { "rng": [ 4, 8 ] } },
35      { "skill": "fabrication", "bonus": { "rng": [ 2, 7 ] } },
36      { "skill": "archery", "bonus": { "rng": [ 4, 8 ] } }
37    ]
38  },
39  {
40    "type": "talk_topic",
41    "id": "TALK_ISHERWOOD_LUKE",
42    "dynamic_line": {
43      "u_is_wearing": "badge_marshal",
44      "yes": "I see that badge, you should leave before my father sees you.",
45      "no": { "u_male": true, "yes": "Hello.", "no": "Hello." }
46    },
47    "responses": [
48      {
49        "text": "…",
50        "topic": "TALK_LEAVE_NOW_LUKE",
51        "opinion": { "trust": -20, "value": -20 },
52        "condition": { "u_is_wearing": "badge_marshal" }
53      },
54      {
55        "text": "Your dad said you were out here fixing up this place.",
56        "topic": "TALK_ISHERWOOD_LUKE_TALK1",
57        "condition": { "u_has_var": "u_met_Eddie_Isherwood", "type": "general", "context": "meeting", "value": "yes" }
58      },
59      { "text": "Hey, What are you doing out here?", "topic": "TALK_ISHERWOOD_LUKE2" },
60      {
61        "text": "Can I do anything for you?",
62        "topic": "TALK_MISSION_LIST",
63        "condition": { "not": { "u_is_wearing": "badge_marshal" } }
64      },
65      {
66        "text": "I'd better get going.",
67        "topic": "TALK_DONE",
68        "condition": { "not": { "u_is_wearing": "badge_marshal" } }
69      }
70    ]
71  },
72  {
73    "type": "talk_topic",
74    "id": "TALK_ISHERWOOD_LUKE_TALK1",
75    "dynamic_line": "Yeah, I work on it when I have the time.  I can't leave the farm too long, so I can't find some things I need.",
76    "responses": [
77      { "text": "What do you need?", "topic": "TALK_MISSION_LIST" },
78      {
79        "text": "Must be tough having the world fall apart when you had you future to look forward to.",
80        "topic": "TALK_ISHERWOOD_LUKE3"
81      },
82      { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LUKE_TOPICS" },
83      { "text": "I'd better get going.", "topic": "TALK_DONE" }
84    ]
85  },
86  {
87    "type": "talk_topic",
88    "id": "TALK_ISHERWOOD_LUKE2",
89    "dynamic_line": "I've been cleaning up this old building to make it into a workshop.  I want to put up a pottery kiln and forge.  My dad doesn't want me leaving the farm to find some things, says it is too dangerous.",
90    "responses": [
91      { "text": "What do you need?", "topic": "TALK_MISSION_LIST" },
92      { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LUKE_TOPICS" },
93      { "text": "I'd better get going.", "topic": "TALK_DONE" }
94    ]
95  },
96  {
97    "type": "talk_topic",
98    "id": "TALK_ISHERWOOD_LUKE3",
99    "dynamic_line": "I know all the grown ups worry about us, but I think we can adapt better than them in the long run.  Chris has some interesting thoughts on the matter.",
100    "responses": [
101      { "text": "Where can I find Chris?", "topic": "TALK_LUKE_CHRIS" },
102      { "text": "What sort of ideas does Chris have?", "topic": "TALK_LUKE_CHRIS2" },
103      { "text": "That is a good idea, what do you need?", "topic": "TALK_MISSION_LIST" },
104      { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LUKE_TOPICS" },
105      { "text": "I'm not interested right now, I'd better get going.", "topic": "TALK_DONE" }
106    ]
107  },
108  {
109    "type": "talk_topic",
110    "id": "TALK_LUKE_EDDIE",
111    "dynamic_line": "Things have been tough for my dad since Barry was captured.  He works till he falls asleep most nights..",
112    "responses": [
113      { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LUKE_TOPICS" },
114      { "text": "I'd better get going.", "topic": "TALK_DONE" }
115    ]
116  },
117  {
118    "type": "talk_topic",
119    "id": "TALK_LUKE_CHRIS",
120    "dynamic_line": "Chris is a little older than me, he's up at the horse farm with his parents and sister, Lisa.",
121    "speaker_effect": { "effect": { "u_add_var": "u_heard_about_chris", "type": "general", "context": "meeting", "value": "yes" } },
122    "responses": [
123      { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LUKE_TOPICS" },
124      { "text": "I'd better get going.", "topic": "TALK_DONE" }
125    ]
126  },
127  {
128    "type": "talk_topic",
129    "id": "TALK_LUKE_CHRIS2",
130    "dynamic_line": "Well, he doesn't agree that what we're doing here will last.  He thinks things will only get worse.  It's tough to get the adults to listen though, much less agree with his solution.  You can go talk to him more about it if you want.",
131    "responses": [
132      { "text": "Let's talk about something else.", "topic": "TALK_ISHERWOOD_LUKE_TOPICS" },
133      { "text": "I'd better get going.", "topic": "TALK_DONE" }
134    ]
135  },
136  {
137    "type": "talk_topic",
138    "id": "TALK_LEAVE_NOW_LUKE",
139    "dynamic_line": "You won't find any help here.",
140    "responses": [ { "text": "…", "topic": "TALK_DONE" } ]
141  },
142  {
143    "type": "talk_topic",
144    "id": "TALK_ISHERWOOD_LUKE_TOPICS",
145    "dynamic_line": "Go on…",
146    "responses": [
147      {
148        "text": "Must be tough having the world fall apart when you had you future to look forward to.",
149        "topic": "TALK_ISHERWOOD_LUKE3"
150      },
151      { "text": "Tell me about your dad.", "topic": "TALK_LUKE_EDDIE" },
152      { "text": "I'd better get going.", "topic": "TALK_DONE" }
153    ]
154  },
155  {
156    "id": "MISSION_ISHERWOOD_LUKE_1",
157    "type": "mission_definition",
158    "name": { "str": "Find The Art of Glassblowing book" },
159    "goal": "MGOAL_FIND_ITEM",
160    "difficulty": 5,
161    "value": 50000,
162    "item": "glassblowing_book",
163    "count": 1,
164    "origins": [ "ORIGIN_SECONDARY" ],
165    "followup": "MISSION_ISHERWOOD_LUKE_2",
166    "dialogue": {
167      "describe": "I need more knowledge to get the glass blowing started.",
168      "offer": "I could really use a book on glass blowing.  With the internet gone, I don't have any handy references.",
169      "accepted": "Fantastic, I'm not supposed to leave our land.",
170      "rejected": "Oh well, figured I'd have to do a lot of practice anyway.",
171      "advice": "A library, bookstore or a glass blower's studio should have one.",
172      "inquire": "Do you have the book?",
173      "success": "I appreciate it, this will make my life so much easier.",
174      "success_lie": "I don't see a book…?",
175      "failure": "At least you escaped with your life…"
176    }
177  },
178  {
179    "id": "MISSION_ISHERWOOD_LUKE_2",
180    "type": "mission_definition",
181    "name": { "str": "Find a copy of DIY Compendium" },
182    "goal": "MGOAL_FIND_ITEM",
183    "difficulty": 3,
184    "value": 20000,
185    "item": "textbook_fabrication",
186    "count": 1,
187    "end": {
188      "opinion": { "trust": 2, "value": 2 },
189      "effect": { "u_add_var": "u_did_luke_missions", "type": "general", "context": "recruit", "value": "yes" }
190    },
191    "origins": [ "ORIGIN_SECONDARY" ],
192    "dialogue": {
193      "describe": "I need more knowledge to get better pottery.",
194      "offer": "I could really use the book, DIY Compendium.  With the internet gone, I don't have any handy references.",
195      "accepted": "Fantastic, I'm not supposed to leave our land.",
196      "rejected": "Oh well, figured I'd have to do a lot of practice anyway.",
197      "advice": "A library, bookstore should have one, schools are another good idea.",
198      "inquire": "Do you have the book?",
199      "success": "I appreciate it, this will make my life so much easier.",
200      "success_lie": "I don't see a book…?",
201      "failure": "At least you escaped with your life…"
202    }
203  }
204]
205