Advertisement
Primalcyndaquil

Untitled

Oct 30th, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.24 KB | None | 0 0
  1. Nightmare at the Arcade
  2.  
  3. islegendary=False
  4. requiredquestpoints=500
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=Seasonal Quest: Mr. Lethe has gotten sick of Blacephalon interrupting his business. He's began an effort to force the Ultra Beasts away.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Chatras
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=1;titletext=Nightmare at the Arcade;titlecolour=aqua;subtitletext=Seasonal Quest Start!;subtitlecolour=dark_gray)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=Flipside of the Arcade)
  27. }
  28. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Oh, good! Hey there, trainer.;chatline2=This time, the request for work isn't from me!;chatline3=Mr. Lethe said he couldn't find you, and asked me to pass on a message.;chatline4=He asked you to head to him when you have the chance.;chatline5=He also asked me to test his proximity fence design... I'm worried he's trying stupid.;chatline6=Go make sure he doesn't get burned to a crisp, yeah?)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=Talk to Mr. Lethe
  35. hint=He's in his Arcade.
  36. timestocomplete=1
  37. hidden=False
  38. infinite=False
  39. type=chat_npc(uuid=9c264367-3954-4fbe-a217-22ed1231755e;chatline1=Ay, seems 'ya got the memo.;chatline2=A'ight, here's whats happening. I got this fancy new proximity fence.;chatline3=Designed by yours truly, of course. And we're gonna put it to the test.;chatline4=Blacephalon get overloaded with energy fairly easily, so this delivers a small jolt to 'em.;chatline5=Idea is to keep 'em away from the utility room and protect my customers.;chatline6=The poor things can't bear the noises they make and, well... I couldn't bear the thought of any of them getting hurt.;chatline7=Argh, look at me bein' all emotional. C'mon, trainer. I ain't paying ya for therapy. Talk to me when you're ready to go.)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=When you're ready, talk to Mr. Lethe.
  46. hint=He's in his Arcade.
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. warp(delay=2;world=Vanha;x=-24;y=44;z=419)
  53. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=Ay kid, right behind 'ya. Here's some of the fences, though we should probably clear the area first.;chatline2=Keep an eye out for those weird "Ultra-Shift" pokemon, yeah?;chatline3=Yelp if ya need help, I got your back.)
  54. send_chat(delay=6;message=&bMr. Lethe heads off to the right, bundle of fences in hand. Better check out the left, then.)
  55. }
  56. type=chat_npc(uuid=9c264367-3954-4fbe-a217-22ed1231755e;chatline1=Fence, check. Trainer, check. Lyca, check. Alrighty, off we go!)
  57. }
  58. }
  59. stage=3
  60. {
  61. {
  62. description=Check the area to the left (West).
  63. hint=In the Ultra Arcade.
  64. timestocomplete=1
  65. hidden=False
  66. infinite=False
  67. triggers
  68. {
  69. send_chat(delay=1;message=&bFollowing what Mr. Lethe's doing, you place a few of the fences. They instantly link together, creating an electrical barrier.)
  70. send_chat(delay=3;message=&bYou hear a horrid hissing sound... It's a Blacephalon!)
  71. spawn_and_battle(delay=5;spec=Blacephalon customtexture:seasonal;name=Blacephalon;level=100;shiny=false;bossLevel=1)
  72. skip_to_stage(delay=5;stage=4)
  73. }
  74. type=enter_zone(minx=-18;maxx=-12;miny=43;maxy=49;minz=424;maxz=444;world=Vanha)
  75. }
  76. {
  77. description=If you exit the area...
  78. hint=Right click the door in the Lethe Arcade.
  79. timestocomplete=1
  80. hidden=False
  81. infinite=True
  82. triggers
  83. {
  84. warp(delay=2;world=Vanha;x=-25;y=44;z=418)
  85. }
  86. type=right_click_block(minx=-11;maxx=-8;miny=94;maxy=98;minz=439;maxz=442;world=Vanha)
  87. }
  88. }
  89. stage=4
  90. {
  91. {
  92. description=Defeat Blacephalon!
  93. hint=
  94. timestocomplete=1
  95. hidden=False
  96. infinite=False
  97. triggers
  98. {
  99. send_chat(delay=0;message=&bBlacephalon scurries off...)
  100. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=Ay kid! You okay over there?;chatline2=You handled that thing well enough. Keep at it!;chatline3=Try go up to that red area;Where the Rotom was last time.)
  101. skip_to_stage(delay=2;stage=5)
  102. }
  103. type=kill_pokemon(spec=Blacephalon)
  104. }
  105. {
  106. description=Defeat Blacephalon!
  107. hint=
  108. timestocomplete=1
  109. hidden=True
  110. infinite=False
  111. triggers
  112. {
  113. skip_to_stage(delay=0;stage=2)
  114. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  115. send_chat(delay=2;message=&bYour vision dims... The air is getting uncomfortably warm.)
  116. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  117. }
  118. type=battle_end_abnormal()
  119. }
  120. {
  121. description=Defeat Blacephalon!
  122. hint=
  123. timestocomplete=1
  124. hidden=True
  125. infinite=False
  126. triggers
  127. {
  128. skip_to_stage(delay=0;stage=2)
  129. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  130. send_chat(delay=2;message=&bYour vision dims... The air is getting uncomfortably warm.)
  131. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  132. }
  133. type=flee_from_pokemon()
  134. }
  135. {
  136. description=Defeat Blacephalon!
  137. hint=
  138. timestocomplete=1
  139. hidden=True
  140. infinite=False
  141. triggers
  142. {
  143. skip_to_stage(delay=0;stage=2)
  144. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  145. send_chat(delay=2;message=&bYour vision dims... The air is getting uncomfortably warm.)
  146. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  147. }
  148. type=log_off()
  149. }
  150. {
  151. description=Defeat Blacephalon!
  152. hint=
  153. timestocomplete=1
  154. hidden=True
  155. infinite=False
  156. triggers
  157. {
  158. skip_to_stage(delay=0;stage=2)
  159. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  160. send_chat(delay=2;message=&bYour vision dims... The air is getting uncomfortably warm.)
  161. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  162. }
  163. type=run_out_of_pokemon()
  164. }
  165. {
  166. description=Defeat Blacephalon!
  167. hint=
  168. timestocomplete=1
  169. hidden=True
  170. infinite=False
  171. triggers
  172. {
  173. skip_to_stage(delay=0;stage=2)
  174. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  175. send_chat(delay=2;message=&bYour vision dims... The air is getting uncomfortably warm.)
  176. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  177. }
  178. type=die()
  179. }
  180. {
  181. description=If you exit the area...
  182. hint=Right click the door in the Lethe Arcade.
  183. timestocomplete=1
  184. hidden=False
  185. infinite=True
  186. triggers
  187. {
  188. warp(delay=2;world=Vanha;x=-25;y=44;z=418)
  189. }
  190. type=right_click_block(minx=-11;maxx=-8;miny=94;maxy=98;minz=439;maxz=442;world=Vanha)
  191. }
  192. }
  193. stage=5
  194. {
  195. {
  196. description=Encircle the structure on the left.
  197. hint=It's on the left.
  198. timestocomplete=1
  199. hidden=False
  200. infinite=False
  201. triggers
  202. {
  203. warp(delay=1;world=Vanha;x=-19;y=44;z=433)
  204. send_chat(delay=1;message=&bUnlike last time, the blue light parts and allows entry. As you enter, the door closes behind you. Something's in here, too...!)
  205. spawn_and_double_battle(delay=3;spec1=Oranguru b:2 gr:microscopic ab:Telepathy helditem:leftovers move1:instruct move2:helping_hand move3:wide_guard move4:aromatherapy evspdef:252 evspd:252 evdef:252 evhp:252 n:bold ivspatk:31 ivspd:31 ivdef:31 ivhp:31;spec2=Toxtricity b:2 gr:microscopic ab:PunkRock helditem:throat_spray move1:boomburst move2:clanging_scales move3:overdrive move4:sparkling_aria evspatk:252 evspd:252 evdef:252 evhp:252 evspdef:252 n:modest ivspatk:31 ivspd:31 ivdef:31 ivhp:31)
  206. skip_to_stage(delay=0;stage=6)
  207. }
  208. type=right_click_block(minx=-23;maxx=-17;miny=44;maxy=48;minz=431;maxz=437;world=Vanha)
  209. }
  210. {
  211. description=If you exit the area...
  212. hint=Right click the door in the Lethe Arcade.
  213. timestocomplete=1
  214. hidden=False
  215. infinite=True
  216. triggers
  217. {
  218. warp(delay=2;world=Vanha;x=-25;y=44;z=418)
  219. }
  220. type=right_click_block(minx=-11;maxx=-8;miny=94;maxy=98;minz=439;maxz=442;world=Vanha)
  221. }
  222. }
  223. stage=6
  224. {
  225. {
  226. description=Battle the Pokemon team!
  227. hint=It's in the structure.
  228. timestocomplete=1
  229. hidden=False
  230. infinite=False
  231. triggers
  232. {
  233. skip_to_stage(delay=0;stage=7)
  234. send_chat(delay=0;message=&bThe door reopens, and you leave the structure. You finish the fence and hear Lethe yell out to you...)
  235. warp(delay=3;world=Vanha;x=-19;y=44;z=441)
  236. show_chat_gui(delay=6;name=Mr. Lethe;chatline1=Kid? You alright? You got trapped in that weird building!;chatline2=Well, if you're alright. I'm patching up the entrance to the orange area.;chatline3=Could you go to the red area for me? There's lots of Blaces that side, so make sure to place another layer if 'ya can.;chatline4=...Course, that means you'll have to go *into* the red area.;chatline5=...Be careful, alright kid?)
  237. }
  238. conditions
  239. {
  240. has_completed(flipped=False;completedquestname=Nightmare at the Arcade;completedstageid=6;completedobjectiveid=1)
  241. has_completed(flipped=False;completedquestname=Nightmare at the Arcade;completedstageid=6;completedobjectiveid=2)
  242. }
  243. type=enter_zone(minx=-23;maxx=-17;miny=44;maxy=48;minz=431;maxz=437;world=Vanha)
  244. }
  245. {
  246. description=Tox
  247. hint=An optional hint
  248. timestocomplete=1
  249. hidden=True
  250. infinite=False
  251. type=kill_pokemon(spec=Toxtricity)
  252. }
  253. {
  254. description=Oranguru
  255. hint=An optional hint
  256. timestocomplete=1
  257. hidden=True
  258. infinite=False
  259. type=kill_pokemon(spec=Oranguru)
  260. }
  261. {
  262. description=If you exit the area...
  263. hint=Right click the door in the Lethe Arcade.
  264. timestocomplete=1
  265. hidden=False
  266. infinite=True
  267. triggers
  268. {
  269. warp(delay=2;world=Vanha;x=-25;y=44;z=418)
  270. }
  271. type=right_click_block(minx=-11;maxx=-8;miny=94;maxy=98;minz=439;maxz=442;world=Vanha)
  272. }
  273. {
  274. description=Lose-To-Team
  275. hint=
  276. timestocomplete=1
  277. hidden=True
  278. infinite=False
  279. triggers
  280. {
  281. skip_to_stage(delay=0;stage=2)
  282. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  283. send_chat(delay=2;message=&bThe structure opens, and you tumble out. You black out...)
  284. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  285. }
  286. type=battle_end_abnormal()
  287. }
  288. {
  289. description=Lose-To-Team
  290. hint=
  291. timestocomplete=1
  292. hidden=True
  293. infinite=False
  294. triggers
  295. {
  296. skip_to_stage(delay=0;stage=2)
  297. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  298. send_chat(delay=2;message=&bThe structure opens, and you tumble out. You black out...)
  299. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  300. }
  301. type=flee_from_pokemon(spec=Toxtricity)
  302. }
  303. {
  304. description=Lose-To-Team
  305. hint=
  306. timestocomplete=1
  307. hidden=True
  308. infinite=False
  309. triggers
  310. {
  311. skip_to_stage(delay=0;stage=2)
  312. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  313. send_chat(delay=2;message=&bThe structure opens, and you tumble out. You black out...)
  314. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  315. }
  316. type=run_out_of_pokemon()
  317. }
  318. {
  319. description=Lose-To-Team
  320. hint=
  321. timestocomplete=1
  322. hidden=True
  323. infinite=False
  324. triggers
  325. {
  326. skip_to_stage(delay=0;stage=2)
  327. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  328. send_chat(delay=2;message=&bThe structure opens, and you tumble out. You black out...)
  329. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  330. }
  331. type=log_off()
  332. }
  333. {
  334. description=Lose-To-Team
  335. hint=
  336. timestocomplete=1
  337. hidden=True
  338. infinite=False
  339. triggers
  340. {
  341. skip_to_stage(delay=0;stage=2)
  342. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  343. send_chat(delay=2;message=&bThe structure opens, and you tumble out. You black out...)
  344. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  345. }
  346. type=die()
  347. }
  348. }
  349. stage=7
  350. {
  351. {
  352. description=Climb up to the red area.
  353. hint=It's on the left, at the end.
  354. timestocomplete=1
  355. hidden=False
  356. infinite=False
  357. triggers
  358. {
  359. warp(delay=0;world=Vanha;x=-8;y=48;z=444)
  360. send_chat(delay=2;message=&bThe Rotom is still here... and it's still in Ultra-Shift! Blacephalon trunders off, while Rotom attacks!)
  361. skip_to_stage(delay=0;stage=8)
  362. spawn_and_battle(delay=6;spec=Rotom f:2 b:3 move1:origin_pulse move2:focus_blast move3:thunder move4:shadow_ball helditem:assault_vest evspatk:252 evhp:252 evdef:252 evspdef:252 ivdef:31 ivspatk:31 n:modest gr:pygmy;name=Rotom;level=100;shiny=false;bossLevel=3)
  363. }
  364. type=right_click_block(minx=-15;maxx=-12;miny=44;maxy=48;minz=442;maxz=445;world=Vanha)
  365. }
  366. {
  367. description=If you exit the area...
  368. hint=Right click the door in the Lethe Arcade.
  369. timestocomplete=1
  370. hidden=False
  371. infinite=True
  372. triggers
  373. {
  374. warp(delay=2;world=Vanha;x=-25;y=44;z=418)
  375. }
  376. type=right_click_block(minx=-11;maxx=-8;miny=94;maxy=98;minz=439;maxz=442;world=Vanha)
  377. }
  378. }
  379. stage=8
  380. {
  381. {
  382. description=Defeat Rotom
  383. hint=An optional hint
  384. timestocomplete=1
  385. hidden=False
  386. infinite=False
  387. triggers
  388. {
  389. send_chat(delay=2;message=&bRotom fades away, and you hop down back to the blue area... right into a heap of Blacephalon...!)
  390. warp(delay=3;world=Vanha;x=-15;y=44;z=443)
  391. skip_to_stage(delay=0;stage=9)
  392. send_chat(delay=4;message=&bThe Blacephalon have you surrounded. There are too many of them! This isn't good... You call out for Mr. Lethe...!)
  393. show_chat_gui(delay=8;name=Mr. Lethe;chatline1=...! I'm coming, kid!)
  394. send_chat(delay=10;message=&bYou hear the cry of a Lycanroc, and suddenly the Blacephalon scatter. Rocks are falling on them from above!)
  395. fire_command(delay=10;command=playsound entity.wolf.howl master PLAYER)
  396. show_chat_gui(delay=16;name=Mr. Lethe;chatline1=...You alright, trainer? Good thing I brought 'oul Lyca with me.;chatline2=Well, seems you set up the fences, at least.;chatline3=Alright, finish up here.;chatline4=...'Sides, what am I paying ya for?)
  397. send_chat(delay=22;message=&bThe only thing left to do is connect the last fence. Should be by the door...)
  398. }
  399. type=kill_pokemon(spec=Rotom)
  400. }
  401. {
  402. description=Lose-To-Team
  403. hint=
  404. timestocomplete=1
  405. hidden=True
  406. infinite=False
  407. triggers
  408. {
  409. skip_to_stage(delay=0;stage=2)
  410. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  411. send_chat(delay=2;message=&bRotom sends you flying out. You crash on the floor and black out...)
  412. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  413. }
  414. type=flee_from_pokemon(spec=Rotom)
  415. }
  416. {
  417. description=Lose-To-Team
  418. hint=
  419. timestocomplete=1
  420. hidden=True
  421. infinite=False
  422. triggers
  423. {
  424. skip_to_stage(delay=0;stage=2)
  425. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  426. send_chat(delay=2;message=&bRotom sends you flying out. You crash on the floor and black out...)
  427. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  428. }
  429. type=run_out_of_pokemon()
  430. }
  431. {
  432. description=Lose-To-Team
  433. hint=
  434. timestocomplete=1
  435. hidden=True
  436. infinite=False
  437. triggers
  438. {
  439. skip_to_stage(delay=0;stage=2)
  440. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  441. send_chat(delay=2;message=&bRotom sends you flying out. You crash on the floor and black out...)
  442. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  443. }
  444. type=die()
  445. }
  446. {
  447. description=Lose-To-Team
  448. hint=
  449. timestocomplete=1
  450. hidden=True
  451. infinite=False
  452. triggers
  453. {
  454. skip_to_stage(delay=0;stage=2)
  455. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  456. send_chat(delay=2;message=&bRotom sends you flying out. You crash on the floor and black out...)
  457. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  458. }
  459. type=battle_end_abnormal()
  460. }
  461. {
  462. description=Lose-To-Team
  463. hint=
  464. timestocomplete=1
  465. hidden=True
  466. infinite=False
  467. triggers
  468. {
  469. skip_to_stage(delay=0;stage=2)
  470. warp(delay=0;world=Vanha;x=-28;y=95;z=443)
  471. send_chat(delay=2;message=&bRotom sends you flying out. You crash on the floor and black out...)
  472. show_chat_gui(delay=4;name=Mr. Lethe;chatline1=You okay there, kiddo?;chatline2=You had me worried there.;chatline3=Lemme know when you're ready to go again.)
  473. }
  474. type=log_off()
  475. }
  476. }
  477. stage=9
  478. {
  479. {
  480. description=Finish the Fences.
  481. hint=Right click the entryway to the Utility Room.
  482. timestocomplete=1
  483. hidden=False
  484. infinite=False
  485. triggers
  486. {
  487. send_chat(delay=0;message=&bYou put the last fence in place. With a click, the fence goes online! The soft hum of the electricity... seems it's time to leave.)
  488. warp(delay=5;world=Vanha;x=-14;y=95;z=440)
  489. skip_to_stage(delay=0;stage=10)
  490. }
  491. type=right_click_block(minx=-26;maxx=-24;miny=44;maxy=46;minz=415;maxz=413;world=Vanha)
  492. }
  493. {
  494. description=If you exit the area...
  495. hint=Right click the door in the Lethe Arcade.
  496. timestocomplete=1
  497. hidden=False
  498. infinite=True
  499. triggers
  500. {
  501. warp(delay=2;world=Vanha;x=-25;y=44;z=418)
  502. }
  503. type=right_click_block(minx=-11;maxx=-8;miny=94;maxy=98;minz=439;maxz=442;world=Vanha)
  504. }
  505. }
  506. stage=10
  507. {
  508. {
  509. description=Talk to Mr. Lethe
  510. hint=He's in his Arcade.
  511. timestocomplete=1
  512. hidden=False
  513. infinite=False
  514. triggers
  515. {
  516. give_item(delay=6;itemid=pixelmon:relic_copper;nbt={display:{Name:"Lethe Token",Lore:["A highly valuable token exchanged for items in the Lethe Arcade. Has an eccentric old man's face printed on it."]}};count=5)
  517. }
  518. type=chat_npc(uuid=9c264367-3954-4fbe-a217-22ed1231755e;chatline1=You okay kid? ...Good. I'm glad I could help, for once.;chatline2=Alright then. That's enough emotion outta me.;chatline3=Go report the job done to the Professor.;chatline4=I'm sure she'll be thrilled.;chatline5=...Course, here's your reward. A few extra. For the season.)
  519. }
  520. }
  521. stage=11
  522. {
  523. {
  524. description=Chat to Professor Ras.
  525. hint=She's at /warp Nyr.
  526. timestocomplete=1
  527. hidden=False
  528. infinite=False
  529. triggers
  530. {
  531. show_title(delay=1;titletext=Nightmare at the Arcade;titlecolour=aqua;subtitletext=Seasonal Quest Complete!;subtitlecolour=dark_gray)
  532. }
  533. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=He... he did it? Wait, he *saved* you?;chatline2=Goddamn. If he didn't... The headlines would be awful. And we'd have lost a great trainer.;chatline3=It seems he's more competent than I gave him credit for.;chatline4=How about this: I'll focus on synthesizing a cure for Ultra Shifted Pokemon.;chatline5=And, of course, the key.;chatline6=In the meantime, could you work with Lethe himself to keep things under control?;chatline7=This of course means you'll be reporting to him, instead of me. Good job trainer. I'll see you in a while.)
  534. }
  535. }
  536. }
  537.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement