Skip to content

Commit

Permalink
Slight rewrite of first intercom mission.
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury authored and kevingranade committed Dec 31, 2019
1 parent 36a95fa commit 93d8a1d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions data/json/npcs/robofac/NPC_ROBOFAC_INTERCOM.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"has_generic_rewards": false,
"followup": "MISSION_ROBOFAC_INTERCOM_2",
"dialogue": {
"describe": "No, I said … [*You hear a short, muffled conversation from across the intercom*]/nWell, it seems we do have a use for you. It's dangerous and you are likely to die, but if you complete it we will allow you limited access to our resources.",
"describe": "",
"offer": "One of our scientists recently left the lab to perform a field test on a prototype robot, but failed to return, and has not been heard of since. Investigate the test and return with her and the prototype. Failing that, return with the data recorder that was attached to our prototype.",
"accepted": "We appreciate your help, good luck.",
"rejected": "Don't expect our help then.",
Expand Down Expand Up @@ -330,9 +330,18 @@
{
"text": "Wait! Maybe I can help you!",
"condition": { "not": { "u_has_mission": "MISSION_ROBOFAC_INTERCOM_1" } },
"topic": "TALK_MISSION_LIST"
"topic": "MISSION_ROBOFAC_INTERCOM_1_INTRODUCTION"
},
{ "text": "Alright, I'll leave", "topic": "TALK_DONE" }
]
},
{
"id": "MISSION_ROBOFAC_INTERCOM_1_INTRODUCTION",
"type": "talk_topic",
"dynamic_line": "Theres nothing you could do for us, now leave before I'm forced to…\n[You hear a short, muffled conversation from across the intercom]\n\nthe intercom: Well, it seems we do have some use for you. It's a dangerous task, but if you complete it we will allow you limited trading access.",
"responses": [
{ "text": "Tell me about it.", "topic": "TALK_MISSION_OFFER" },
{ "text": "I'm not risking myself for a deal that bad.", "topic": "TALK_DONE" }
]
}
]

0 comments on commit 93d8a1d

Please sign in to comment.