Skip to content

Commit

Permalink
Add Find Isherwood Farm mission (#46821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored Jan 21, 2021
1 parent dde6117 commit e9c5034
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions data/json/npcs/holdouts/Mr_Lapin.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,32 @@
"dynamic_line": "People come to me to learn how to keep rabbits. They learn and they go. I like to think I'm making the world better.",
"responses": [
{ "text": "", "topic": "TALK_WARRENER" },
{ "text": "Anyone nearby I should meet?", "topic": "TALK_WARRENER_ISHERWOOD" },
{ "text": "That sounds optimistic?", "topic": "TALK_WARRENER_WORLD_OPTIMISTIC" }
]
},
{
"id": "TALK_WARRENER_ISHERWOOD",
"type": "talk_topic",
"dynamic_line": "There is a family of nearby farmers that I trade with. I'd appreciate it if you could go check on them.",
"responses": [
{
"text": "Seems like a deal to me.",
"topic": "TALK_WARRENER_ISHERWOOD_MISSION_ACCEPTED",
"effect": { "add_mission": "MISSION_Warrener_ISHERWOOD" }
},
{ "text": "That seems rather dangerous, I think I'll pass.", "topic": "TALK_EVAC_MERCHANT" }
]
},
{
"id": "TALK_WARRENER_ISHERWOOD_MISSION_ACCEPTED",
"type": "talk_topic",
"dynamic_line": "It can be quite a hike depending on your transportation. Lot of bad news between here and there.",
"responses": [
{ "text": "Don't worry, I'll be careful.", "topic": "TALK_DONE" },
{ "text": "Just a walk in the woods.", "topic": "TALK_DONE" }
]
},
{
"type": "talk_topic",
"id": "TALK_WARRENER_WORLD_OPTIMISTIC",
Expand Down Expand Up @@ -189,5 +212,36 @@
"failure": "It's not a big deal, it isn't that urgent."
},
"end": { "effect": [ { "u_buy_item": "petpack", "count": 1 } ] }
},
{
"id": "MISSION_Warrener_ISHERWOOD",
"type": "mission_definition",
"name": { "str": "Visit the Isherwoods" },
"description": "There is a family that nearby that I'd like you to check in on.",
"goal": "MGOAL_GO_TO",
"difficulty": 3,
"start": {
"assign_mission_target": {
"om_terrain": "farm_isherwood_2",
"om_special": "Isherwood Farms",
"reveal_radius": 3,
"random": true,
"search_range": 560
}
},
"goal_condition": { "u_has_var": "u_met_carlos_isherwood", "type": "dialogue", "context": "isherwood", "value": "yes" },
"value": 5000,
"origins": [ "ORIGIN_SECONDARY" ],
"dialogue": {
"describe": "",
"offer": "",
"accepted": "",
"rejected": "",
"advice": "",
"inquire": "Have you checked on them?",
"success": "Good, that's one less thing to worry about.",
"success_lie": "I'm glad to hear they are fine. Why haven't they been by then?",
"failure": "At least you came back with your life…"
}
}
]

0 comments on commit e9c5034

Please sign in to comment.