tatiana_lab.qsrc 89 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434
  1. # tatiana_lab
  2. !!2021/04/01
  3. if $ARGS[0] = 'start':
  4. cla & *clr
  5. $menu_loc = 'tatiana_lab'
  6. $menu_arg = 'start'
  7. menu_off = 0
  8. CLOSE ALL
  9. minut += 5
  10. gs 'stat'
  11. gs 'themes', 'indoors'
  12. '<center><b><font color="maroon">Tatianas'' Laboratory</font></b></center>'
  13. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/lab/lab.jpg"></center>'
  14. if succubusflag = 1 and sucbypass = 0:
  15. if sucpcinfo < 2:
  16. xgt 'tatiana_lab', 'suctraining'
  17. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  18. xgt 'tatiana_lab', 'suctraining'
  19. end
  20. elseif succubusflag = 1 and sucbypass = 1:
  21. sucbypass = 0
  22. end
  23. act 'Leave':
  24. cla
  25. minut += 5
  26. gt 'city_center'
  27. end
  28. !! if tatina_missionday < daystart:
  29. !! gt 'tatiana_lab', 'missions'
  30. !! end
  31. act 'Train with Gustav':
  32. cla
  33. gt 'tatiana_lab', 'Gustav'
  34. end
  35. act 'Talk with Tatiana':
  36. cla
  37. gt 'tatiana_lab', 'Tatiana'
  38. end
  39. if judosparday ! daystart:
  40. act 'Sparring (Gustav, mutant - power over 9000)':
  41. cla
  42. judosparday = daystart
  43. gs 'boyStat', 'A175'
  44. gs 'fight','initFight'
  45. gs 'fight_npcdata', 'gustav'
  46. gt 'fight', 'start'
  47. end
  48. end
  49. if tatianasparday ! daystart:
  50. act 'Sparring (Tatiana, magician - body magic)':
  51. cla
  52. tatianasparday = daystart
  53. gs 'boyStat', 'A176'
  54. gs 'fight','initFight'
  55. gs 'fight_npcdata', 'tatiana'
  56. gt 'fight', 'start'
  57. end
  58. end
  59. !!!Has to be adjusted to match TatianaMissionQW value for latest mission (see 'tatiana_missions')
  60. TatianaMissionTotal = 3
  61. if tobiQW > 0 and TatianaMissionDay + 30 < daystart and TatianaMissionQW < TatianaMissionTotal:
  62. 'You have a feeling Tatiana might want to talk to you about something...'
  63. act 'Ask Tatiana what she wants':gt 'tatiana_lab','missions'
  64. end
  65. end
  66. if $ARGS[0] = 'Gustav':
  67. cla
  68. clr
  69. *clr
  70. minut += 5
  71. gs 'stat'
  72. gs 'themes', 'indoors'
  73. '<center><b><font color="maroon">Gustav</font></b></center>'
  74. '<center><img <<$set_imgh>> src="images/characters/city/jugo/jugopre.jpg"></center>'
  75. 'Gustav is sitting on floor and staring off into space.'
  76. act 'Leave':gt 'tatiana_lab', 'start'
  77. if gustavday ! daystart and pcs_energy >= 20:
  78. act 'Develop strength (1:00)':gs 'tatiana_lab', 'GustavDevelop', 'stren_exp'
  79. act 'Develop agility (1:00)':gs 'tatiana_lab', 'GustavDevelop', 'agil_exp'
  80. act 'Develop reactions (1:00)':gs 'tatiana_lab', 'GustavDevelop', 'react_exp'
  81. act 'Develop endurance (1:00)':gs 'tatiana_lab', 'GustavDevelop', 'vital_exp'
  82. elseif gustavday ! daystart:
  83. act 'Develop strength (1:00)': '<br><font color="red">You feel too hungry to do this.</font>'
  84. act 'Develop agility (1:00)': '<br><font color="red">You feel too hungry to do this.</font>'
  85. act 'Develop reactions (1:00)': '<br><font color="red">You feel too hungry to do this.</font>'
  86. act 'Develop endurance (1:00)': '<br><font color="red">You feel too hungry to do this.</font>'
  87. end
  88. end
  89. if $ARGS[0] = 'GustavDevelop':
  90. cla
  91. gs 'exercise', 'tier2', 60, $ARGS[1]
  92. gustavday = daystart
  93. 'You do exercises under the guidance of Gustav.'
  94. act 'Leave':gt 'tatiana_lab', 'Gustav'
  95. end
  96. if $ARGS[0] = 'BodyModActuate':
  97. ! Does the actual modification
  98. ! ARGS[1] = Mana cost
  99. ! ARGS[2] = Time for change
  100. ! $ARGS[3] = property to set
  101. ! ARGS[4] = value to set
  102. ! $ARGS[5] = Description of new val
  103. ! $ARGS[6] = Body part name
  104. ! $ARGS[7] = Body part for pain
  105. ! $ARGS[8] = extra code to run before
  106. bodyModMana = ARGS[1]
  107. bodyModTime = ARGS[2]
  108. $bodyModStat = $ARGS[3]
  109. bodyModVal = ARGS[4]
  110. $bodyModDesc = $ARGS[5]
  111. $bodyModType = $ARGS[6]
  112. $bodyModPain = $ARGS[7]
  113. $bodyModExtra= $ARGS[8]
  114. if pcs_mana >= bodyModMana:
  115. dynamic $bodyModExtra
  116. dynamic "<<$bodyModStat>> = <<bodyModVal>>"
  117. pcs_mana -= bodyModMana
  118. gs 'arousal', 'flash', 30
  119. minut+=bodyModTime-30
  120. pain[$bodyModPain] = 100
  121. gs 'stat'
  122. gt 'tatiana_lab', 'BodyModded', $bodyModType, $bodyModDesc
  123. else
  124. *pl 'Tatiana says, "You don''t have enough mana to pull this off. Rest and we can try again later."'
  125. end
  126. killvar 'bodyModMana'
  127. killvar 'bodyModTime'
  128. killvar '$bodyModStat'
  129. killvar 'bodyModVal'
  130. killvar '$bodyModDesc'
  131. killvar '$bodyModType'
  132. killvar '$bodyModPain'
  133. killvar '$bodyModExtra'
  134. end
  135. if $ARGS[0] = 'ListBuilder':
  136. ! Builds a list of Attributes to be able to change
  137. ! $ARGS[1] = Name of the attribute
  138. ! $ARGS[2] = Mana cost of the change
  139. ! $ARGS[3] = Time the change will take
  140. ! $ARGS[4] = Array name of change value display string
  141. ! $ARGS[5] = Array name of value to change attribute to, 'i' means, just use array position
  142. ! $ARGS[6] = variable name of attribute to change
  143. ! $ARGS[7] = pain location
  144. ! $ARGS[8] = extra code to run before
  145. $bodyModType = $ARGS[1]
  146. bodyModMana = ARGS[2]
  147. bodyModTime = ARGS[3]
  148. $bodyModDesc = $ARGS[4]
  149. $bodyModIndx = $ARGS[5]
  150. $bodyModStat = $ARGS[6]
  151. $bodyModPain = $ARGS[7]
  152. $bodyModExtra= $ARGS[8]
  153. $hairColors[0]='black'
  154. $hairColors[1]='brown'
  155. $hairColors[2]='red'
  156. $hairColors[3]='blonde'
  157. hairTypes[0]=5 & $hairTypes[0]='extremely short'
  158. hairTypes[1]=31 & $hairTypes[1]='pixie-cut'
  159. hairTypes[2]=81 & $hairTypes[2]='medium'
  160. hairTypes[3]=161 & $hairTypes[3]='shoulder-length'
  161. hairTypes[4]=261 & $hairTypes[4]='long'
  162. hairTypes[5]=401 & $hairTypes[5]='very long'
  163. hairTypes[6]=601 & $hairTypes[6]='extremely long'
  164. $lipSize[0]='thin'
  165. $lipSize[1]='normal'
  166. $lipSize[2]='plump'
  167. $lipSize[3]='pouty'
  168. $lipSize[4]='pillowy'
  169. $eyeColors[0]='brown'
  170. $eyeColors[1]='grey'
  171. $eyeColors[2]='green'
  172. $eyeColors[3]='blue'
  173. $eyeLashes[0]='short'
  174. $eyeLashes[1]='average'
  175. $eyeLashes[2]='long'
  176. $eyeLashes[3]='lavish'
  177. $eyeLashes[4]='show-stealing'
  178. $eyeLashes[5]='long, jewel-dusted'
  179. breastSize[0]=5 & $breastSize[0]='AA'
  180. breastSize[1]=10 & $breastSize[1]='A'
  181. breastSize[2]=15 & $breastSize[2]='B'
  182. breastSize[3]=20 & $breastSize[3]='C'
  183. breastSize[4]=25 & $breastSize[4]='D'
  184. breastSize[5]=30 & $breastSize[5]='E'
  185. breastSize[6]=35 & $breastSize[6]='F'
  186. breastSize[7]=40 & $breastSize[7]='G'
  187. breastSize[8]=45 & $breastSize[8]='H'
  188. breastSize[9]=50 & $breastSize[9]='I'
  189. breastSize[10]=55 & $breastSize[10]='J'
  190. breastSize[11]=60 & $breastSize[11]='K'
  191. $ListStr = "<B><<$bodyModType>></B>"
  192. i = 0
  193. :BodyModLoop
  194. if i < arrsize('<<$bodyModDesc>>'):
  195. if $bodyModIndx = 'i':
  196. bodymodValue = i
  197. else
  198. bodymodValue = dyneval("result = <<$bodyModIndx>>[<<i>>]")
  199. end
  200. $bodyModDescX = dyneval('$result = <<$bodyModDesc>>[<<i>>]')
  201. $ListStr = $ListStr + "<br><a href=""EXEC:gs 'tatiana_lab','BodyModActuate',<<bodyModMana>>,<<bodyModTime>>,'<<$bodyModStat>>',<<bodymodValue>>,'<<$bodyModDescX>>','<<$bodyModType>>','<<$bodyModPain>>','<<$bodyModExtra>>'""><<$bodyModDescX>></a>"
  202. i += 1
  203. jump 'BodyModLoop'
  204. end
  205. killvar 'i'
  206. killvar '$bodyModDescX'
  207. killvar 'bodymodValue'
  208. killvar '$bodyModType'
  209. killvar 'bodyModMana'
  210. killvar 'bodyModTime'
  211. killvar '$bodyModDesc'
  212. killvar '$bodyModIndx'
  213. killvar '$bodyModStat'
  214. killvar '$bodyModPain'
  215. killvar '$bodyModExtra'
  216. $result = $ListStr
  217. killvar '$ListStr'
  218. end
  219. if $ARGS[0] = 'BodyModded':
  220. ! Landing page for having Body Mod done.
  221. ! $ARGS[1] = Name of the attribute
  222. ! $ARGS[2] = new value of attribute
  223. $bodyModType = $ARGS[1]
  224. $bodyModVal = $ARGS[2]
  225. cls & cla
  226. act 'Thank you':gt 'tatiana_lab', 'Tatiana'
  227. "You feel a bit drained and tingly all over. You look in the mirror."
  228. "Your <<$bodyModType>> is now <<$bodyModVal>>."
  229. """Thanks Tatiana!"""
  230. end
  231. if $ARGS[0] = 'Tatiana':
  232. cls
  233. $loc = 'tatiana_lab'
  234. $loc_arg = 'Tatiana'
  235. minut += 5
  236. gs 'stat'
  237. gs 'themes', 'indoors'
  238. '<center><b><font color="maroon">Tatiana</font></b></center>'
  239. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  240. 'Tatiana is always studying something.'
  241. if succubusflag = 1:
  242. if tatisucsex > 0 and sucinfoday ! 0 and sucinfoday <= daystart:
  243. '"Hey <<$pcs_nickname>>!'
  244. '"I''ve gotten some more information about Succubae!"'
  245. if sucpcinfo = 4 and succublvl >= 2:
  246. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  247. sucpcinfo = 5
  248. sucinfoday = daystart + 10 + rand(0,7)
  249. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  250. exit
  251. elseif sucpcinfo = 5:
  252. '"I heard from an old friend of mine who is now living in Morocco and also has a Succubus for a lover. She said that after they had been together for some time, they discovered that with her help, her Succubus lover learned something new."'
  253. sucpcinfo = 6
  254. sucinfoday = daystart + 17 + rand(0,7)
  255. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  256. exit
  257. elseif sucpcinfo = 6:
  258. '"I heard from one of my contacts. He''s living in Las Vegas in America, which, apparently, is the Succubus capital of North America, and he passed along two pieces of information."'
  259. sucpcinfo = 7
  260. !! The +9000000 is so I can easily reset it when the next Skill upadtes are ready.
  261. sucinfoday = daystart + 9000000
  262. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 3
  263. exit
  264. end
  265. end
  266. if tatisucsex ! 0 and tatisucsexask ! daystart: act 'Ask if she wants to have sex': tatianasucsexask = daystart & gt 'tatiana_lab', 'Tatianasucsexask'
  267. if sucpcinfo >= 4: act 'Ask her about Succubae': gt 'tatiana_lab', 'Tatianasuctalk'
  268. end
  269. act 'Leave':gt 'tatiana_lab', 'start'
  270. act 'Ask for help with your appearance':
  271. cla
  272. '"Tatiana, I''m having problems with my body image. I''m not happy and was hoping that you might be able to help me."'
  273. *nl
  274. '"It''s possible, but I will have to draw on your magical energy. It will cost some of your mana to perform a spell."'
  275. '"Also, this will be painful. The magic will force your flesh into new shapes."'
  276. $HairColorTab = func('tatiana_lab', 'ListBuilder', 'Hair Color', 500, 60, '$hairColors','i', 'pcs_haircol','hair', 'nathcol = bodyModVal')
  277. $HairLengthTab = func('tatiana_lab', 'ListBuilder', 'Hair Length',200, 120,'$hairTypes', 'hairTypes', 'pcs_hairlng','hair', '')
  278. $EyeColorTab = func('tatiana_lab', 'ListBuilder', 'Eye Color', 300, 120,'$eyeColors', 'i', 'pcs_eyecol', 'eye', '')
  279. $EyeLashTab = func('tatiana_lab', 'ListBuilder', 'Eye Lashes', 100, 30, '$eyeLashes', 'i', 'pcs_lashes', 'eye', '')
  280. $LipTab = func('tatiana_lab', 'ListBuilder', 'Lip Size', 300, 120,'$lipSize', 'i', 'pcs_lip', 'lip', '')
  281. $BreastTab = func('tatiana_lab', 'ListBuilder', 'Breast Size',1000,240,'$breastSize','breastSize','nbsize', 'breasts','magicf2b=0')
  282. $SkinTab = "<a href=""EXEC:gs 'tatiana_lab','BodyModActuate',1000,240,'pcs_skin',1000,'clear','Skin','chest',''"">Clear Skin</a>"
  283. $VirginTab = "<a href=""EXEC:gs 'tatiana_lab','BodyModActuate',1000,120,'pcs_vag',0,'renewed','Virginity','vaginal',''"">Renew Virginity</a>"
  284. $SiliconeTab = "<a href=""EXEC:gs 'tatiana_lab','BodyModActuate',1000,240,'fillimplant',0,'natural again','Boobs','breasts','brSurTemp = 0 & stringimplant = 0'"">Remove Silicone</a>"
  285. $SpellListStr = "<CENTER>
  286. <TABLE CELLPADDING = '5'>
  287. <TR>
  288. <TD><<$SkinTab>></TD>
  289. <TD><<$VirginTab>></TD>
  290. <TD><<$SiliconeTab>></TD>
  291. </TR>
  292. <TR>
  293. <TD VALIGN='top'><<$HairColorTab>></TD>
  294. <TD VALIGN='top'><<$EyeColorTab>></TD>
  295. <TD VALIGN='top'><<$BreastTab>></TD>
  296. </TR>
  297. <TR>
  298. <TD VALIGN='top'><<$HairLengthTab>></TD>
  299. <TD VALIGN='top'><<$EyeLashTab>></TD>
  300. <TD VALIGN='top'><<$LipTab>></TD>
  301. </TR>
  302. </TABLE>
  303. </CENTER>"
  304. *pl func('cleanHTML',$SpellListStr)
  305. killvar '$HairColorTab'
  306. killvar '$HairLengthTab'
  307. killvar '$EyeColorTab'
  308. killvar '$EyeLashTab'
  309. killvar '$LipTab'
  310. killvar '$BreastTab'
  311. killvar '$SkinTab'
  312. killvar '$VirginTab'
  313. killvar '$SiliconeTab'
  314. killvar '$SpellListStr'
  315. act 'No, no, I''ve changed my mind. Thank you.':gt 'tatiana_lab', 'Tatiana'
  316. act 'Restore your body to its original shape':
  317. cla
  318. '"Tatiana, I''m having problems with my body image. I''m not happy and was hoping that you might be able to help me."'
  319. '"It''s possible, but I will have to draw on your magical energy. It will cost 40 mana to perform a reset spell.'
  320. 'This will reduce excess fat, growth of body parts and high levels of silicone, moving you closer to your original body shape.'
  321. 'Do you wish to try this spell?'
  322. act 'No, no, I''ve changed my mind. Thank you.':gt 'tatiana_lab', 'Tatiana'
  323. if pcs_mana >= 40:
  324. act 'That sounds great, let''s do it!':
  325. *clr
  326. cla
  327. minut += 30
  328. dounspell = 1
  329. gs 'body', 'hardreset'
  330. gs 'stat'
  331. '<center><img <<$set_imgh>> src="images/characters/city/tatiana/magiclook.jpg"></center>'
  332. 'Tatiana lowers her glasses and stares deeply into your eyes. It feels like time just stops being a thing and you are floating.'
  333. 'It seems very soon afterwards when you snap back to reality, but the big clock on the lab wall tells you it''s been 30 minutes.'
  334. 'Your body has changed much as Tatiana said it would, and she is already busy checking nothing went wrong.'
  335. act 'Continue': gt 'tatiana_lab', 'Tatiana'
  336. end
  337. end
  338. end
  339. end
  340. if BurgerQW['IvanQW'] = 2 and poverKAR = 0 and softKAR = 0:
  341. act 'Ask Tatiana for help with Ivan':
  342. cla
  343. gs 'stat'
  344. 'You explain the situation and ask Tatiana for assistance. Tatiana says thoughtfully, "It doesn''t sound like there is any physical evidence of Ivan''s guilt, so you need a confession. I think it would be possible to capture and interrogate him. Or, you and I could try a more cunning approach to get the truth out of him. Either way, you need to capture it all on video."'
  345. act 'Military solution':
  346. cls
  347. poverKAR = 1
  348. gs 'stat'
  349. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  350. 'You decide to get Ivan to admit what he''s done by force. Tatiana tells you to go to Ivan''s apartment. There you will meet with Gustav, who will help resolve the issue. She stresses that you keep an eye on him in case he starts getting distraught. Apparently when he does, he turns into a monster.'
  351. act 'Leave':gt 'tatiana_lab', 'Tatiana'
  352. end
  353. act 'Trick him':
  354. cls
  355. softKAR = 1
  356. gs 'stat'
  357. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  358. 'You decide to trick Ivan into admitting what he''s done. Tatiana tells you to go to Ivan''s apartment and that she will meet you there.'
  359. act 'Leave':gt 'tatiana_lab', 'Tatiana'
  360. end
  361. end
  362. elseif poverKAR = 2:
  363. act 'Approach Tatiana about the attack on Ivan''s apartment':
  364. cla
  365. poverKAR = 3
  366. 'You come to Tatiana, and she sighs. "Yes, you failed. That bullet Gustav caught in his head made his strength go up to the next level, almost invulnerable but deprived of his mind. That''s why he couldn''t stop himself from killing Ivan before you could get a confession out of him. There are pluses. The cops think it was just a gas explosion for one, so you probably don''t need to worry about much of an investigation. But now you are going to have to pay the debt if you don''t want to go to jail. "'
  367. act 'Leave':gt 'tatiana_lab', 'Tatiana'
  368. end
  369. end
  370. if Tatianaday ! daystart:
  371. act 'Develop your intelligence (1:00)':
  372. cla
  373. gs 'exp_gain', 'intel', rand(3, 6)
  374. minut += 60
  375. Tatianaday = daystart
  376. 'You study with Tatiana developing your intellect.'
  377. act 'Leave':gt 'tatiana_lab', 'Tatiana'
  378. end
  379. act 'Develop your inner spirit (1:00)':
  380. cla
  381. gs 'exp_gain', 'sprt', rand(3, 6)
  382. minut += 60
  383. Tatianaday = daystart
  384. 'You meditate with Tatiana improving your spirituality.'
  385. act 'Leave':gt 'tatiana_lab', 'Tatiana'
  386. end
  387. end
  388. gs 'spellList', 'teacherActions', '$basicSpells', 'tatiana_lab', 'Tatiana'
  389. gs 'spellList', 'teacherActions', '$healSpells', 'tatiana_lab', 'Tatiana'
  390. if tat_lesson_number <= 8 and pcs_mana >= 1000:
  391. act 'Are there other spells you can teach me? (1:00)': gt 'tatiana_lab', 'teach'
  392. end
  393. if pcs_magik >= 5 and spellavtoklon = 0:
  394. act 'Learn technique preparation (1:00)':
  395. cla
  396. minut += 60
  397. spellavtoklon = 1
  398. 'You learn the technique preparation. This technique allows you to enter into battle with three clones already created.'
  399. act 'Leave':gt 'tatiana_lab', 'Tatiana'
  400. end
  401. end
  402. if pcs_magik >= 6 and spellbefshild = 0:
  403. act 'Learn technique pre-shield (1:00)':
  404. cla
  405. minut += 60
  406. spellbefshild = 1
  407. 'You learn the technique pre-shield. This technique allows you to enter into battle with a magical shield protecting you against physical attacks.'
  408. act 'Leave':gt 'tatiana_lab', 'Tatiana'
  409. end
  410. end
  411. !! Succubus specific skill training.
  412. if succubusflag = 1:
  413. if sucpcinfo >= 4 and sucskill < 1:
  414. act 'Learn to monitor your Succubus Energies (may take some time)':
  415. cla
  416. minut += 30
  417. sucskill = 1
  418. gs 'stat'
  419. 'You spend 30 minutes meditating with Tatiana in a light link with you as she shows you how to tell what your Succubus energy levels are.'
  420. 'You open your eyes and look at Tatiana sitting across from you.'
  421. 'She is flushed, breathing hard, and her nipples are showing clearly through her blouse.'
  422. if 1 + (succublvl * 2) + tatisucsex < 20 and rand(0,100) < 90:
  423. 'After a moment, she gives herself a shake and pulls herself together before saying, "There you go!"'
  424. 'She then stands up and goes back to her studying.'
  425. act 'Finish': gt 'tatiana_lab', 'Tatiana'
  426. else
  427. xgt 'tatiana_lab', 'suctrainsex'
  428. end
  429. end
  430. elseif sucpcinfo >= 5 and sucskill < 2:
  431. act 'Learn to increase your energy storage (may take some time)':
  432. cla
  433. minut += 5
  434. 'You settle into a meditative state and link with Tatiana.'
  435. if succhungry > -2:
  436. gs 'stat'
  437. 'After a few minutes, you feel Tatiana break the link and say, "<<$pcs_nickname>>, you need to build up <i>two</i> days of reserve before we do this training."'
  438. 'She then stands up and goes back to her studying.'
  439. act 'Finish': gt 'tatiana_lab', 'Tatiana'
  440. exit
  441. end
  442. minut += 55
  443. gs 'stat'
  444. sucskill = 2
  445. 'Tatiana shows you how to build a storage reservoir that draws the excess energy in before your body uses it.'
  446. 'Once you''re finished, Tatiana is again showing clear signs of arousal, and she says, "You know, touching your power is a really, <i>really</i>, intense experience!"'
  447. 'She then closes her eyes and visibly tries to get ahold of herself.'
  448. if tatisucsex >= 20 or rand(1,100) < 95:
  449. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  450. 'She then stands up and goes back to her studying.'
  451. act 'Finish': gt 'tatiana_lab', 'Tatiana'
  452. else
  453. 'Then her eyes snap open, and you feel arousal suddenly flooding the link!'
  454. xgt 'tatiana_lab', 'suctrainsex'
  455. end
  456. end
  457. elseif sucpcinfo >= 6 and sucskill < 3:
  458. if money >= 5000 and sctrainprep = 0:
  459. act 'Ask her about the preparations and training':
  460. cla
  461. gs 'stat'
  462. minut += 60
  463. 'You ask her what''s involved in the training and preparations.'
  464. 'She spends some time explaining the technical details of what you need to do during the "ritual", then says,'
  465. '"The preparations will take 7 days, I''ll need 3000 <b>₽</b to modify one of my devices to pull in free sexual energy from the adult businesses around here and another 2000 <b>₽</b> to make several potions we''ll need, one of which is going to temporarily make me into a sexual energy "battery" and the others are so we can do the ritual without hurting ourselves.'
  466. '"Once I start, you''ll have 2 days to tell me to abort, after that I will have started building up the charge. We would not be able stop ourselves, and premature sex could kill us, so I''ll be putting up a barrier to keep you out until 7 days have passed, and I''ll set it not to let you through unless you have 3 days of reserves and 100 units of stored energy.'
  467. '"Once I''ve built up to a full charge, I''ll only be able to hold it for a day, after that I''ll have to release it. The "battery" potion itself as well as the materials for it will not keep, so abort after I start or fail to show up on time and 2000 <b>₽</b> will have been wasted.'
  468. '"So, do you want me to start the preparations?"'
  469. act 'Yes':
  470. cla
  471. money -= 5000
  472. sctrainprep = 1
  473. tatisucsexday = daystart + 7
  474. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  475. if tatisucsex > 0:
  476. 'She then pulls you in for a quick kiss before adding, "Now get out of here, I can''t have you distracting me!"'
  477. else
  478. 'She then surprises you with a peck on the cheek before adding, "Now get out of here, I can''t have you distracting me!"'
  479. end
  480. act 'Leave':
  481. minut += 5
  482. gt 'city_center'
  483. end
  484. end
  485. act 'Not Yet': gt 'tatiana_lab', 'Tatiana'
  486. end
  487. elseif money >= 2000 and sctrainprep = -1:
  488. act 'Ask her to redo the preparations':
  489. cla
  490. 'Are you sure? The same things from before apply; 2 days to abort, the barrier, 3 days of reserves and 100 units of stored energy, 8 to 10 hours once I''m fully charged... Another 2000 <b>₽</b> wasted. Are you <i>really</i> sure?'
  491. act 'Yes':
  492. cla
  493. money -= 2000
  494. sctrainprep = 1
  495. tatisucsexday = daystart + 7
  496. '"Ok, I''ll get started! Be here next <<$week[week]>> with 3 days of reserves and 100 units of stored energy."'
  497. '"Now get out of here, I can''t have you distracting me!"'
  498. act 'Leave':
  499. minut += 5
  500. gt 'city_center'
  501. end
  502. end
  503. act 'Not Yet': gt 'tatiana_lab', 'Tatiana'
  504. end
  505. end
  506. elseif sucpcinfo >= 7 and sucskill < 4 and maddildo = 1 and sucexcess >= 100:
  507. act 'Ask Tatiana about the accommodation training':
  508. cla
  509. 'Tatiana asks, "Are you ready to do the accommodation training?"'
  510. act 'Yes, I''m ready. (can take a lot of time)':
  511. cls
  512. cla
  513. minut += 120
  514. gs 'stat'
  515. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  516. 'She walks you through everything you need to do while leading you to the couch.'
  517. 'Once there, as you are stripping, so is she! At your look, she says, "What? I don''t want to tear my clothes if one of us slips."'
  518. 'You settle onto the couch then work a massive dildo into your snatch. After working the dildo for a bit, with Tatiana in a light link guiding you, you switch to your ass. You work there for a while before switching back. You continue this way for nearly two hours, concentrating so hard you only have two orgasms, before you feel your body responding as it should. A quick test and you’re done.'
  519. sucskill = 4
  520. sucexcess -= 100
  521. act 'Continue':
  522. pcs_horny = 0
  523. 'As you''re finishing, you notice Tatiana has her eyes closed and is visibly trying to get ahold of herself.'
  524. if tatisucsexday < daystart or rand(1,100) > 95:
  525. 'Then her eyes snap open, and you feel arousal suddenly flooding the link!'
  526. xgt 'tatiana_lab', 'suctrainsex'
  527. else
  528. cla
  529. 'After several moments, she pulls herself together, opens her eyes, smiles at you, and says, "There, I knew I could do it!"'
  530. 'She then stands up and goes back to her studying.'
  531. act 'Finish': gt 'tatiana_lab', 'Tatiana'
  532. end
  533. end
  534. end
  535. act 'Not Yet': gt 'tatiana_lab', 'Tatiana'
  536. end
  537. end
  538. end
  539. if AlexandriaQW <=2 and pfilmNO = 1:
  540. act 'Tell Tatiana that you can''t finish the Aphrodite job.':
  541. cla
  542. minut +=5
  543. AlexandriaQW = 3
  544. gs 'stat'
  545. '"Tatiana, I have a problem. It seems that I''ve been blacklisted and can''t enter the Aphrodite building."'
  546. 'She tilts her head and seems to think the problem over, but it looks like she isn''t too worried by this revelation.'
  547. '"Hmm, that complicates the job somewhat, <<$pcs_nickname>>. It seems that the curse is only active during operating hours, so sneaking back in during the night isn''t an option."'
  548. '"So... I need to sneak back in there during daylight hours?"'
  549. 'Tatiana just snorts. "Don''t worry, <<$pcs_nickname>>, I have Gustav for those sorts of jobs. No, I was thinking of an <i>alternative.</i>" She gives you a look that makes you shiver, then continues, "I know a way to help you infiltrate the place so you can look for the item in question. When the moment feels right, go to the Aphrodite building and give me a call. But remember, only when it''s open."'
  550. 'Saying this, Tatiana turns towards her studies, leaving you to your own devices.'
  551. act 'Continue': gt 'tatiana_lab', 'Tatiana'
  552. end
  553. end
  554. if AlexandriaQW =4 or AlexandriaQW =5:
  555. act 'Tell Tatiana about the Aphrodite job.':
  556. *clr & cla
  557. '<center><img <<$set_imgh>> src="images/characters/city/alexandria/photo.jpg"></center>'
  558. 'It is time to tell Tatiana about your experience in Aphrodite. You head over to her and begin to explain everything, beginning with how you snooped around the agency and continuing with how you met her double. When you reach the part where you met Aleksei, Tatiana quickly walks towards a cabinet and pulls out an old photo, showing it to you. The image, taken in black and white, shows an armed Aleksei.'
  559. '"<<$pcs_nickname>>, are you sure that you met this woman? Blonde? Bossy? Tall?"'
  560. '"Yes, I am pretty sure. Is that bad?"'
  561. 'Tatiana pinches the bridge of her nose and sighs. "Yeah, <<$pcs_nickname>>, it''s pretty bad. Aleksei... Well, Alexandria, is an ex-councilor and probably one of the most powerful electric wizards in the world. Remember how The Amulet of Power isn''t supposed to end up in the hands of a woman? Well, she was looking for a form to obtain it, the back alleys word is that the quest made her magic <i>quirky</i>, and that beautiful blonde hair is the consequence of a simple scare."'
  562. '"So... Pretty bad?"'
  563. '"You have no idea <<$pcs_nickname>>." Tatiana sighs. "Look, we are talking here of a <i>centuries</i> old mindset, the one that yearns for the times where cannibalizing non-magical children was fashionable to recharge your energies. Do yourself a favor, just lie down and let Reinhold take care of this."'
  564. minut +=5
  565. gs 'stat'
  566. act '"Okay, Tatiana, and what do I get out of this job?"':
  567. *clr & cla
  568. '<center><table><tr><td><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></td><td><img <<$set_imgh>> src="images/characters/city/jugo/jugopre.jpg"></tr></td></table></center>'
  569. 'Tatiana gives you a half-smile, and you understand that she isn''t going to pay you for the Aphrodite job.'
  570. if AlexandriaQW =4:
  571. money += 5000
  572. 'However, at that moment, to everyone''s surprise, Gustav sneaks up to your side and grabs your hand, placing a roll of bills on it. "Take this, <<$pcs_nickname>>. You succeeded in beating Tatiana''s double, and if not for Alex, the film would be here."'
  573. if pfilmNO = 1:
  574. 'Gustav just stands there staring at a flabbergasted Tatiana who, after a beat, simply shrugs. "Okay, Gustav, don''t suggest that I am scrimpy or anything... Jeez..."'
  575. else
  576. 'Gustav just stands there staring at a flabbergasted Tatiana who, after a beat, simply shrugs. "Okay, Gustav, don''t suggest that I am scrimpy or anything... Jeez. I was going to speak to some of the people in the agency on her behalf, but now... Okay, fine. <<$pcs_nickname>>, I will do it anyway."'
  577. gs 'fame', 'city', 'modelling', 10
  578. end
  579. else
  580. '"<<$pcs_nickname>>, you''ve failed to bring me the film. Instead, it has ended up in the hands of a powerful magician, who may be planning to use it against us."'
  581. if pfilmNO = 1:
  582. 'You open your mouth to protest that it isn''t your fault, but one look at Tatiana''s face tells you that she''s already made up her mind... Fuck!'
  583. else
  584. gs 'fame', 'city', 'modelling', 10
  585. 'You open your mouth to protest that it isn''t your fault, but before you can, Tatiana raises her hands consolingly.'
  586. '"Don''t worry, <<$pcs_nickname>>, you''re not going to leave empty-handed. I''m going to speak to some of the people in the agency on your behalf. It''ll be good for your modelling career."'
  587. end
  588. end
  589. AlexandriaQW = 6
  590. minut +=5
  591. gs 'stat'
  592. *nl
  593. 'Tatiana returns to her job, and before you can ask any more questions, Gustav grabs your arm to take you away.'
  594. 'As you walk, he presses a post-it into your hand. "Take this, <<$pcs_nickname>>. Now you can meet Alex."'
  595. '"What? How? Why?" You ask, more than a little confused.'
  596. 'After a moment of silence, the mutant shrugs. "I''m good at finding people. I knew that a powerful wizard had made his home in Saint Petersburg, and after overhearing what you said, I put two-and-two together. The rest is complicated. I think that Alex just wanted to talk. Messing with The Council isn''t on anyone''s agenda, and now that Reinhold is involved, you''re less likely to be in danger."'
  597. 'You look at the post-it. Scrawled on it are directions to a place in the suburbs. To reach it, you must take the metro. There is a station nearby, but are you going to go and meet Alex?'
  598. act 'Continue':gt 'tatiana_lab', 'Tatiana'
  599. end
  600. end
  601. end
  602. end
  603. if $ARGS[0] = 'teach':
  604. *clr & cla
  605. menu_off = 1
  606. if tatiana_teach_escalation = 0:
  607. '<center><img src="images/characters/city/tatiana/sex-machines.jpg"></center>'
  608. 'A suddenly excited Tatiana grabs your hand and pulls you towards an adjacent, half-hidden room. Inside is some kind of workshop/storeroom with boxes, tools and odd-looking items shoved into shelves, whose order is soon turned upside down as Tatiana begins to throw all kinds of things over a bed, where some half-finished machine lies undisturbed.'
  609. '"Okay <<$pcs_nickname>>, a quick recap." She then picks some of the tools and sits in the bed cross-legged, her hands extending towards the machine. "The Talisman has filled you with mana, making you something like a living battery. This mana is liberated when you orgasm, reinforcing your magical power. Is everything clear?"'
  610. 'She stops to see if you are following her explanation, and when you gesture for her to continue, Tatiana restarts hammering the poor <i>whatever</i> that thing is.'
  611. '"<<$pcs_nickname>>, remember when I asked for your help in my investigations? Well, during your first... ehm... surge, you didn''t absorb all the energy, and the leftovers burned the magic tripwire I left to watch over you, traveled back towards me and slapped my beautiful ass. To be blunt, I want those leftovers! And for that, we are going to use this!"'
  612. 'The <i>machine</i> is now complete. It looks like some sort of... saddle-like sex machine? Tatiana doesn''t stop and takes some other similar... dildo-equipped power tools from a shadowy corner were some boxes with the name <i>Fucking Machine</i> scrawled on them lay open.'
  613. act 'WTF?':
  614. *clr & cla
  615. '<center><img src="images/characters/city/tatiana/talisman.jpg"></center>'
  616. '"I guess that you want some explanation, correct? First: They are clean, I didn''t have time to enjoy them; Two: If you want some, try Dildopolis in the red light district; Three: No, I didn''t buy them, Gustav said that they are a <i>prize of war</i> but didn''t elaborate. Four: Catch this!"'
  617. 'Tatiana throws a little greenish item at you which you catch without a problem. It is a piece of pottery that sends a shiver up your hand and triggers a memory of... The Talisman of Power. It is a part of it.'
  618. '"Okay <<$pcs_nickname>>, this is what I want you to do. Pick your favorite one, use it and I will cast this modified sex ritual. The original was supposed to let a couple share their mana, but my version will substitute the partner for a sex machine, so when you orgasm and your body is flooded by the mana, the excess that is supposed to go to your partner will be absorbed by the fragment. Any questions?"'
  619. '"Ehm, several. Why is this so complicated? I mean... can''t you just tap on me, instead of using THAT?"'
  620. '"Yes and no <<$pcs_nickname>>. Tapping on your mana reserves isn''t really difficult, but the surge ones? They will burn me like a cinder, that''s why I need the fragment. It somehow conserves some mana-battery properties, letting this little ritual channel the excess energy towards it for later use. That is the deal, you get some magical training and I get some nice mana. So, are you ready for a ride?"'
  621. act '"I think I will pass for now"': tatiana_teach_escalation += 1 & gt 'tatiana_lab', 'start'
  622. act '"Let''s see"': gt 'tatiana_lab', 'teach_strip'
  623. end
  624. else
  625. gt 'tatiana_lab', 'teach_strip'
  626. end
  627. end
  628. if $ARGS[0] = 'teach_strip':
  629. *clr & cla
  630. if tat_lesson_number = 0: tat_lesson_number = 1
  631. '<center><video autoplay loop src="images/locations/pavlovsk/trainstation/bimbo.strip6.mp4"></video></center>'
  632. if pcs_inhib < 35:
  633. 'You squirm and blush under Tatiana''s nonchalant aptitude as she helps you undress to do what is essentially a magical peep show. Only the fact that she seems fully focused on the magical ritual, and the only guy that can peek not only isn''t in the room, but doesn''t appear interested in anything you two are going to do, lets you struggle towards fulfilling your deal with Tatiana.'
  634. else
  635. 'With Tatiana''s help, you quickly remove your clothes and wait patiently as she concentrates on the magical ritual. You even partake in sexy small talk to see if Gustav peeks, but he doesn''t appear interested in anything you two are going to do. After a few minutes have passed to let the magic condensate in the room, you are ready to fulfill your deal with Tatiana.'
  636. end
  637. !! NOTE - This action will determine the fucking machine event that initiates the chain.
  638. !! NOTE 2 - This action will be repeated every time Sveta asks to learn more spells, but the "act" must be restricted to Sveta''s current fucking machine level.
  639. if stat['think_virgin'] = 1 or tatiana_teach_escalation <= 2:
  640. act 'The saddle-looking one(No penetration)': gt 'tatiana_lab', 'saddle'
  641. end
  642. if tatiana_teach_escalation <= 4:
  643. act 'One of the dildoed power-tools(Anal)': gt 'tatiana_lab', 'teach_dildo_anal'
  644. act 'One of the dildoed power-tools(Vaginal)': gt 'tatiana_lab', 'teach_dildo_vag'
  645. end
  646. act 'Why choose only one?(????)': gt 'tatiana_lab', 'teach_full'
  647. act '"I think I will pass for now"': gt 'tatiana_lab', 'start'
  648. end
  649. if $ARGS[0] = 'saddle':
  650. *clr & cla
  651. '<center><img src="images/characters/city/tatiana/sex/riding.jpg"></center>'
  652. if pcs_horny > 50:
  653. 'As you approach the saddle-sex-machine, you can appreciate the amused smile on Tatiana''s face as the blush in your cheeks and the heaving in your chest show, without doubt, the arousal that is wetting your pussy. Maybe it''s an exhibitionist streak, or something else, but you''re pretty sure that you aren''t doing this just for another of Tatiana''s lessons.'
  654. else
  655. 'As you approach the saddle-sex-machine, Tatiana, concentrating on the ritual and without looking at you, passes you a KY Jelly bottle that you proceed to use in your pussy, the fresh substance sending shivers up your body as you concentrate on the task at hand.'
  656. end
  657. $orgasm_or = 'yes'
  658. gs 'arousal', 'vaginal_vibe', 30
  659. gs 'arousal', 'end'
  660. gs 'stat'
  661. 'Finally, psyched up, you smear some lube over the small dildo-like protrusions in the riding-machine, and with care, squat over them. It only takes a few seconds for the rubber ridges to slide into your vagina. A rubbery and sticky sensation extends across your outer and inner lips, caressing your clit without a total penetration.'
  662. 'Sighing slightly at the sensation, you reach for the controller, and after a moment and with a soft "BRRRR" the machine comes alive, stimulating in only one move all of your pussy. You close your eyes as soft moans escape your mouth.'
  663. 'You barely manage to stay over the machine. Your sweaty hands grab the controller, and push it for more power, steadily increasing the vibration as your voice and the machine sound compete to fill the room with their chorus.'
  664. 'Finally, the controller slips from your clenching fingers as your magical climax triggers, taking your breath and self-control away and sending wave after wave of magically enhanced pleasure pulsing through your body.'
  665. act 'Time for a lesson':
  666. if stat['think_virgin'] = 1 or tatiana_teach_escalation < 2:
  667. if pcs_vag ! 0: tatiana_teach_escalation += 1
  668. gt 'tatiana_lab', 'lesson<<tat_lesson_number>>'
  669. else
  670. gt 'tatiana_lab', 'Escalation1'
  671. end
  672. end
  673. end
  674. if $ARGS[0] = 'Escalation1':
  675. *clr & cla
  676. '<center><img src="images/characters/city/tatiana/tatiana.jpg"></center>'
  677. 'You stretch over the bed, happy in the magical afterglow and waiting for Tatiana to explain her lesson, but this time she seems distracted, walking from one side of the room to the other as she magically examines the pottery fragment. She even shakes it, as if trying to hear something.'
  678. '"Is something wrong Tatiana?"'
  679. 'She looks at you, her gaze lost into thinking "Yes <<$pcs_nickname>>. I am not sure why, but the ritual has failed to drain the excess mana. This complicates the situation."'
  680. '"So..." You begin asking, signaling towards the machine by your side "Are we going to continue using these?"'
  681. 'Tatiana stops looking in your direction, her gaze returning to focus on the fragment as a smile creeps onto her face.'
  682. '"Don''t worry my student, your role hasn''t ended, we just need to raise the bar. So, what tool do you choose?"'
  683. 'Saying this, Tatiana begins to push the power-tool-looking machines towards you.'
  684. act '"I think I will pass for now"': gt 'tatiana_lab', 'start'
  685. act 'One of the dildoed power-tools(Anal)': gt 'tatiana_lab', 'teach_dildo_anal'
  686. act 'One of the dildoed power-tools(Vaginal)': gt 'tatiana_lab', 'teach_dildo_vag'
  687. act 'Why choose only one?(????)': gt 'tatiana_lab', 'teach_dildo_vag', 'teach_full'
  688. end
  689. if $ARGS[0] = 'teach_dildo_anal':
  690. if tatiana_teach_escalation < 2: tatiana_teach_escalation = 2
  691. gs 'boyStat', 'D3'
  692. gs 'arousal', 'auto_lube', 'anal'
  693. $orgasm_or = 'yes'
  694. gs 'arousal', 'anal_dildo', 30
  695. gs 'arousal', 'end'
  696. gs 'stat'
  697. *clr & cla
  698. '<center><img src="images/characters/city/tatiana/sex/ass.jpg"></center>'
  699. if pcs_ass = 0:
  700. 'Grabbing a KY Jelly bottle, you meekly observe the piston-powered sex machine that calmy seems to wait for your virgin anus and ask yourself why you are doing this. Are you so desperate for magical knowledge?'
  701. 'Gathering your courage, you smear some lubricant onto your fingers and proceed to lube the dildo before with a sigh of discomfort, you push two fingers into your tight asshole, the sensation failing to relax the unspoiled aperture.'
  702. 'You then kneel and, grabbing the ass-breaker, slowly push it up your virgin ass, fighting against your natural resistance at the intrusion and feeling your anus constraining at the sensation, a feeling that makes you groan loudly.'
  703. elseif pcs_ass < 15:
  704. 'Grabbing a KY Jelly bottle, you observe the piston-powered sex machine that calmy seems to wait for your anus. You smear some lubricant onto your fingers and proceed to lube the dildo before, with a sigh, you push two fingers into your asshole, the sensation somewhat relaxing the aperture.'
  705. 'You then kneel and grab the ass-breaker, pushing it up your ass while trying to relax your hole, feeling the flesh wrap around the sensation, a feeling that makes you groan at the forceful intrusion.'
  706. else
  707. 'Grabbing a KY Jelly bottle, you observe the piston-powered sex machine that calmy seems to wait for your well-used anus with arousal as you ask yourself if you''re doing this for the magical knowledge or simply because you <i>want</i> to...'
  708. 'You quickly smear some lubricant onto your fingers and proceed to lube the dildo before, with a moan of pleasure, you push two fingers into your asshole, massaging your innards with a sensation that makes you moan in arousal.'
  709. 'You then kneel and grab the ass-breaker, pushing it up your ass, your innards welcoming it as a feeling that seems to fill some undetermined <i>hole</i> in your soul makes your heart rate skyrocket.'
  710. end
  711. 'With the power-tool firmly inserted up your ass, there is only a thing to do. You grab the control and activate the fucking machine. There is a mechanical "BRRR" and the device begins to pound your innards, making you clench your teeth inbetween moans and grunts.'
  712. 'You put a sticky hand between your thighs and proceed to play with your cunt, your clit throbbing at the power-dildo rhythm, making you lose your breath. Under the ritual''s influence, your growing arousal pushes against your magical core.'
  713. 'Finally, in a magical explosion, an orgasmic bliss surges through your body, making you crumble under the sex machine''s onslaught as mana starts flowing around the room.'
  714. act 'Time for a lesson':
  715. if tatiana_teach_escalation < 4:
  716. tatiana_teach_escalation += 1
  717. gt 'tatiana_lab', 'lesson<<tat_lesson_number>>'
  718. else
  719. gt 'tatiana_lab', 'Escalation2'
  720. end
  721. end
  722. end
  723. if $ARGS[0] = 'teach_dildo_vag':
  724. if tatiana_teach_escalation < 2: tatiana_teach_escalation = 2
  725. gs 'boyStat', 'D3'
  726. gs 'arousal', 'auto_lube', 'vag'
  727. $orgasm_or = 'yes'
  728. gs 'arousal', 'vaginal_dildo', 30
  729. gs 'arousal', 'end'
  730. gs 'stat'
  731. *clr & cla
  732. '<center><img src="images/characters/city/tatiana/sex/vag.jpg"></center>'
  733. if pcs_vag = 0:
  734. 'Grabbing a KY Jelly bottle, you meekly observe the piston-powered sex machine that calmy seems to await your virgin pussy. You ask yourself why you are doing this. Are you so desperate for magical knowledge?'
  735. 'Gathering your courage, you smear some lubricant onto your fingers and proceed to lube the dildo before, with a shiver at the sensation, begin to caress your lower lips, a pair of shy fingers spreading the lube into your unspoiled aperture.'
  736. 'You then kneel and grab the pussy-breaker, pushing it into your virgin cunt. There is a barely perceptible sting as your hymen is torn, a feeling that makes you groan.'
  737. elseif pcs_vag < 15:
  738. 'Grabbing a KY Jelly bottle, you observe the piston-powered sex machine that calmy seems to await your pussy. You smear some lubricant onto your fingers and proceed to lube the dildo before, with a sigh, you begin to caress your lower lips, a pair of fingers spreading the lube into your cunt.'
  739. 'You then kneel and grab the pussy-breaker, pushing it into your cunt as you try to relax, feeling the flesh relenting at the size of the dildo, a feeling that makes you groan.'
  740. else
  741. 'Grabbing a KY Jelly bottle, you observe the piston-powered sex machine that calmy seems to await your well-used pussy with arousal. You ask yourself if you''re doing this for the magical knowledge, or because you <i>want</i> to...'
  742. 'You smear some lubricant onto your fingers and proceed to lube the dildo before, with a sigh of pleasure, you begin to caress your lower lips, a pair of fingers spreading the lube into your cunt, massaging your vagina with a sensation that makes you moan with arousal.'
  743. 'You then kneel and grab the pussy-breaker, pushing it deep into your cunt, your pussy welcoming it as a feeling that seems to fill some undetermined <i>hole</i> in your soul and makes your heart rate skyrocket.'
  744. end
  745. 'With the power-tool firmly inserted into your cunt, there is only a thing to do. You grab the control and activate the fucking machine. There is a mechanical "BRRR" and the device begins to pound your pussy, making you clench your teeth inbetween moans and grunts.'
  746. 'You put a sticky hand between your thighs and proceed to play with your throbbing clit, trying to follow the power-dildo rhythm, making you lose your breath. Under the ritual''s influence, your growing arousal pushes against your magical core.'
  747. 'Finally, in a magical explosion, an orgasmic bliss surges through your body, making you crumble under the sex machine''s onslaught as mana starts flowing around the room.'
  748. act 'Time for a lesson':
  749. if tatiana_teach_escalation < 4:
  750. tatiana_teach_escalation += 1
  751. gt 'tatiana_lab', 'lesson<<tat_lesson_number>>'
  752. else
  753. gt 'tatiana_lab', 'Escalation2'
  754. end
  755. end
  756. end
  757. if $ARGS[0] = 'Escalation2':
  758. *clr & cla
  759. '<center><img src="images/characters/city/tatiana/tatiana.jpg"></center>'
  760. 'You sigh contentedly as the mana is liberated by your core and spreads through your body, a feeling of elation filling your mind as your magical power is pushed beyond its limit.'
  761. '"Uh... That is interesting." Tatiana mumbles, taking you away from your reverie. She is cross-legged on the floor ignoring you, her attention fully focused on the talisman fragment.'
  762. '"Let me guess. It didn''t work?"'
  763. 'She looks at you for a moment before returning to her magical musing, then, laying down on the floor in thought before sitting up and snapping her fingers in your direction.'
  764. '"No <<$pcs_nickname>>, it''s actually worked perfectly, <i>too<i> perfectly. It seems that the mana influx has reactivated the no-woman limitation, so this little piece of pretty garbage has locked me out of the wonderful mana inside."'
  765. 'She gets up with a jump and proceeds to grab all the fucking machines, placing them within your reach.'
  766. '"Fortunately, we can break that limitation with a sensory overload, so... Ready to give the show of your life?"'
  767. 'You look at the smiling Tatiana, the talisman and the sex machines, the realization forming in your mind that Tatiana wants you to use <i>all</i> of them.'
  768. act '"I think I will pass for now"': gt 'tatiana_lab', 'start'
  769. act 'The show must go on': gt 'tatiana_lab', 'teach_full'
  770. end
  771. if $ARGS[0] = 'teach_full':
  772. if tatiana_teach_escalation < 4: tatiana_teach_escalation = 4
  773. gs 'arousal', 'auto_lube', 'anal'
  774. gs 'stat'
  775. *clr & cla
  776. '<center><img src="images/characters/city/tatiana/sex/f1.jpg"></center>'
  777. 'You bend over a yoga mat and wait as Tatiana puts on a pair of surgical gloves with a "SNAP!", the sound making you turn to look at her smiling face as she begins to smear KY Jelly over one of the powered-up-foot-long-faux-phalluses. Is she trying to arouse or scare you? She then stops and turns towards your ass.'
  778. 'Tatiana''s experienced hands then begin to delicately, but without hesitation, push a smeared finger into your anus. You sigh, not in pleasure, but in relaxation as the massage begins, distending the closely guarded orifice.'
  779. '"Okay <<$pcs_nickname>>, let the fun begin!"'
  780. if pcs_ass = 0:
  781. 'Your breath is cut short as Tatiana pushes something rubbery and sticky against your dirtiest of places. You tense it in reflex, and heave between clenched teeth as she unrelentingly pushes the dildo beyond the guarded entrance, fighting against the natural order of things, eliciting grunts of discomfort from you as the thing fills your innards.'
  782. '"Okay <<$pcs_nickname>>, you can look!"'
  783. 'Turning back, you can appreciate the half-buried dildo sticking out from your no-longer-virgin cornhole, the pulsing on your innards trying to expel the uncomfortable intruder, and making you weirdly conscientious where the item is buried. You then freeze as an evilly smirking Tatiana begins to caress the other power-dildo.'
  784. elseif pcs_ass < 15:
  785. 'Your breath is cut short as Tatiana pushes something rubbery and sticky against your dirtiest of places. You try to relax the muscles, letting the dildo push into your anus without problems, but it''s too big, and the next few minutes turn into a struggle between you and Tatiana as she tries to bury the sex toy without hurting your innards.'
  786. '"Okay <<$pcs_nickname>>, you can look!"'
  787. 'Turning back, you can appreciate the half-buried dildo sticking out from your cornhole, a sigh of relief escaping your mouth as your innards seem to have accepted the intruder without too much suffering. You then freeze as an evilly smirking Tatiana begins to caress the other power-dildo.'
  788. else
  789. 'You roll your eyes at Tatiana''s antics and wait with trepidation for the coming penetration. The push of something rubbery and sticky against your dirtiest of places makes you moan in satisfaction. The dildo, unrelenting, pushes beyond the entrance, towards your welcoming innards as a sense of completeness extends through your body.'
  790. '"Okay <<$pcs_nickname>>, you can look!"'
  791. 'Turning back, you can appreciate the half-buried dildo sticking out from your cornhole, the pulsing of your innards sending shivers of pleasure, making time go slow as you wait for the power to be turned on. However, an evilly smirking Tatiana begins to caress the other power-dildo.'
  792. end
  793. act 'Continue':
  794. gs 'arousal', 'auto_lube', 'vag'
  795. gs 'stat'
  796. *clr & cla
  797. '<center><img src="images/characters/city/tatiana/sex/f2.jpg"></center>'
  798. 'Immobilized thanks to the big rubber gimmick firmly jammed into your asshole, you can only observe as Tatiana begins to give a slick handjob to the other power-dildo. A shiver runs down your spine as you contemplate the size of the thing that is going to go up your pussy.'
  799. 'As you mull over this, something brush your pussy''s lips. Fortunately, it isn''t the rubbery monstrosity, but Tatiana''s fingers, which begin to spread lubricant all over your cunt, sending pleasant waves up your body, and eliciting some moans from your throat as she takes your head away from the coming onslaught.'
  800. if pcs_vag < 0:
  801. 'She pushes the synthetic member against your tight, but very sticky twat, making you grit your teeth at the piercing sensation breaking through your cramped innards, compressed thanks to the other latex intruder up your ass.'
  802. 'There is a barely perceptible sting as your hymen is torn as Tatiana unrelentingly pushes the phallic simulacrum into your pussy, making you push your head against the mat between moans, grunts and short breaths until she stops.'
  803. elseif pcs_vag < 15:
  804. 'She pushes the synthetic member against your tight, but very sticky twat, making you moan in pleasure as the dildo passes your yielding lowers lips. Sadly, the sex toy''s enormous girth makes you wince and grit your teeth as it stretches your vagina''s delicate walls.'
  805. 'Sweat runs over your brow as Tatiana unrelentingly pushes the phallic simulacrum up your vagina, making you push your head against the mat between moans, grunts and short breaths until she stops.'
  806. else
  807. '"Oh please Tatiana! What are you waiting for?!"'
  808. 'Somewhat frustrated at Tatiana''s parsimony, you put a hand between your thighs and open your lower lips and she, understanding the message, doesn''t waste any more time with the synthetic member, pushing it against your wet, sticky twat.'
  809. '"Yes!" you moan between gritted teeth as she unrelentingly pushes the phallic simulacrum up your vagina, making you push your head against the mat between moans, grunts and short breaths until she stops.'
  810. end
  811. act 'Continue':
  812. gs 'boyStat', 'D3'
  813. $orgasm_or = 'yes'
  814. gs 'arousal', 'vaginal_dildo', 30
  815. gs 'arousal', 'anal_dildo', 30
  816. gs 'arousal', 'dildo_suck', 30
  817. gs 'arousal', 'end'
  818. minut -= 60
  819. gs 'stat'
  820. *clr & cla
  821. '<center><img src="images/characters/city/tatiana/sex/f3.jpg"></center>'
  822. if pcs_throat = 0:
  823. 'With another loud "SNAP!", Tatiana throws away the pair of gloves and kneels by your side. One of her hands grabs the back of your head and the other guides the last power-dildo towards your mouth, pushing it beyond your lips.'
  824. 'You try to take the painfully big dildo into your mouth, but as it reaches your throat, you begin coughing, and Tatiana removes the jawbreaker.'
  825. '"Easy <<$pcs_nickname>>! Just... play with it. Let''s leave the deepthroating for <i>profesionals</i>."'
  826. 'She keeps the dildo in front of your face and turns it on. It begins lightly slap your face as you try to lick the shaft, but this is only a distraction, as Tatiana pushes the fucking machines'' controls before you, and with a devilish smile, turns all of them on.'
  827. elseif pcs_throat < 15:
  828. 'With another "SNAP!", Tatiana throws away the pair of gloves and kneels by your side. One of her hands grabs the back of your head and the other guides the last power-dildo towards your mouth, pushing it beyond your lips.'
  829. 'You try to take the painfully big dildo into your mouth, but is an ordeal as the jawbreaker repeatedly triggers your gag reflex, but even then, you somehow chain a series of sucks and licks. "Easy <<$pcs_nickname>>! Just... play with it. I haven''t even turned it on!"'
  830. 'Then, with evil parsimony, she turns it on and you begin to struggle to suck the animated sex toy as it pistons in and out of your mouth, but this is only a distraction, as Tatiana pushes the fucking machines'' controls before you, and with a devilish smile, turns all of them on.'
  831. else
  832. 'With another loud "SNAP!", Tatiana throws away the pair of gloves and kneels by your side. One of her hands grabs the back of your head and the other guides the last power-dildo towards your mouth, pushing it beyond your lips.'
  833. 'You take the big dildo into your mouth with ease, making Tatiana raise a brow. "Easy <<$pcs_nickname>>! Just... play with it. This isn''t a competition."'
  834. 'Then, with the dildo firmly in your mouth, she turns it on and it begins pistoning down your throat, but this is only a distraction, as Tatiana pushes the fucking machines'' controls before you, and with a devilish smile, turns all of them on.'
  835. end
  836. 'With a series of mechanical sounds, the piston-powered dildos begin to pound your innards, making you moan and grunt in both joy and distress as Tatiana carefully adjusts the power settings so she maximizes the pleasure and minimises the pain. The sensations are... extreme as your body tries to adapt to the constant assault.'
  837. 'Your arousal grows little by little as your holes are pounded, Tatiana''s magic quickly feeding into your mana and putting your nerves on fire, inducing intensities that <i>mundane</i> sex can''t match, making your mind lose focus as something warm grows in your core.'
  838. 'Finally, there is a sexual climax that makes you scream in delight as your magical core liberates your mana, causing it to course through your nerves, eliciting wave after wave of orgasmic bliss and causing you to collapse on the mat in a heaving mess.'
  839. act 'Time for a lesson': gt 'tatiana_lab', 'lesson<<tat_lesson_number>>'
  840. end
  841. end
  842. end
  843. if $ARGS[0] = 'lesson1':
  844. *clr & cla
  845. tat_lesson_number += 1
  846. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  847. 'As you recover your breath, a more than a little giddy Tatiana falls beside you.'
  848. '"Okay, now comes a long-winded lesson about what spells and techniques are! Let''s see... The old geezers in The Council like to say that they are the armor, tools and weapons of the wizard. Acts of will that have taken shape thanks to years of learning in musty libraries! Yeah, pretty poetic for something that a five-year-old can improvise."'
  849. 'She pauses for a moment, playing with the talisman''s fragment with a dopey smile before continuing.'
  850. '"It doesn''t matter what the old guard wants you to believe, spells are just mnemonic tricks that use words, gestures and all that corny paraphernalia that covers our arts to <i>somehow</i> center our minds to <i>somehow</i> channel mana, to <i>somehow</i> cheat the cosmos. Techniques are spells that <i>somehow</i> can be trained until made instinctive beyond any ritual, but remember my student, beyond any methodology, what matters is our volition, passions and drive to reshape the world."'
  851. 'You take a few minutes to digest Tatiana''s information "So, you''re saying that I can... em... do anything by only wishing it?" Tatiana give you a conspiratorial smile in reply.'
  852. '"Exactly! Of course, I admit that it isn''t as easy as just wishing for something. We wizards have spent millennia perfecting a methodology to ease the process in the form of spells, but at best, that is an <i>if you do this, this happens</i> situation. Your willpower is the true drive behind spellcasting and you will soon discover that beyond using rituals for training, the most basic effects can be implemented just as a reflex action, with more powerful magic getting easier as you grow in power and experience. And now for the fun part!"'
  853. act 'Continue':
  854. *clr & cla
  855. gs 'spellList','addAvailableSpells','basicSpells'
  856. gs 'spellList','addAvailableSpells','healSpells'
  857. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  858. 'Tatiana gets up with a jump and begins to slowly move her hands in a series of complex gestures accompanied with some weird words, and soon, rolling mist begins to fall through her fingers, quickly obscuring the vision in the room.'
  859. '"Spooky isn''t it? This is Fog <<$pcs_nickname>>, one of the most venerable and simple spells. It''s a favorite of the High Sidhe that used it in ancient ages for that <i>other wordly</i> scenery in their holdings. Today - thanks to The Veil - it has fallen into disuse, but it''s useful for a quick and dirty combat distraction."'
  860. 'Tatiana dissolves the spell and makes a gesture for you to follow her to the lab, where she turns on a bunsen burner and proceeds to extend her hand over it, letting the flame burn the skin of her hand as the smell of burned flesh drifts through the lab.'
  861. '"Impressed <<$pcs_nickname>>? This is called... Pain Block! Yes, it sounds uncreative, but you''ll find that most spells have fairly simple names, but beyond that little tidbit, this spell is one of the most useful out there, because beyond its mundane practicality to stop all pain sensation, it will do it <i>whithout eliminating the touch sense OR get you groogy</i>. Unfortunately, it can''t be used in combat to eliminate systemic shock, but you can''t have everything... <i>yet</i>."'
  862. 'After saying this, Tatiana finally withdraws her hand, which has been burned down to the bone, and concentrates. The flesh quickly begins to regrow around her hand.'
  863. '"How do you heal wounds? That''s something for the next lesson <<$pcs_nickname>>."'
  864. act 'End of lesson': gt 'tatiana_lab', 'start'
  865. end
  866. end
  867. if $ARGS[0] = 'lesson2':
  868. *clr & cla
  869. tat_lesson_number += 1
  870. gs 'spellList','addAvailableSpells','basicSpells'
  871. gs 'spellList','addAvailableSpells','healSpells'
  872. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  873. 'Juggling the talisman''s fragment between her fingers, Tatiana seems ready for your next lesson, and without missing a beat, she shows you some new magical passes that causes a second Tatiana to appear.'
  874. '"Neat trick, isn''t it <<$pcs_nickname>>? Now look at this!"'
  875. 'The cheerful pair then do some coordinated dance moves before one of them bops your nose and disappears. Was that an illusion? You haven''t sensed anything beyond a magical tingle.'
  876. '"This is a combat illusion called Clone. It will duplicate your moves, but will only stay within a few meters of you. With some luck, it will take a hit meant for you. And now to the fun part!"'
  877. 'Tatiana picks up a knife from one of the shelves and without hesitation or pain, makes a deep cut along her palm. Blood begins to pour from the wound before suddenly stopping as Tatiana passes her other hand over the now quickly closing wound.'
  878. '"Ta-da! This is the Cure Wounds spell, and a personal favorite of magicians around the world! I''m going to skip over how it uses your manamorphic patron to reconstitute your biological template, at least until you have a fifteen years apprenticeship under your belt. This is the most basic of the <i>common</i> healing spells, and like most have a limitation. You can''t use it during combat and it can''t be used on other beings. Its power is somewhat limited, as it''s designed to heal scrapes and superficial wounds, the sort of things that are fixed with a visit to the doctor, but with enough mana, you can use it repeatedly to recover from truly grievous wounds. However, it will not heal long term damage, diseases or <i>cosmetic</i> changes. Beyond that, well... it''s better if you experiment a little on your own to learn all the minutia. That will be all for now. This is the end of this lesson."'
  879. act 'End of lesson': gt 'tatiana_lab', 'start'
  880. end
  881. if $ARGS[0] = 'lesson3':
  882. *clr & cla
  883. tat_lesson_number += 1
  884. gs 'spellList','addAvailableSpells','basicSpells'
  885. gs 'spellList','addAvailableSpells','healSpells'
  886. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  887. 'After your <i>show</i>, a blushing Tatiana looks at you, her lips quivering as she seems to struggle to speak. It''s strange, as Tatiana has never been affected by your <i>performances</i>. Maybe you have broken her resistance? That seems to be the case as she moves her hand towards your chin. She caresses you and whispers, and suddenly your muscles fight to move.'
  888. '"This is your fault <<$pcs_nickname>>! All that shiny mana! All that beautiful... you! I''m not going to let Reinhold, The Council or anyone else put their hands on you! You are mine and mine alone, and I know! I know that you will eventually learn to love me as much as I love you!"'
  889. 'You stand there, the strength sapped away from you as Tatiana leans in to kiss you, only to back away, her sudden <i>stalking creep mode</i> forgotten, and the sluggishness dissipating from your body.'
  890. '"What the hell Tatiana?! Why did you do that??!"'
  891. 'Seriousness creeps back into her voice as she answers your questions. "A demonstration of the weak and underappreciated Stun, your new combat spell, and the sort of things the wrong class of sexual deviant or <i>you</i> can do when your rival is affected. After this little window into the Dark side, I am going to teach you your next healing spell, Greater Cure Wounds. You will forgive me if I don''t demonstrate, as this spell, even with the same limitations that Cure Wounds has, is powerful enough to bring you back to peak health from little magical hazards like... full body third-grade burns caused by magical fireballs. That is all for now, but I think I will teach you more specialized healing spells next time."'
  892. act 'End of lesson': gt 'tatiana_lab', 'start'
  893. end
  894. if $ARGS[0] = 'lesson4':
  895. *clr & cla
  896. tat_lesson_number += 1
  897. gs 'spellList','addAvailableSpells','basicSpells'
  898. gs 'spellList','addAvailableSpells','healSpells'
  899. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  900. 'Tatiana doesn''t waste any time and begins to cast Fog, so the workshop is filled with wispy ribbons of mist.'
  901. '"This, <<$pcs_nickname>>, is Gust of Wind. The companion to the venerable Fog, and responsible for those creepy cold winds that scare the kids that get too close to my little hideout. Beyond that, its primary use in this age is to dispel Fog in a combat situation, as it lacks the power to do much beyond blowing the leaves."'
  902. 'As she is saying this, the mist disintegrates as a wave of gentle wind extends from the redheaded sorceress.'
  903. '"Okay, <<$pcs_nickname>>, with that we finally end with the Fog/Gust Of Wind binomial and can begin something more interesting, like the useful... Ta-Da! Cure Disease! Another vital part of the all-times favorite healing arts. This spell will cleanse you of most common diseases and will even act as a low-level painkiller, but also has the standard limitations of the <i>common</i> healing spells, such as only being used outside of combat. As an additional advertence, this isn''t a get-out-of-the-hospital-free card. It''s pretty good for things like STDs or the flu, but, like Cure Wounds, it will only treat things that can easily be dealt with by a visit to the local clinic."'
  904. act 'End of lesson': gt 'tatiana_lab', 'start'
  905. end
  906. if $ARGS[0] = 'lesson5':
  907. *clr & cla
  908. tat_lesson_number += 1
  909. gs 'spellList','addAvailableSpells','basicSpells'
  910. gs 'spellList','addAvailableSpells','healSpells'
  911. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  912. 'Tatiana doesn''t wait for you to recover before placing a folder into your hands. Inside it is several photocopies full of magic theory for a spell, accompanied with photos showing hand gestures and a DVD.'
  913. '"The old geezers will scream bloody murder if they see this <i>disrespect</i>, but, hey, they aren''t here! Those files will help you learn the more advanced Multi Clone spell. There isn''t a great mystery about it. It''s a combat spell that creates four clones of you that copy your movements and will disappear if touched, taking any hits meant for you."'
  914. 'You observe the files, and can''t negate that something is wrong with the presentation. However, Tatiana doesn''t seem bothered and continues talking.'
  915. '"<<$pcs_nickname>> we are reaching the point where I can''t teach you anything else, but this little spell here is going to be awesome. This is called Heal, your first and probably last combat healing spell. Yes. you can treat your - and only yours - wounds when somebody is trying to kill you! However, don''t get cocky. This spell is less mana intense than Cure Wounds, but it isn''t a substitute for that one, so if you aren''t in a life-or-death situation choose the latter.'
  916. act 'End of lesson': gt 'tatiana_lab', 'start'
  917. end
  918. if $ARGS[0] = 'lesson6':
  919. *clr & cla
  920. tat_lesson_number += 1
  921. gs 'spellList','addAvailableSpells','basicSpells'
  922. gs 'spellList','addAvailableSpells','healSpells'
  923. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  924. 'Without paying attention to your recovering form, Tatiana begins to rummage through the stands until she picks up a screwdriver and returns to your side. She kneels, extends her left hand over the floor and slams the screwdriver down. There is a loud crack and you feel a subtle mana explosion as the tool fails to hurt her, but with determination, Tatiana continues her assault, until two more tries later, the tool manages to impale the offending hand.'
  925. '"Okay <<$pcs_nickname>>, I was tired of explaining without demonstartions, and this way I can demonstrate two spells. The first one is Energy Shield, a combat spell, and your last line of defense if everything else fails. Unfortunately, it has two flaws - first: It is ablative, which means that will lose efficiency as it absorbs damage, and - two: It is designed for use against low-impact attacks, like punches and the occasional melee weapon, but anything more potent will shred it. So don''t try to go against bullets."'
  926. 'You watch as Tatiana pulls out the screwdriver, leaving an ugly wound that pours blood onto the floor, only to stop as the wound begins to slowly heal.'
  927. '"This is the last healing spell that I am going to teach you <<$pcs_nickname>>. It''s called Regeneration, and it will heal you for two hours with a mana cost similar to Heal. Its healing is a little random, better than Cure Wounds, but switching urgency for time. Beyond that, it has the standard limitations of being a no-combat personal spell. This is the limit of the <i>common</i> healing spells. Beyond this point, most of them fall inside specialized healing arts or my Body-Modding Art."'
  928. act 'End of lesson': gt 'tatiana_lab', 'start'
  929. end
  930. if $ARGS[0] = 'lesson7':
  931. *clr & cla
  932. tat_lesson_number += 1
  933. gs 'spellList','addAvailableSpells','basicSpells'
  934. gs 'spellList','addAvailableSpells','healSpells'
  935. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  936. 'After your last <i>peep show</i>, Tatiana gives you an old leather-bound folder that contains instructions for a new spell. What catches your attention are the series of carefully manuscripted notes that radiate a faint magical aura. There is even the soft smell of... dahlias?'
  937. '"Yeah, I know <<$pcs_nickname>>... pretty. These are the sort of things that our elders do with their free time. They don''t seem to realize that the printing press is a thing, but let''s continue with your training."'
  938. '"These notes show your new combat spell, Haste. Want to dodge bullets or run at supersonic speed? Sorry, but forget about it. That magic is possible, but it''s heavily specialized, costly and will break the disbelief that The Veil enforces. This spell will indeed enhance your reaction time to the human upper limit, and if you take your time to train, beyond, but it isn''t so blatant to let you catch bullets with your hands. At least without a lot of luck and some magical protection to evade them."'
  939. act 'End of lesson': gt 'tatiana_lab', 'start'
  940. end
  941. if $ARGS[0] = 'lesson8':
  942. *clr & cla
  943. tat_lesson_number += 1
  944. gs 'spellList','addAvailableSpells','basicSpells'
  945. gs 'spellList','addAvailableSpells','healSpells'
  946. '<center><img src="images/characters/city/tatiana/Tatianalesson.jpg"></center>'
  947. 'Tatiana looks a little off, with a distant gaze, thinking about something as you recover from your last <i>ride</i>. It takes you to loudly cough to take her away from that reverie, and make her pay attention to your naked, kneeling form.'
  948. '"Hm? Sorry <<$pcs_nickname>>. I was just... you know thinking in ways to continue milking your mana, but... I remember that I have this little thing called <i>morality</i>, and a deal to respect... Damn!"'
  949. 'She then sighs dramatically, smiles and turn towards you.'
  950. '"Okay <<$pcs_nickname>>, this is the last lesson. I am not qualified to teach you any more magic as those spells in the Body-Modding Art are just too advanced for a neophyte like you. Maybe I will teach you later down the line, but not now. So, what will my last lesson be?"'
  951. 'Tatiana then passes you a notebook with a lot of biological-magical information about... you? It''s all written in a precise and clear way, with theories and speculations about your potential, including managing a new spell called... Berserker Rage?'
  952. '"If you want to know <<$pcs_nickname>>, that is a peek into the thesis that I am writing about your nature and that spell? Well, it''s a <i>common</i> combat spell that will enhance your agility, strength and endurance to the human limit for two hours, and with training, beyond. You must understand that the name isn''t a misnomer, and you are one of the few lucky ones that can use it without losing their mind. So, there you go!"'
  953. act 'End of lesson': gt 'tatiana_lab', 'start'
  954. end
  955. if $ARGS[0] = 'Tatianasuctalk':
  956. cla
  957. clr
  958. *clr
  959. gs 'stat'
  960. gs 'themes', 'indoors'
  961. '<center><b><font color="maroon">Tatiana</font></b></center>'
  962. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  963. if sucpcinfo < 2:
  964. minut += 15
  965. *p 'As you both settle onto the couch, Tatiana turns to you and says, "Ok, tell me what happened."'
  966. 'You spend the next 15 minutes telling her about the Fairy, the odd dream, '
  967. if succubusQW < 4:
  968. 'and the energy you let loose the other night.'
  969. elseif succubusQW = 4:
  970. 'the energy you let loose the other night, and the feeling you get when you''ve had sex.'
  971. else
  972. 'the energy you let loose the other night, the feeling you get when you''ve had sex, and the reaction you had to almost being raped.'
  973. end
  974. ''
  975. 'She thinks about it for a moment and then says, "Well, I have a couple of ideas, but no sense guessing when I can just magically examine you."'
  976. 'She hops up and says, "Get undressed and lie down on the couch."'
  977. sucpcinfo = 2
  978. act 'Undress and lie down': gt 'succubus', 'tatianaask'
  979. exit
  980. end
  981. if tatisucsex = 0 and tatisucsexask ! daystart: act 'Ask Tatiana if she wants to try Succubus Sex': tatisucsexask = daystart & gt 'tatiana_lab', 'Tatianasucsexask'
  982. act 'Ask her to repeat what she knows about Succubae': gt 'succubus', 'tatianaask'
  983. act 'Ask her if she has learned anything new about Succubae':
  984. cla
  985. !! Nothing after info level 6 here, because Tatiana will tell the PC automatically
  986. if sucinfoday ! 0 and sucinfoday <= daystart:
  987. if sucpcinfo = 4 and succublvl >= 2:
  988. '"Actually, I have gotten some more information about Succubae."'
  989. '"I heard from one of my mage contacts, in Sydney, Australia of all places, and he passed on some more details."'
  990. sucpcinfo = 5
  991. sucinfoday = daystart + 10 + rand(0,7)
  992. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 1
  993. elseif sucpcinfo = 5:
  994. '"Actually, I have gotten some more information about Succubae."'
  995. '"I heard from an old friend of mine who is now living in Morocco and actually has a Succubus for a lover. She said that after they had been together for some time, they discovered that, with her help, her Succubus lover learned something new."'
  996. sucpcinfo = 6
  997. sucinfoday = daystart + 10 + rand(0,7)
  998. act 'Ask her to tell you': gt 'succubus', 'tatianaask', 2
  999. else
  1000. 'No, I haven''t.'
  1001. act 'Continue': gt 'tatiana_lab', 'Tatianasuctalk'
  1002. end
  1003. else
  1004. 'No, I haven''t.'
  1005. act 'Continue': gt 'tatiana_lab', 'Tatianasuctalk'
  1006. end
  1007. end
  1008. act 'Change topics': gt 'tatiana_lab', 'Tatiana'
  1009. end
  1010. if $ARGS[0] = 'Tatianasucsexask':
  1011. cla
  1012. clr
  1013. *clr
  1014. gs 'stat'
  1015. gs 'themes', 'indoors'
  1016. '<center><b><font color="maroon">Tatiana</font></b></center>'
  1017. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  1018. if tatisucsex = 0:
  1019. if TatianaSex = 1:
  1020. 'You give Tatiana what you hope is a "come hither" smile and ask,'
  1021. '"So, you want to give Succubus sex a try?"'
  1022. else
  1023. 'You give Tatiana a shy smile and ask,'
  1024. '"Do you want to try Succubus sex?"'
  1025. end
  1026. else
  1027. 'You give Tatiana a bright smile and ask,'
  1028. 'Hey Tatiana, you up for some Succubus Sex?'
  1029. end
  1030. act 'She answers:':
  1031. cla
  1032. if tatisucsex = 0:
  1033. 'She gives you a wide eyed look before saying,'
  1034. if succublvl + TatianaSex < rand(0,6):
  1035. '"I''m sorry, <<$pcs_firstname>>, I just don''t have the time now."'
  1036. act 'Move on to something else': gt 'tatiana_lab', 'Tatiana'
  1037. else
  1038. '"I would love to!", with a wide smile.'
  1039. 'She leads you over to the couch, and you both strip.'
  1040. act 'Proceed': gt 'succubus', 'tatianasex'
  1041. end
  1042. else
  1043. if tatisucsexday <= daystart:
  1044. if 1 + (succublvl * 2) + tatisucsex < rand(1,20):
  1045. '"I''m sorry, <<$pcs_nickname>>, I just don''t have the time now."'
  1046. act 'Move on to something else': gt 'tatiana_lab', 'Tatiana'
  1047. else
  1048. 'She gives you a "come hither" smile and says, "I would love to, <<$pcs_nickname>>!"'
  1049. 'You both head toward the couch, stripping as you go.'
  1050. 'Once there, you both sit down facing each other, and she looks at you in anticipation.'
  1051. act 'Proceed': gt 'succubus', 'tatianasex'
  1052. end
  1053. else
  1054. if tatisucsexday - daystart > 1:
  1055. $scsextmp = 'days'
  1056. else
  1057. $scsextmp = 'day'
  1058. end
  1059. 'She looks at you with a sad smile and says,'
  1060. '"I''m sorry, <<$pcs_nickname>>, I need at least <<tatisucsexday - daystart>> more <<$scsextmp>>."'
  1061. killvar '$scsextmp'
  1062. act 'Move on to something else': gt 'tatiana_lab', 'Tatiana'
  1063. end
  1064. end
  1065. end
  1066. end
  1067. if $ARGS[0] = 'Tatianasexreject':
  1068. cla
  1069. clr
  1070. *clr
  1071. gs 'stat'
  1072. '<center><b><font color="maroon">Tatiana</font></b></center>'
  1073. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  1074. if scpopt = 2:
  1075. 'I''m sorry, Tatiana, I just don''t have the time right now.'
  1076. scpopt = 0
  1077. killvar '$sclocrt' & killvar '$scargrt'
  1078. end
  1079. act 'Finish': gt 'tatiana_lab', 'Tatiana'
  1080. end
  1081. if $ARGS[0] = 'suctrainsex':
  1082. 'She suddenly lunges at you and starts kissing you! You''re so surprised it takes you a bit to respond, and before you can do anything, she is nibbling your ear and whispering, "Let it go..."'
  1083. gs 'arousal', 'kiss', 5, 'lesbian', 'sub'
  1084. gs 'stat'
  1085. if pcs_horny >= 100:
  1086. 'You''re so shocked at this you suddenly feel a powerful orgasm rush through you, causing you to cry out even as it rushes down the link to Tatiana, giving her a powerful orgasm as well!'
  1087. 'Then, you feel your control slip...'
  1088. $orgasm_or = 'yes'
  1089. gs 'stat'
  1090. act 'Continue': gt 'succubus', 'tatianasex'
  1091. else
  1092. scfwon = 2
  1093. scpopt = 1
  1094. $sclocrt = 'tatiana_lab'
  1095. $scargrt = 'Tatianasexreject'
  1096. 'You only have moments to decide, do you give in and let <<$sucself1>> go or do you reign it in?'
  1097. act 'Continue': gt 'succubus', 'tatianasex'
  1098. end
  1099. end
  1100. if $ARGS[0] = 'suctraining':
  1101. if sucpcinfo < 2:
  1102. cla
  1103. clr
  1104. *clr
  1105. '<center><b><font color="maroon">Tatiana</font></b></center>'
  1106. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  1107. 'The moment you walk into her lab, Tatiana''s head jerks up and she hurries over to you.'
  1108. 'She stares at you for several seconds, then demands, "What the hell happened to you!?!?"'
  1109. 'You start to answer her when she holds up her hand and says, "Wait, come sit on the couch and tell me."'
  1110. 'She turns away from you and walks toward the couch.'
  1111. act 'Follow her': gt 'tatiana_lab', 'Tatianasuctalk'
  1112. exit
  1113. elseif sucpcinfo >= 6 and sucskill < 3 and sctrainprep = 1:
  1114. if tatisucsexday > daystart and tatisucsexday - 5 >= daystart:
  1115. cla
  1116. clr
  1117. *clr
  1118. '<center><b><font color="maroon">Tatiana</font></b></center>'
  1119. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  1120. 'You attempt to enter Tatiana''s lab, but an invisible barrier stops you. Tatiana apparently heard you as she rushes over and says, "What''s wrong? Do we need to cancel?"'
  1121. act 'Yes, I need to cancel':
  1122. cla
  1123. '"Are you sure?"'
  1124. act 'Yes, I''m sure':
  1125. cla
  1126. if tatisucsexday = daystart + 7:
  1127. !! this looks like a potential bug. if this isn''t the first time you''re preparing
  1128. !! then you should only get 2000 back and sctrainprep should be set back to -1 here.
  1129. !! fixing this likely requires another sctrainprep value besides -1, 0, and 1
  1130. sctrainprep = 0
  1131. money += 5000
  1132. '"Ok, good thing I hadn''t bought anything yet." and she hands you back the 5000 <b>₽</b> before going back to her studying.'
  1133. else
  1134. minut += 3
  1135. sctrainprep = -1
  1136. '"Ok, I''ll dump the "battery" potion."'
  1137. 'With that, she walks over to her workbench and dumps the contents of several beakers into a barrel that flairs with magic as she does so.'
  1138. end
  1139. act 'Continue': gt 'tatiana_lab', 'start'
  1140. end
  1141. act 'No, never mind continue your preparations':
  1142. cla
  1143. 'She gives a small shake of her head and says, "Then get out of here, I can''t have you distracting me!"'
  1144. act 'Leave': gt 'city_center'
  1145. end
  1146. end
  1147. act 'No...':
  1148. cla
  1149. 'You say, "No, I just wanted to see you."'
  1150. 'She answers, "That''s sweet, but I can''t have you distracting me, come back all charged up in <<tatisucsexday - daystart>> days!"'
  1151. act 'Leave':
  1152. minut += 3
  1153. gt 'city_center'
  1154. end
  1155. end
  1156. exit
  1157. elseif tatisucsexday > daystart and tatisucsexday - 5 < daystart:
  1158. if tatisucsexday - daystart > 1:
  1159. $scsextmp = 'days'
  1160. else
  1161. $scsextmp = 'day'
  1162. end
  1163. 'You attempt to enter Tatiana''s lab, but an invisible barrier stops you. Tatiana apparently heard you as she shouts from across the lab, "I''ve already taken the first potion, so I can''t come anywhere near you, come back all charged up in <<tatisucsexday - daystart>> <<$scsextmp>>!"'
  1164. killvar '$scsextmp'
  1165. act 'Leave':
  1166. minut += 3
  1167. gt 'city_center'
  1168. end
  1169. exit
  1170. elseif tatisucsexday = daystart or tatisucsexday = daystart - 1:
  1171. cla
  1172. clr
  1173. *clr
  1174. gs 'stat'
  1175. '<center><b><font color="maroon">Tatiana</font></b></center>'
  1176. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  1177. 'The instant you walk into the lab, Tatiana''s head snaps up and she stares hard at you as you approach the barrier.'
  1178. if sucexcess >= 100 and succhungry < -2:
  1179. minut += 10
  1180. 'As you step through the barrier, Tatiana seems to teleport to you and start kissing you.'
  1181. 'She then starts pulling you toward her workbench while saying between kisses, "Thank (kiss) goodness (kiss) you''re (kiss) here (kiss) and ready (kiss)! You wouldn''t (kiss) believe (kiss) how (kiss) <i><b>horny</b></i> (kiss) carrying (kiss) all this (kiss) sexual (kiss) energy (kiss) has made me!"'
  1182. !! Maybe add arousal call here
  1183. 'She suddenly turns away from you, and you realize that you have reached her workbench. She grabs two smallish vials off the top, pops the tops off both, and hands you one, saying, "Drink this," before downing the other.'
  1184. 'It tastes like strawberry syrup.'
  1185. 'This time you''re ready when Tatiana lunges at you, and you resume kissing as you lead her toward the couch while she is stripping both your clothes off and you feel a large amount of your stored energy being released into your body.'
  1186. 'Once there, you both sit down facing each other. She looks at you with burning lust and says, "Do it!"'
  1187. act 'Proceed': gt 'succubus', 'tatianasex'
  1188. exit
  1189. elseif sucexcess < 100 and succhungry > -2 and tatisucsexday = daystart:
  1190. 'She then says, "Damn! You don''t have enough reserve <i>or</i> stored energy! Run over to the Park and find some robbers or something, then get back here tomorrow!"'
  1191. elseif succhungry > -2 and tatisucsexday = daystart:
  1192. 'She then says, Damn! You don''t have enough reserve energy! Run over to the Park and find some robbers or something, then get back here tomorrow!'
  1193. elseif succhungry > -2 and tatisucsexday = daystart - 1:
  1194. 'She then says, "Damn! You don''t have enough reserve energy and there isn''t enough time for you to build it up." She then sighs and says, "Go ahead and take off, I need to bleed this energy off safely."'
  1195. sctrainprep = -1
  1196. else
  1197. 'She then says, "Damn! You don''t have enough stored energy! Run over to the Park and find some robbers or something, then get back here!"'
  1198. end
  1199. act 'Leave': minut += 5 & gt 'city_center'
  1200. exit
  1201. else
  1202. 'The barrier is down when you get to the lab, and Tatiana calls from across the room, "You''re too late, I had to release the energy, and we''ll need to start over."'
  1203. sctrainprep = -1
  1204. act 'Continue': gt 'tatiana_lab', 'start'
  1205. exit
  1206. end
  1207. end
  1208. !! This is oops handling
  1209. sucbypass = 1
  1210. minut -= 5
  1211. gt 'tatiana_lab', 'start'
  1212. end
  1213. if $ARGS[0] = 'missions':
  1214. cls
  1215. temp = rand (1,3)
  1216. gs 'stat'
  1217. '<center><b><font color="maroon">Tatiana</font></b></center>'
  1218. '<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
  1219. if TatianaMissionQW = 0:
  1220. TatianaMissionQW = 1
  1221. TatianaMissionDay = daystart
  1222. minut += 15
  1223. *clr & cla
  1224. 'Tatiana looks up from the pile of files she always seems to be sifting through when she notices you. "<<$pcs_firstname>>, finally! I''ve been waiting for you. We need to talk."'
  1225. '"What about?"'
  1226. '"Well, you''ve had some time to acclimate yourself to your new situation and to process everything Reinhold and I told you, so," she smiles, "it''s time we started your actual training."'
  1227. 'You feel a rush of excitement going through you, and images of shooting fireballs from your hands and parting the sea come before your inner eye. "Great!" You exclaim. "I''m so ready for that."'
  1228. 'Tatiana probably guessed what you were thinking, because she chuckles and placates, "That doesn''t mean we''re gonna teach you super-powerful spells. At least not yet." She gives the words a moment to take effect; your enthusiasm for her plans, figuratively throbbing and erect a second ago, shrivels and goes limp by the time she continues. "This part of your training is the most important: You will actually put your skills, senses and knowledge into practice."'
  1229. 'The last bit rouses your interest once more. "Into practice? You mean like doing missions for the council?"'
  1230. '"Well, the council''s kinda responsible for the big leagues, which is way more than you could handle yet. But long-term, yes." Her tone takes on a mocking quality. "Once Reinhold thinks you''re ready, I''m sure he''ll swoop in, take credit for all the progress you have made thanks to me and swamp you with dangerous adventures. That''d be just like the old bastard." Tatiana sees the uncertainty with which you look at her, grins and shakes her head, confirming that it was all in good humor.'
  1231. act 'What kind of missions?':
  1232. *clr & cla
  1233. '"So," you struggle to imagine what to expect, "what would these missions be like?"'
  1234. '"Nothing dangerous," Tatiana reassures you, "at least not while you are still learning the basics." She walks over to a pile of folders and holds one up. "It''d be more along the lines of finding out why somebody''s dog has two tails or," she holds up another folder, "investigating strange sounds people hear coming from their cellar."'
  1235. 'You blankly stare at her for a few seconds, expecting Tatiana to chuckle and reveal her explanation as a joke once more, but she doesn''t. "That... sounds like-"'
  1236. '"Bullshit?" She offers helpfully.'
  1237. '"Conspiracy crap, ghost stories and all that," is what you choose to say instead.'
  1238. 'Tatiana nods understandingly. "Yeah, it does. But remember, normal people don''t see magic for what it is."'
  1239. '"Right," you remember, "little green men and poltergeists."'
  1240. 'Tatiana smiles as you quote her and nods. "And some of those things really turn out to have magical causes: The dog with two tails had been experimented on by one of us, so it was practically bursting with magic. As for the voices..." her smile turns lewd, "those were just some tenants having some extramarital fun away from prying eyes, regularly and loudly."'
  1241. act 'Why are we doing this?':
  1242. *clr & cla
  1243. 'You feel your face heating up slightly at the thought. Something about this is bothering you, though. "But... why would we even look into this? I mean, it sounds interesting enough, but is there a reason behind it?"'
  1244. 'Tatiana shrugs. "Well, you <i>could</i> go and get some ancient tomes, lock yourself into an ivory tower and spend half a century or something reading about magic, like most of the old farts on the council do. <b>OR</b>," she spreads her arms to point towards her many files and books on one hand and the exit on the other, "you could just cover the basics and then go out and experience magic first-hand, like I do."'
  1245. 'You stare at the heaps and piles of paper incredulously - they are a multiple of everything you''ve read in your entire life! "Those are the basics?!"'
  1246. '"Yep," she laughs, "if you wanna really understand how magic works and why it does this at one time and that at another, you gotta get some reading done. Trust me, if there was any way around it, I would have found it. But magic makes the reading easier and quicker, and it''s sooo worth it. The things you can do once you grasp what energies the universe holds are incredible. And I''ve only just scratched the surface."'
  1247. '"What do you mean by ''energies of the universe''? I thought you said that magic only exists in living things, like plants and animals."'
  1248. '"Did I?" She looks thoughtful but shrugs again. "Well, it''s a little complicated, but to put it simply: when scientists speak of ''dark matter'' and ''dark energy'', then, in reality, they are trying to explain the magic in this plane of existence and all the others, like demons and the magic that exists in their ''dimension'' or whatever you''d wanna call it. But," she waves her hand as if to shoo away a pesky fly, "you don''t have to concern yourself with that right now. When the time comes, Reinhold can explain it to you in more detail - hell, considering that he''s your mentor, I''ve done an awful lot of explaining already... Now, let''s go!"'
  1249. 'With that, Tatiana turns towards the exit once more and beckons you to follow.'
  1250. '"Go where?" You ask.'
  1251. '"To the magic!" She answers cryptically.'
  1252. act 'Go to the magic (?)':gt 'tatiana_missions','intro'
  1253. end
  1254. end
  1255. elseif temp = 1:
  1256. !Text could use improvement, maybe mission specific text?
  1257. *clr & cla
  1258. '"Hey <<$pcs_firstname>>, are you up for a magical adventure?" Tatiana asks with a grin.'
  1259. act 'Always': gt 'tatiana_missions','start'
  1260. act 'Not right now':gt 'tatiana_lab','start'
  1261. elseif temp = 2:
  1262. *clr & cla
  1263. '"Hello <<$pcs_nickname>>, glad you''re here." Tatiana smiles at you. "What do you say? Feel ready for a mission?"'
  1264. act 'Sure, let''s do this': gt 'tatiana_missions','start'
  1265. act 'Not right now':gt 'tatiana_lab','start'
  1266. elseif temp = 3:
  1267. *clr & cla
  1268. '"Hello <<$pcs_nickname>>." Tatiana looks at you expectantly. "Would you like to do an investigation?"'
  1269. act 'Gladly': gt 'tatiana_missions','start'
  1270. act 'Not right now':gt 'tatiana_lab','start'
  1271. end
  1272. ! if TatianaMissionQW = 5: gt 'tatiana_missions', 'special'
  1273. ! act 'Mission 1': gt 'tatiana_missions', '1'
  1274. !! etc. Maybe give them names so you know what you''re doing. Selecting them goes to in depth description and refuse/accept
  1275. !!!Lore for possible consequences of exposing (many) normal people to powerful magic:
  1276. !
  1277. ! 'Tatiana lays both folders back where they belong and her expression turns serious. "Remember how I told you that magic has a natural tendency to stay hidden? Well, there''s a limit to that tendency, a threshold beyond which either the magic cannot stay hidden anymore or at which the normal person cannot explain what they''re seeing with some non-magical phenomenon, we''re not sure which - in other words, humans have a breaking point, and when they are pushed beyond that, most of them realize how the world really is... and lose their minds."'
  1278. ! '"Could that have happened to me?" You shiver at the thought.'
  1279. ! '"Honestly, I have no idea," Tatiana admits, "but the power you have absorbed since then is huge, even if you can''t really use it to its full potential, and that may have very well driven most regular mages insane, so we''re moving in unknown territory here."'
  1280. ! 'You nod solemnly, suddenly very appreciative of the mental health and stability you always took for granted. "So, you investigate anything that might have magical causes to prevent people from going crazy?"'
  1281. ! '"It''s even bigger than that, <<$pcs_firstname>>. We know that this threshold exists. Every mage witnesses it sooner or later." She stops, momentarily lost in thought, but quickly recovers. "We have a theory that, if too many people are exposed to too much magic at once, it might break the illusion for everybody; you know, like a nuclear bomb goes off when you reach a critical mass."'
  1282. ! '"Which would then drive everybody insane," you conclude.'
  1283. ! '"Maybe not everybody," she corrects, "but many of them. And those that wouldn''t go insane, well, who knows what they''d do? Go on witch hunts? Try to kill all succubi and fae? Attempt to harness the magic of the universe? It would destroy the world as we know it, that''s for sure."'
  1284. ! 'You agree with her - with how much had been flung at you when all this began, you were pretty close to hysteria too, if you''re completely honest with yourself.'
  1285. end
  1286. --- tatiana_lab ---------------------------------