Guest User

Tentacle Mission Radio Script

a guest
Jul 26th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.73 KB | None | 0 0
  1. // --------- TENTACLE MISSION --------
  2.  
  3.   "tentaclemission-arrived" : {
  4.     "type" : "mission",
  5.     "text" : "Readings indicate that while this structure would appear to be a planet, it is in fact one giant living organism."
  6.   },
  7.  
  8.  "tentaclemission-arrived2" : {
  9.     "unique" : false,
  10.     "senderName" : "Esther Bright",
  11.     "portraitImage" : "/interface/chatbubbles/lana.png:<frame>",
  12.     "text" : "You're standing on the Ruin, dear. You can't do much damage on its surface - you'll have to work your way down into it."
  13.   },
  14.  
  15.    "tentaclemission-arrived3" : {
  16.     "unique" : false,
  17.     "senderName" : "Lana Blake",
  18.     "portraitImage" : "/interface/chatbubbles/esthertalk.png:<frame>",
  19.     "text" : "Careful down there. Every creature and substance you encounter is bound to be hostile... "
  20.   },
  21.  
  22.     "tentaclemission-bottom" : {
  23.     "type" : "mission",
  24.     "text" : "Readings show that there is a vast chasm beneath you that extends fathoms deep. I advise you to try and avoid falling to your death."
  25.   },
  26.  
  27.   "tentaclemission-bottom2" : {
  28.     "unique" : false,
  29.     "senderName" : "Koichi",
  30.     "portraitImage" : "/interface/chatbubbles/koichi.png:<frame>",
  31.     "text" : "SAIL's right, there's a void just under your feet; a huge gap between you and the central structure of the Ruin. You're going to have to figure out a safe way to get down."
  32.   },
  33.  
  34. //-- Could this message from the Baron be triggered when you get to the ground on the brain layer?
  35. //-- "Impressed. A novel decent!"
  36.  
  37.   "tentaclemission-bossroom" : {
  38.     "unique" : false,
  39.     "senderName" : "Esther Bright",
  40.     "portraitImage" : "/interface/chatbubbles/esthersad.png:<frame>",
  41.     "text" : "You've reached the Ruin's heart. You must destroy it."
  42.   },
  43.  
  44.   "tentaclemission-bossroom2" : {
  45.     "unique" : false,
  46.     "senderName" : "Tonauac",
  47.     "portraitImage" : "/interface/chatbubbles/tonauactalk.png:<frame>",
  48.     "text" : "May Kluex guide you."
  49.   },
  50.  
  51.   "tentaclemission-destruction1" : {
  52.     "unique" : false,
  53.     "senderName" : "Esther Bright",
  54.     "portraitImage" : "/interface/chatbubbles/esthersad.png:<frame>",
  55.     "text" : "You did it! ...But something's wrong. The Ruin... Its structure is unstable!",
  56.     "persistTime" : 2.0
  57.   },
  58.  
  59.   "tentaclemission-destruction2" : {
  60.     "unique" : false,
  61.     "senderName" : "Koichi",
  62.     "portraitImage" : "/interface/chatbubbles/koichi.png:<frame>",
  63.     "text" : "It's going to explode! Get out!",
  64.     "persistTime" : 2.0
  65.   },
  66.  
  67.   "tentaclemission-destruction3" : {
  68.     "unique" : false,
  69.     "senderName" : "Nuru",
  70.     "portraitImage" : "/interface/chatbubbles/nuru.png:<frame>",
  71.     "text" : "Don't tell them what to do, fishface! They've dealt with situations way worse than this before!"
  72.   }
  73.  
  74. }
Advertisement
Add Comment
Please, Sign In to add comment