alterStart 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. # alterStart
  2. StoryLine = 1
  3. MagikDostup = 1
  4. !!TODO: check these are actually used somewhere
  5. prezikProver = 3
  6. Putsawtatvag=0
  7. PutsawpirsF=0
  8. PutsawpirsG=0
  9. brothersawpirsF = 0
  10. umbrella = 1
  11. birthday = 5
  12. birthmonth = 3
  13. $name = 'Svetlana'
  14. $surname = 'Lebedev'
  15. !!!0.2.6 addition
  16. $nickname = 'Svetski'
  17. !!!
  18. age = 15
  19. vidage = 14
  20. year = 2009
  21. week = 6
  22. hour = 10
  23. month = 8
  24. day = 29
  25. week = 5
  26. hour = 9
  27. birthyear = year - age
  28. !!body
  29. rost = 170
  30. fat = 60
  31. salo = 60
  32. dick = 0
  33. energy = 15
  34. water = 15
  35. son = 16
  36. !!stats
  37. stren = 10
  38. strenbuf = 10
  39. speed = 10
  40. agil = 10
  41. agilbuf = 10
  42. vital = 10
  43. vitalbuf = 10
  44. intel = 10
  45. will = 10
  46. react = 10
  47. magik = 0
  48. health = vital * 10 + stren * 5
  49. willpower = intel * 5 + will * 5
  50. manna = (intel * magik) + magik * 100 + vital * 10 + rikudo
  51. nastjaQW = 0
  52. money = 50
  53. vidageday = 300
  54. housrA = 0
  55. sarafan[1] = 1
  56. sarafanH[1] = 30
  57. lobok = 3
  58. leghair -= 5
  59. mop = 1
  60. housr = 0
  61. tanga = 1
  62. jeans[1] = 1
  63. jeansH[1] = 100
  64. jeansB[1] = 70
  65. gs 'clothing', 'wear', 'jeans', 1
  66. cltarelka = 0
  67. fairy = 0
  68. eda = 0
  69. clrbelo = 10
  70. poroshok = 0
  71. shampoo = 0
  72. tampon = 20
  73. opPRE = 0
  74. daystart = 0
  75. yoga[15] = 1
  76. yogaH[15] = 100
  77. dress[5] = 1
  78. dressH[5] = 100
  79. dressB[5] = 70
  80. palto = 1
  81. $palto = 'Chinese wear'
  82. glacol = 1
  83. glaraz = 2
  84. hcol = 1
  85. lip = 2
  86. father = 50
  87. mother = 50
  88. sister = 50
  89. brother = 50
  90. ! WD: Add Uninitialised ~ 'brotherDick'
  91. brotherDick = rand(13, 17)
  92. Suspeh = 75
  93. $npcName[1] = 'Dimka'
  94. $npcSurName[1] = 'Nosov'
  95. $npcText[1] = 'Dimka is a cute guy and all the girls adore him.'
  96. grupNPC[1] = 50
  97. npcPol[1] = 0
  98. grupTipe[1] = 3
  99. $npcGo[1] = '<a href="exec:numnpc = 1 & gt ''Snpc''"><<$npcName[1]>> <<$npcSurName[1]>></a>'
  100. $npcName[2] = 'Artem'
  101. $npcSurName[2] = 'Chebotarev'
  102. $npcText[2] = 'Artem is a typical nerd, but not a bad looking one.'
  103. grupNPC[2] = 50
  104. npcPol[2] = 0
  105. grupTipe[2] = 1
  106. $npcGo[2] = '<a href="exec:numnpc = 2 & gt ''Snpc''"><<$npcName[2]>> <<$npcSurName[2]>></a>'
  107. $npcName[3] = 'Ivan'
  108. $npcSurName[3] = 'Prokhorov'
  109. $npcText[3] = 'Ivan is an excellent athlete, who is able to succeed in any sport.'
  110. grupNPC[3] = 50
  111. npcPol[3] = 0
  112. grupTipe[3] = 2
  113. $npcGo[3] = '<a href="exec:numnpc = 3 & gt ''Snpc''"><<$npcName[3]>> <<$npcSurName[3]>></a>'
  114. $npcName[4] = 'Igor'
  115. $npcSurName[4] = 'Kruglov'
  116. $npcText[4] = 'Igor Kruglov is a friend of Dimka and they are always together.'
  117. grupNPC[4] = 50
  118. npcPol[4] = 0
  119. grupTipe[4] = 3
  120. $npcGo[4] = '<a href="exec:numnpc = 4 & gt ''Snpc''"><<$npcName[4]>> <<$npcSurName[4]>></a>'
  121. $npcName[5] = 'Fedor'
  122. $npcSurName[5] = 'Kozlov'
  123. $npcText[5] = 'Fedor is not a bad athlete and he''s best friends with Ivan.'
  124. grupNPC[5] = 50
  125. npcPol[5] = 0
  126. grupTipe[5] = 2
  127. $npcGo[5] = '<a href="exec:numnpc = 5 & gt ''Snpc''"><<$npcName[5]>> <<$npcSurName[5]>></a>'
  128. $npcName[6] = 'Petka'
  129. $npcSurName[6] = 'Klyuyev'
  130. $npcText[6] = 'Petka is a nerd and can''t see beyond his textbook.'
  131. grupNPC[6] = 50
  132. npcPol[6] = 0
  133. grupTipe[6] = 1
  134. $npcGo[6] = '<a href="exec:numnpc = 6 & gt ''Snpc''"><<$npcName[6]>> <<$npcSurName[6]>></a>'
  135. $npcName[7] = 'Lesco'
  136. $npcSurName[7] = 'Tsarev'
  137. $npcText[7] = 'Everyone at school always bullies Lesco about anything and everything.'
  138. grupNPC[7] = 50
  139. npcPol[7] = 0
  140. grupTipe[7] = -1
  141. $npcGo[7] = '<a href="exec:numnpc = 7 & gt ''Snpc''"><<$npcName[7]>> <<$npcSurName[7]>></a>'
  142. $npcName[8] = 'Svyatoslav'
  143. $npcSurName[8] = 'Warriors'
  144. $npcText[8] = 'Svyatoslav is a athletic guy, who is persistently engaged in sports.'
  145. grupNPC[8] = 50
  146. npcPol[8] = 0
  147. grupTipe[8] = 2
  148. $npcGo[8] = '<a href="exec:numnpc = 8 & gt ''Snpc''"><<$npcName[8]>> <<$npcSurName[8]>></a>'
  149. $npcName[9] = 'Vitek'
  150. $npcSurName[9] = 'Cats'
  151. $npcText[9] = 'Vitek is aggressive and a strong guy, who considers himself a gangsta. But his personality is pretty much see-through. Lena is his twin-sister.'
  152. grupNPC[9] = 50
  153. npcPol[9] = 0
  154. grupTipe[9] = 4
  155. $npcGo[9] = '<a href="exec:numnpc = 9 & gt ''Snpc''"><<$npcName[9]>> <<$npcSurName[9]>></a>'
  156. $npcName[10] = 'Dan'
  157. $npcSurName[10] = 'Ryzhov'
  158. $npcText[10] = 'Dan is a tall and skinny guy who communicates to others with contempt and is always ready to expand on the concept. Also, according to him, Dan knows the boys to clear the area, which if anything, harness oneself for it.'
  159. grupNPC[10] = 50
  160. npcPol[10] = 0
  161. grupTipe[10] = 4
  162. $npcGo[10] = '<a href="exec:numnpc = 10 & gt ''Snpc''"><<$npcName[10]>> <<$npcSurName[10]>></a>'
  163. $npcName[11] = 'Bob'
  164. $npcSurName[11] = 'Shulgin'
  165. $npcText[11] = 'Bob is always with Dan and Vic, mostly watching their six, but Vitek makes continously fun of him.'
  166. grupNPC[11] = 50
  167. npcPol[11] = 0
  168. grupTipe[11] = 4
  169. $npcGo[11] = '<a href="exec:numnpc = 11 & gt ''Snpc''"><<$npcName[11]>> <<$npcSurName[11]>></a>'
  170. $npcName[12] = 'Julia'
  171. $npcSurName[12] = 'Milov'
  172. $npcText[12] = 'Julia is a diligent and silent girl. She''s a really nerdy and almost no one talks to her.'
  173. grupNPC[12] = 50
  174. npcPol[12] = 1
  175. grupTipe[12] = 1
  176. $npcGo[12] = '<a href="exec:numnpc = 12 & gt ''Snpc''"><<$npcName[12]>> <<$npcSurName[12]>></a>'
  177. $npcName[13] = 'Lariska'
  178. $npcSurName[13] = 'Gruzdeva'
  179. $npcText[13] = 'Lariska is a very sportive girl, but is very dependent on other people''s opinions.'
  180. grupNPC[13] = 50
  181. npcPol[13] = 1
  182. grupTipe[13] = 2
  183. $npcGo[13] = '<a href="exec:numnpc = 13 & gt ''Snpc''"><<$npcName[13]>> <<$npcSurName[13]>></a>'
  184. $npcName[14] = 'Katja'
  185. $npcSurName[14] = 'Meynold'
  186. $npcText[14] = 'Katja is a hot, but impulsive girl. Vick is her twin-sister.'
  187. grupNPC[14] = 50
  188. npcPol[14] = 1
  189. grupTipe[14] = 3
  190. $npcGo[14] = '<a href="exec:numnpc = 14 & gt ''Snpc''"><<$npcName[14]>> <<$npcSurName[14]>></a>'
  191. $npcName[15] = 'Vicky'
  192. $npcSurName[15] = 'Meynold'
  193. $npcText[15] = 'Vicky is a very sensible girl. Katja is her twin sister.'
  194. grupNPC[15] = 50
  195. npcPol[15] = 1
  196. grupTipe[15] = 3
  197. $npcGo[15] = '<a href="exec:numnpc = 15 & gt ''Snpc''"><<$npcName[15]>> <<$npcSurName[15]>></a>'
  198. $npcName[16] = 'Natasha'
  199. $npcSurName[16] = 'Belova'
  200. $npcText[16] = 'Natasha is an excellent student, but she barely speaks to anyone.'
  201. grupNPC[16] = 50
  202. npcPol[16] = 1
  203. grupTipe[16] = 1
  204. $npcGo[16] = '<a href="exec:numnpc = 16 & gt ''Snpc''"><<$npcName[16]>> <<$npcSurName[16]>></a>'
  205. $npcName[17] = 'Inna'
  206. $npcSurName[17] = 'Devyatova'
  207. $npcText[17] = 'Inna is a tall and pretty girl, her sweet smile hides her arrogance.'
  208. grupNPC[17] = 50
  209. npcPol[17] = 1
  210. grupTipe[17] = 3
  211. $npcGo[17] = '<a href="exec:numnpc = 17 & gt ''Snpc''"><<$npcName[17]>> <<$npcSurName[17]>></a>'
  212. $npcName[18] = 'Christina'
  213. $npcSurName[18] = 'Zvereva'
  214. $npcText[18] = 'Christina tall and strong girl. She''s a great athlete and has leadership abilities who, together with her tenacity and intelligence make it a very serious figure.'
  215. grupNPC[18] = 50
  216. npcPol[18] = 1
  217. grupTipe[18] = 2
  218. $npcGo[18] = '<a href="exec:numnpc = 18 & gt ''Snpc''"><<$npcName[18]>> <<$npcSurName[18]>></a>'
  219. $npcName[19] = 'Lina'
  220. $npcSurName[19] = 'Starov'
  221. $npcText[19] = 'Lina is an athlete who does anything Christina wants.'
  222. grupNPC[19] = 50
  223. npcPol[19] = 1
  224. grupTipe[19] = 2
  225. $npcGo[19] = '<a href="exec:numnpc = 19 & gt ''Snpc''"><<$npcName[19]>> <<$npcSurName[19]>></a>'
  226. $npcName[20] = 'Lena'
  227. $npcSurName[20] = 'Kotova'
  228. $npcText[20] = 'She''s the twin-sister to Vitek. She is aggressive too and best of friends with Lera. Both tend to smoke in the bathrooms on a regular basis.'
  229. grupNPC[20] = 50
  230. npcPol[20] = 1
  231. grupTipe[20] = 4
  232. $npcGo[20] = '<a href="exec:numnpc = 20 & gt ''Snpc''"><<$npcName[20]>> <<$npcSurName[20]>></a>'
  233. $npcName[21] = 'Lera'
  234. $npcSurName[21] = 'Tsarev'
  235. $npcText[21] = 'Lera comes from a poor family, she quickly made friends with Lena and both are regulary smoking on the toilets.'
  236. grupNPC[21] = 50
  237. npcPol[21] = 1
  238. grupTipe[21] = 4
  239. $npcGo[21] = '<a href="exec:numnpc = 21 & gt ''Snpc''"><<$npcName[21]>> <<$npcSurName[21]>></a>'
  240. $npcName[22] = 'Bella'
  241. $npcSurName[22] = 'Artamonov'
  242. $npcText[22] = 'Bella is a beautiful and arrogant girl.'
  243. grupNPC[22] = 50
  244. npcPol[22] = 1
  245. grupTipe[22] = 2
  246. $npcGo[22] = '<a href="exec:numnpc = 22 & gt ''Snpc''"><<$npcName[22]>> <<$npcSurName[22]>></a>'
  247. $npcName[23] = 'Albina'
  248. $npcSurName[23] = 'Barlovskaya'
  249. $npcText[23] = 'Albina from a wealthy family and always knew how to look good and dress well.'
  250. grupNPC[23] = 50
  251. npcPol[23] = 1
  252. grupTipe[23] = 3
  253. $npcGo[23] = '<a href="exec:numnpc = 23 & gt ''Snpc''"><<$npcName[23]>> <<$npcSurName[23]>></a>'
  254. $npcName[24] = 'Pauline'
  255. $npcSurName[24] = 'Sebagotulina'
  256. $npcText[24] = 'Pauline like pain in the ass who does not let her sit still, she and dvoechnitsa hooligan.'
  257. grupNPC[24] = 50
  258. npcPol[24] = 1
  259. grupTipe[24] = 4
  260. $npcGo[24] = '<a href="exec:numnpc = 24 & gt ''Snpc''"><<$npcName[24]>> <<$npcSurName[24]>></a>'
  261. $npcName[25] = 'Sonia'
  262. $npcSurName[25] = 'Ivanko'
  263. !!$npcText[25] = 'Sonia once inadvertently drunk and fucked her in a circle Witek Kotov and his friends. After that, the girls shunned Sonya, and the boys thought she was a whore. Local gopota regularly drove to Sonia proposals have sex.'
  264. $npcText[25] = 'Sonia an ordinary girl.'
  265. grupNPC[25] = 50
  266. npcPol[25] = 1
  267. grupTipe[25] = 0
  268. $npcGo[25] = '<a href="exec:numnpc = 25 & gt ''Snpc''"><<$npcName[25]>> <<$npcSurName[25]>></a>'
  269. $din_alter_start_ev = {
  270. cls
  271. '<center><img src="images/pic/alterstart7.jpg"></center>'
  272. 'When you were 13 years old, your period started like most other girls in your class. Your breasts started to grow and your armpit and pubic hair began to sprout. Your skin became covered with acne. When you finished 9th class, you did not drop out of school, and continued to study in the 10th grade.''You''re about to start 10th grade (placeholder until someone comes up with a less terrible intro than was here before)'
  273. 'The summer holiday ends soon and you will go to your new class to start your first of the two years you''re going to study.'
  274. !!'You weaned these two classes and you only have a few months before graduation.'
  275. act 'Start the game':
  276. showstat 1
  277. showobjs 1
  278. health = vital * 10 + stren * 5 + 1000
  279. willpower = intel * 5 + will * 5 + 1000
  280. manna = (intel * magik) + magik * 100 + vital * 10 + rikudo
  281. addobj 'Character'
  282. addobj 'See'
  283. addobj 'Others'
  284. addobj 'Menu'
  285. gt 'bedrPar'
  286. end
  287. }
  288. clr
  289. gs 'stat'
  290. '<center><img src="images/pic/alterstart1.jpg"></center>'
  291. 'You were born in <<birthyear>>.'
  292. 'Your mother and father, Natasha Mikhail <<$surname>>, were quite young and probably didn''t know how to protect themselves.'
  293. 'You have a sister, Anja, who is 2 years older than you.'
  294. 'You do not remember your real father because your parents divorced when you were still too young to remember. Your mom found another man and they had your little brother Nick.'
  295. $name = input("What is your first name?")
  296. if $name = '':$name = 'Svetlana'
  297. $surname = input("What is your last name?")
  298. if $surname = '':$surname = 'Lebedev'
  299. !!!0.2.6 addition
  300. $nickname = input("What is your nick name?")
  301. if $nickname = '':$nickname = 'Svetski'
  302. !!!
  303. act 'Further':
  304. cls
  305. '<center><img src="images/pic/alterstart2.jpg"></center>'
  306. 'In the kindergarten where you went everything was fine, but you don''t remember it. When you were 7 years old, you finished kindergarten and went to school.'
  307. act 'You are completely obsessed with books.':
  308. cls
  309. clr
  310. stren = 1
  311. vital = 5
  312. agil = 1
  313. fat = 10
  314. salo = 10
  315. dressB[5] = bedra
  316. jeansB[1] = bedra
  317. tan = 0
  318. blizoruk = 300
  319. glass = 1
  320. Suspeh = 55
  321. !!!!!!!!!!!!!! Maruda Hair Mod
  322. hairlength = 90
  323. hcol = 0
  324. hpingrip = 10
  325. hpingripw = 1
  326. !!!!!!!!!!!!!! Maruda Hair Mod
  327. nerdism = 100
  328. fantasybook = 5
  329. gs 'stat'
  330. 'You spent virtually all your free time at home reading books. While you''ve definitely learned a decent bit from them, you''ve always been rather frail as a result, and too many nights of trying to read in poor light have taken a toll on your eyesight.'
  331. act 'Further':dynamic $din_alter_start_ev
  332. end
  333. act 'You are a good student':
  334. cls
  335. clr
  336. fat = 150
  337. salo = 150
  338. intel = 50
  339. Suspeh = 110
  340. !!!!!!!!!!!!!! Maruda Hair Mod
  341. hairlength = 162
  342. hcol = 0
  343. hpingrip = 10
  344. hpingripw = 1
  345. !!!!!!!!!!!!!! Maruda Hair Mod
  346. dressB[5] = bedra
  347. jeansB[1] = bedra
  348. mother = 100
  349. money += 2000
  350. tan = 30
  351. gs 'stat'
  352. '<center><img src="images/pic/alterstart4.jpg"></center>'
  353. 'In school, you put a lot of effort to be an excellent pupil. You didn''t make any friends because you weren''t engaged in sports, but you have excellent grades and your mom is very proud of you.'
  354. act 'Further':dynamic $din_alter_start_ev
  355. end
  356. act 'You are actively engaged in volleyball':
  357. cls
  358. clr
  359. stren = 25
  360. vital = 25
  361. speed = 25
  362. agil = 25
  363. fat = 20
  364. salo = 20
  365. volleyboll = 70
  366. beg = 40
  367. gsAboVolley = 120
  368. dom = 10
  369. !!!!!!!!!!!!!! Maruda Hair Mod
  370. hairlength = 97
  371. hcol = 3
  372. hscrunch = 10
  373. hscrunchw = 0
  374. !!!!!!!!!!!!!! Maruda Hair Mod
  375. dressB[5] = bedra
  376. jeansB[1] = bedra
  377. tan = 30
  378. gs 'stat'
  379. '<center><img src="images/pic/alterstart5.jpg"></center>'
  380. 'You spent all your free time training your volleyball skills. Because of that you weren''t that good in school and had less friends.'
  381. act 'Further':dynamic $din_alter_start_ev
  382. end
  383. act 'You spent time outdoors':
  384. cls
  385. clr
  386. stren = 10
  387. vital = 10
  388. agil = 20
  389. fat = 30
  390. salo = 30
  391. dom = 50
  392. !!!!!!!!!!!!!! Maruda Hair Mod
  393. hairlength = 19
  394. hcol = 2
  395. !!!!!!!!!!!!!! Maruda Hair Mod
  396. dressB[5] = bedra
  397. jeansB[1] = bedra
  398. tan = 30
  399. gs 'stat'
  400. 'You spent almost all your free time outdoors playing with other girls and boys. As a result, you know how to get yourself out of trouble. You aren''t interested in School and sports.'
  401. act 'Further':dynamic $din_alter_start_ev
  402. end
  403. end
  404. --- alterStart ---------------------------------