1
0

stat 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  1. # stat
  2. clr
  3. !!This is error catching to prevent stat from running too early
  4. if opPRE > 0: exit
  5. if Enable_Android = 0:
  6. if oldobjmenu = 0:
  7. gs 'obj_din', 'new'
  8. else
  9. gs 'obj_din', 'old'
  10. end
  11. end
  12. if daystart_start < 100:
  13. pl '<BR>Did you start at the <a href="exec:daystart_start = 241 & gs''daystart'' & gs''stat''">end of August</a> or <a href="exec:daystart_start = 152 & gs''daystart'' & gs''stat''">beginning of June</a>?'
  14. exit
  15. end
  16. view
  17. rand1 = rand(0,100)
  18. $stat_msg=''
  19. if MagikDostup = 0: magik_exp = orgasm
  20. if insleep = 0: gs 'stat_sklattrib'
  21. if cheatHealth = 1: dynamic $cheatmenu['std_cure']
  22. if analplay >= 2 and pcs_ass <= 10: pcs_ass += 1 & analplay = 0
  23. if analplay >= 4 and pcs_ass <= 15: pcs_ass += 1 & analplay = 0
  24. if analplay >= 8 and pcs_ass <= 20: pcs_ass += 1 & analplay = 0
  25. !!The following seems to be part of the combat system.
  26. musle[1] = musle
  27. flex[1] = pcs_agil
  28. stamina[1] = pcs_vital * 3
  29. wipo[1] = pcs_sprt
  30. intel[1] = pcs_intel - bimbostupidity
  31. krasota[1] = pcs_apprnc
  32. pcs_hgt[1] = pcs_hgt
  33. salo[1] = salo
  34. fat[1] = fat
  35. Bteh[1] = bteh
  36. Uteh[1] = uteh
  37. Zteh[1] = zteh
  38. !!This is a temporary stop-gap measure for the accomadation skill and will be removed
  39. if succubusflag = 1 and sucskill >= 4:
  40. if pain['throat'] > 0: pain['throat'] = 0 & sucexcess -= 1
  41. if pain['asshole'] > 0: pain['asshole'] = 0 & sucexcess -= 1
  42. if pain['vaginal'] > 0: pain['vaginal'] = 0 & sucexcess -= 1
  43. if vgape > 0: vgape = 0 & vgapetime = 0 & sucexcess -= 1
  44. if agape > 0: agape = 0 & agapetime = 0 & sucexcess -= 1
  45. end
  46. !!!CHEATS!!!
  47. if cheatWork = 1:work = 0
  48. if cheatWorkKiskis = 1:young_shop_miss = 0
  49. if cheatHapri = 1:pcs_hairbsh = 1
  50. if cheatKlisma = 1:klismaday = daystart & klismaday1 = 1
  51. if cheatNomakeup = 1:
  52. if pcs_makeup = 0: pcs_makeup = 1
  53. end
  54. if cheatNosweat = 1 and pcs_sweat > 0: pcs_sweat = 0
  55. if cheatNoEat = 1:
  56. if pcs_energy < 35: pcs_energy = 35
  57. end
  58. if cheatBandit = 1 and npc_horny['A66'] < 19: npc_horny['A66'] = 19
  59. if CheatNoSleep = 1 and pcs_sleep < 35: pcs_sleep = 35
  60. if alko > 0 and frost > 0:frost = 0
  61. if StrongNarkota >= 20:
  62. if alko > 0:alko = 0
  63. end
  64. if lernSkill >= 8: intel_exp += 1 & lernSkill = 0
  65. if lern >= 10: intel_exp += 1 & lern = 0
  66. if pav_sex >= 25:KatjaKnowBJ = 1
  67. if pav_sex >= 50 or preg > 0:KatjaKnowSex = 1
  68. if film > 0:
  69. !pornoaktrissa
  70. $kompromatFoto = 'The photo is a screenshot from one of your porn movies.'
  71. elseif fotoyousuck = 1:
  72. !!sucked in a couple of guys and was sfotografirovanna
  73. $kompromatFoto = 'The picture shows you sucking two cocks at the same time.'
  74. elseif fotoCFNMsex > 0:
  75. $kompromatFoto = 'In the photo you see yourself getting fucked from behind by a random guy. This must have been taken in the stripclub.'
  76. elseif fotoCFNMblowjobCum > 0:
  77. !!cum on face in the strip club
  78. $kompromatFoto = 'In the photo you are sitting infront of a guy, kissing his cock. There seems to be cum on your face. This photo must have been taken in the stripclub.'
  79. elseif fotoCFNMblowjob > 0:
  80. !!sucked in front of everyone
  81. $kompromatFoto = 'In the photo you are giving a guy a blowjob. You can spot a group of women in the background and it seems like this photo was taken in the stripclub.'
  82. elseif stripdancesum > 0:
  83. !!stripper
  84. $kompromatFoto = 'In the photo you are dancing on a pole. Obviously someone photographed you, while you were on stage at the stripclub.'
  85. elseif modelfoto > 0:
  86. !!photo model
  87. $kompromatFoto = 'The photo shows you naked, it is very well taken and must be from a shoot at the modeling agency.'
  88. end
  89. shameless = guy + stat['bj'] + stat['anal'] + stat['hj'] + ((slutty + gang) * 2)
  90. moneySUM = money + karta + stolmoney
  91. cumSUM = cumsumbod/40
  92. if husbizvradd > 5:izvratH = 1
  93. if husbharmin > 10:harakHusb = 0
  94. if clrbelo < 0:clrbelo = 0 & tanga = 0
  95. if husband = 0:
  96. husbizvradd = 0
  97. husbharmin = 0
  98. husbandMark = 0
  99. houseslut = 0
  100. end
  101. if SNarkvnesh = 0:SNarkvnesh = 1
  102. if SNarkTimes >= SNarkvnesh * 25:
  103. SNarkvnesh += 1
  104. vidage += 1
  105. end
  106. if gopota >= 20 and gnewQW = 1:gnewQW = 2
  107. if workDisk = 4 and week > 5:workDisk = 1
  108. if workDisk = 3 and week > 5:workDiskAtkPlayer = 1
  109. if bfa < 0: bfa = 0
  110. if pcs_vag > 36: pcs_vag = 36
  111. if pcs_throat > 36: pcs_throat = 36
  112. if pcs_ass > 36: pcs_ass = 36
  113. if NarkImmune = 1:
  114. if narkoman ! 0:narkoman = 0
  115. elseif nark >= 30 and narkoman = 0 and NarkImmune = 0:
  116. narkoman = 1
  117. elseif nark = 0 and narkoman = 1:
  118. narkoman = 0
  119. end
  120. if CheatSlut = 1 or succubusflag = 1:
  121. !!Succubus cannot get pregnant
  122. mesec = 0
  123. FocH = 0
  124. EggRH = 0
  125. Ovulate = 0
  126. fertegg = 0
  127. UnfertEgg = 0
  128. PregChem = 0
  129. preg = 0
  130. LutH = 0
  131. RecovH = 0
  132. babyembryo = 0
  133. cycle = 1
  134. if pcs_horny < 50 and CheatSlut = 1: pcs_horny = 50
  135. end
  136. !!These will be made obsolete with the combat system overhaul
  137. boxing = pcs_jab + pcs_punch + pcs_kick + pcs_def
  138. if boxing > 100: boxing = 100
  139. if MagikDostup = 0:
  140. if pcs_magik > magikhigh:
  141. magikhigh += 1
  142. rikudo += pcs_magik * 100
  143. $stat_msg += '<BR><b>You feel like a strength has been revealed within you and you gush with magic, lifting you to a new energy level.</b>'
  144. !! This will be replaced when a more advanced physical system is made
  145. if (pcs_magik mod 2 ! 0) and pcs_eyesize < 2: pcs_eyesize += 1
  146. if (pcs_magik mod 2 = 0) and pcs_lashes < 2: pcs_lashes += 1
  147. end
  148. else
  149. !!This is for error catching
  150. killvar 'pcs_magik'
  151. killvar 'rikudo'
  152. killvar 'pcs_splcstng'
  153. end
  154. if pcs_dom > 100: pcs_dom = 100
  155. if SUB > 100: SUB = 100
  156. if VAF > 200: VAF = 200
  157. if SUB >= pcs_dom and pcs_dom > 0:SUB = SUB - pcs_dom & pcs_dom = 0
  158. if pcs_dom >= SUB and SUB > 0:pcs_dom = pcs_dom - SUB & SUB = 0
  159. if pcs_horny < 0: pcs_horny = 0
  160. if pcs_exhibition < 0:
  161. pcs_exhibition = 0
  162. elseif pcs_exhibition > 100:
  163. pcs_exhibition = 100
  164. end
  165. healthmax = (pcs_vital * 10 + pcs_stren * 5)
  166. willpowermax = (pcs_intel * 5 + pcs_sprt * 5)
  167. stammax = 5 * (2 * pcs_vital + pcs_agil + pcs_stren) / 2
  168. mannamax = (pcs_intel * pcs_magik) + pcs_magik * 100 + pcs_vital * 10 + rikudo
  169. speed = (2 * (pcs_stren + pcs_agil) + pcs_vital) / 5
  170. if healthmax < 1: healthmax = 1
  171. if willpowermax < 1: willpowermax = 1
  172. if stammax < 1: stammax = 1
  173. if mannamax < 1: mannamax = 1
  174. !pre-calc max value for later display
  175. if fairycurse >= daystart and fairyshoo > 0: pcs_horny = 90
  176. if min_arousal > pcs_horny: pcs_horny = min_arousal
  177. if Enable_lockhorny > 0 and pcs_horny < Enable_lockhorny - 1: pcs_horny = Enable_lockhorny - 1
  178. if pcs_horny < 0: pcs_horny = 0
  179. if pcs_health > healthmax: pcs_health = healthmax
  180. if pcs_willpwr > willpowermax: pcs_willpwr = willpowermax
  181. if pcs_stam > stammax: pcs_stam = stammax
  182. if pcs_manna > mannamax: pcs_manna = mannamax
  183. if pcs_mood > 100: pcs_mood = 100
  184. if hypnoAddict = 1 and pcs_horny < 30:
  185. pcs_horny = 30
  186. elseif hypnoAddict = 2 and pcs_horny < 50:
  187. pcs_horny = 50
  188. end
  189. if spdirtyi = 1 or hypnoAddict = 0:missCum = 0
  190. if missCum >= timeTresh:
  191. if pcs_horny < 90: pcs_horny = 90
  192. if preziktype = 0: prezikcount = prezik
  193. if preziktype = 2: preziksabo = prezik
  194. prezik = 0
  195. preziktype = 1
  196. end
  197. !!!!!!!!!!!
  198. !!!TIME!!!
  199. !!!!!!!!!!!
  200. if nminut ! minut:
  201. ! Zero totminut will be at New Years Eve of 2015
  202. ! Years since 2015 in days
  203. totminut = (year - 2015) * 365
  204. ! Days this year
  205. if month > 1 : totminut += 31 & ! Jan
  206. if month > 2 : totminut += 28 & ! Feb
  207. if month > 3 : totminut += 31 & ! Mar
  208. if month > 4 : totminut += 30 & ! Apr
  209. if month > 5 : totminut += 31 & ! May
  210. if month > 6 : totminut += 30 & ! Jun
  211. if month > 7 : totminut += 31 & ! Jul
  212. if month > 8 : totminut += 31 & ! Aug
  213. if month > 9 : totminut += 30 & ! Sep
  214. if month > 10: totminut += 31 & ! Oct
  215. if month > 11: totminut += 30 & ! Nov
  216. if month > 12: totminut += 31 & ! Dec
  217. if month > 13: totminut += 31 & ! Jan rollover sanity check
  218. totminut += day
  219. ! Hours
  220. totminut = totminut * 24 + hour
  221. ! Minutes
  222. totminut = totminut * 60 + minut + sec / 60
  223. nminut = minut
  224. end
  225. !!painkiller
  226. if pain['killer'] > 0:
  227. if pain['killer'] = 1: pain_timer = totminut - 2
  228. pain['killer'] = totminut - pain_timer
  229. if pain['killer'] >= 243: pain['killer'] = 0
  230. end
  231. ! WD: 'daystart' Should start at 1
  232. if daystart = 0: daystart = 1
  233. !!Gaping of vagina recovery time
  234. if vgape > 0:
  235. if vgapetime = 0: vgapetime = totminut
  236. if (vgapetime + 60) <= totminut:vgape -= 1 & vgapetime = 0
  237. end
  238. !!Gaping of anus recovery time
  239. if agape > 0:
  240. if agapetime = 0: agapetime = totminut
  241. if (agapetime + 90) <= totminut:agape -= 1 & agapetime = 0
  242. end
  243. !!Recovery from spanking - will be superseded by pain system
  244. if spanked > 0:
  245. if spankedtime = 0: spankedtime = totminut
  246. if (spankedtime + 2040) <= totminut:spanked -= 1 & spankedtime = 0
  247. end
  248. !! Orgasmic cooldown
  249. if orgasmic ! 0:
  250. if orgasmic < totminut - 30: orgasmic = 0 & pcs_horny = 0
  251. end
  252. if sec >= 60:
  253. :loopsec
  254. minut += 1
  255. sec -= 60
  256. if sec >= 60:jump 'loopsec'
  257. end
  258. if minut >= 60:
  259. :loopmin
  260. hour += 1
  261. minut -= 60
  262. if SbrosNerdism = 1:pcs_nerd = pcs_sprt / 10 - orgasm
  263. if pcs_nerd < 0:pcs_nerd = 0
  264. if obkvsdam > 0:obkvsdam = rand(2, 5)
  265. if scpopt > 1: scpopt = 0
  266. if insleep = 1:
  267. pcs_energy -= (4 + succublvl/2)
  268. pcs_stam += stammax / 10
  269. pcs_sleep -= 4
  270. else
  271. pcs_energy -= (8 + succublvl)
  272. pcs_stam += stammax / 20
  273. pcs_sleep -= 4
  274. end
  275. gs 'femcyc'
  276. if hypnoAddict > 0:dynamic $hypnoAddiction
  277. !!manna regen
  278. pcs_manna += mannamax / 20
  279. if alko > 0 and alkoblock = 0:
  280. if alko >= 4:
  281. if pcs_run > 0: run_deg -= 1
  282. if vball_lvl >= 50: vball_deg -= 1
  283. if alko >= 6:
  284. if pcs_stren > 10: stren_deg -= 1
  285. if pcs_vital > 10: vital_deg -= 1
  286. if pcs_intel > 10: intel_deg -= 1
  287. alko -= rand (1, 2)
  288. end
  289. end
  290. alko -= 1
  291. end
  292. !!!!!!!!!!!!!
  293. !!!Avtoboy!!!
  294. !!!!!!!!!!!!!
  295. if hour >= 8 and hour <= 23 and NPCnum > 10 and insleep = 0:
  296. :markturnirotbort
  297. xf = 0
  298. :markturnirotbortt
  299. xf += 1
  300. turnirFighter[xf] = rand(2, NPCnum)
  301. if xf < 2:jump 'markturnirotbortt'
  302. if turnirFighter[1] = turnirFighter[2]:jump 'markturnirotbort'
  303. a = turnirFighter[1]
  304. i = turnirFighter[2]
  305. NoView = 1
  306. gs 'Autofight'
  307. end
  308. !!!!!!!!!!!!!
  309. if shame > 0:shame -= 1 & pcs_mood -= 5
  310. if smoker >= 20:smokerNeed += 1
  311. if smokerNeed > 10 and InSleep = 0 and pcs_mood > 20:pcs_mood -= pcs_mood / 10
  312. if smokerNeed > 300:smokerNeed = 0 & smoker = 0
  313. if StrongNarkota > 0:StrongNarkota -= 1
  314. if SLomka > 0 and pcs_mood > 10:SLomka += 1 & pcs_mood -= pcs_mood / 10
  315. if SLomka > 100 and StrongNarkota <= 0:SLomka = 0 & SNarkTimes = 0
  316. if narkoman = 1 and narkday ! daystart:
  317. pcs_health -= 5
  318. pcs_willpwr -= 5
  319. pcs_mood -= 10
  320. end
  321. if tanga = 0 and PCloPants > 0 and $clothingworntype ! 'nude':mosolpred += 1
  322. if mosolpred >= 10:
  323. mosol += 1
  324. mosolpred -= 10
  325. end
  326. if mosol >= 50:
  327. pcs_mood -= 5
  328. end
  329. if pcs_energy > 100:
  330. fat += (pcs_energy - 100) / 4
  331. pcs_energy = 100
  332. end
  333. if mosol > 0:
  334. if tanga = 1 or $clothingworntype = 'nude':mosol -= 1
  335. end
  336. if pcs_lipbalm > 0:pcs_lipbalm -= 1
  337. if sickstage = 1:sick += 1 & sicktimer += 1
  338. if sickstage = 1 and sicktimer >= 80:sicktimer = 0 & sickstage = 2
  339. if sickstage = 2 and sick > 0:sick -= 1
  340. if sickstage = 2 and sick <= 0:sick = 0 & sickstage = 0
  341. if perkice > 0:perkice -= 1
  342. if frost > 0:frost -= 1
  343. if KGOLpers > 0:
  344. if KGHP < KGHPMAX:KGHP += 10
  345. if KGManna < KGMannaMax:KGManna += 10
  346. end
  347. if pain['head'] > 0:pain['head'] -= rand(0,1)
  348. if pain['hair'] > 0:pain['hair'] -= rand(0,1)
  349. if pain['ears'] > 0:pain['ears'] -= rand(0,1)
  350. if pain['eyebrows'] > 0:pain['eyebrows'] -= rand(0,1)
  351. if pain['eyes'] > 0:pain['eyes'] -= rand(0,1)
  352. if pain['cheeks'] > 0:pain['cheeks'] -= rand(0,1)
  353. if pain['nose'] > 0:pain['nose'] -= rand(0,1)
  354. if pain['mouth'] > 0:pain['mouth'] -= rand(0,1)
  355. if pain['lips'] > 0:pain['lips'] -= rand(0,1)
  356. if pain['tongue'] > 0:pain['tongue'] -= rand(0,1)
  357. if pain['throat'] > 0:pain['throat'] -= rand(0,1)
  358. if pain['neck'] > 0:pain['neck'] -= rand(0,1)
  359. if pain['back'] > 0:pain['back'] -= rand(0,1)
  360. if pain['asscheeks'] > 0:pain['asscheeks'] -= rand(0,1)
  361. if pain['asshole'] > 0:pain['asshole'] -= rand(0,1)
  362. if pain['hips'] > 0:pain['hips'] -= rand(0,1)
  363. if pain['thighs'] > 0:pain['thighs'] -= rand(0,1)
  364. if pain['legL'] > 0:pain['legL'] -= rand(0,1)
  365. if pain['legR'] > 0:pain['legR'] -= rand(0,1)
  366. if pain['feet'] > 0:pain['feet'] -= rand(0,1)
  367. if pain['toes'] > 0:pain['toes'] -= rand(0,1)
  368. if pain['shoulders'] > 0:pain['shoulders'] -= rand(0,1)
  369. if pain['armL'] > 0:pain['armL'] -= rand(0,1)
  370. if pain['armR'] > 0:pain['armR'] -= rand(0,1)
  371. if pain['hands'] > 0:pain['hands'] -= rand(0,1)
  372. if pain['fingers'] > 0:pain['fingers'] -= rand(0,1)
  373. if pain['chest'] > 0:pain['chest'] -= rand(0,1)
  374. if pain['breasts'] > 0:pain['breasts'] -= rand(0,1)
  375. if pain['nipples'] > 0:pain['nipples'] -= rand(0,1)
  376. if pain['ribs'] > 0:pain['ribs'] -= rand(0,1)
  377. if pain['tummy'] > 0:pain['tummy'] -= rand(0,1)
  378. if pain['pubic'] > 0:pain['pubic'] -= rand(0,1)
  379. if pain['vaginal'] > 0:pain['vaginal'] -= rand(0,1)
  380. if pain['clitoris'] > 0:pain['clitoris'] -= rand(0,1)
  381. if pain['urethra'] > 0:pain['urethra'] -= rand(0,1)
  382. if pain['cervix'] > 0:pain['cervix'] -= rand(0,1)
  383. ! fix for pain going into negatives and "increasing"
  384. if pain['head'] < 0:pain['head'] = 0
  385. if pain['hair'] < 0:pain['hair'] = 0
  386. if pain['ears'] < 0:pain['ears'] = 0
  387. if pain['eyebrows'] < 0:pain['eyebrows'] = 0
  388. if pain['eyes'] < 0:pain['eyes'] = 0
  389. if pain['cheeks'] < 0:pain['cheeks'] = 0
  390. if pain['nose'] < 0:pain['nose'] = 0
  391. if pain['mouth'] < 0:pain['mouth'] = 0
  392. if pain['lips'] < 0:pain['lips'] = 0
  393. if pain['tongue'] < 0:pain['tongue'] = 0
  394. if pain['throat'] < 0:pain['throat'] = 0
  395. if pain['neck'] < 0:pain['neck'] = 0
  396. if pain['back'] < 0:pain['back'] = 0
  397. if pain['asscheeks'] < 0:pain['asscheeks'] = 0
  398. if pain['asshole'] < 0:pain['asshole'] = 0
  399. if pain['hips'] < 0:pain['hips'] = 0
  400. if pain['thighs'] < 0:pain['thighs'] = 0
  401. if pain['legL'] < 0:pain['legL'] = 0
  402. if pain['legR'] < 0:pain['legR'] = 0
  403. if pain['feet'] < 0:pain['feet'] = 0
  404. if pain['toes'] < 0:pain['toes'] = 0
  405. if pain['shoulders'] < 0:pain['shoulders'] = 0
  406. if pain['armL'] < 0:pain['armL'] = 0
  407. if pain['armR'] < 0:pain['armR'] = 0
  408. if pain['hands'] < 0:pain['hands'] = 0
  409. if pain['fingers'] < 0:pain['fingers'] = 0
  410. if pain['chest'] < 0:pain['chest'] = 0
  411. if pain['breasts'] < 0:pain['breasts'] = 0
  412. if pain['nipples'] < 0:pain['nipples'] = 0
  413. if pain['ribs'] < 0:pain['ribs'] = 0
  414. if pain['tummy'] < 0:pain['tummy'] = 0
  415. if pain['pubic'] < 0:pain['pubic'] = 0
  416. if pain['vaginal'] < 0:pain['vaginal'] = 0
  417. if pain['clitoris'] < 0:pain['clitoris'] = 0
  418. if pain['urethra'] < 0:pain['urethra'] = 0
  419. if pain['cervix'] < 0:pain['cervix'] = 0
  420. if aphrodisiac_timer >= 1:
  421. if pcs_horny < 80:
  422. pcs_horny = 80
  423. else
  424. pcs_horny += 10
  425. end
  426. aphrodisiac_timer -= 1
  427. end
  428. if tanga = 1 and clit_size >= 25:pcs_horny += 20
  429. if insleep = 0:
  430. pcs_sweat += rand(0,1)
  431. if temper >= 20: pcs_sweat += rand(0,1)
  432. end
  433. ! vovan edition, from 1.2.5
  434. if clearclothes > 0: clearclothes -= 1
  435. if hantersAndreisex > 0: hantersAndreisex -= 1
  436. if hantersSergeisex > 0: hantersSergeisex -= 1
  437. if hantersIgorsex > 0: hantersIgorsex -= 1
  438. if hantslutsex > 0: hantslutsex -= 1
  439. if mira_go_blok > 0: mira_go_blok -= 1
  440. if mira_no_home > 0: mira_no_home -= 1
  441. if minut >= 60:jump 'loopmin'
  442. end
  443. if hour >= 24: gs 'cikl'
  444. if minut < 10:
  445. $nilmin = '0'
  446. else
  447. $nilmin = ''
  448. end
  449. if kid > 0:
  450. i = arrsize('yearkid')
  451. :LoopKidAgeCounter
  452. if i >= 0:
  453. if yearkid[i] = year + 1 and monthkid[i] = month and daykid[i] = day: msg'It is <<$kidname[i]>>''s birthday today.'
  454. i -= 1
  455. jump 'LoopKidAgeCounter'
  456. end
  457. end
  458. if pcs_nerd > 0:
  459. if lastreadday = daystart:
  460. !!<font color="green">You are completely healthy shine and a healthy glow.</font>
  461. pcs_mood = 100
  462. SbrosNerdism = 0
  463. $mudnerd = '<font color="green">You are lost in a fantasy after reading a book.</font>'
  464. end
  465. if lastreadday + 1 = daystart:
  466. SbrosNerdism = 0
  467. $mudnerd = '<font color="black">You are a little bored and want to plunge into a book.</font>'
  468. end
  469. if lastreadday + 2 = daystart:
  470. SbrosNerdism = 0
  471. if pcs_mood > 50:pcs_mood -= 10
  472. $mudnerd = '<font color="red">You really want to read something.</font>'
  473. end
  474. if lastreadday + 3 <= daystart:
  475. if pcs_mood > 10:pcs_mood -= 10
  476. SbrosNerdism = 1
  477. $mudnerd = '<font color="red"><b>You have an incredibly strong desire to read!!!</b></font>'
  478. end
  479. else
  480. SbrosNerdism = 0
  481. $mudnerd = ''
  482. end
  483. if bimbolevel > 0:
  484. if bimbowithdrawal = 0:
  485. $bimbostatus = '<font color = #FF1493>You''re, like, super hawt today.</font>'
  486. elseif bimbowithdrawal = 1:
  487. $bimbostatus = '<font color="green">You feel, like, kind of lame today.</font>'
  488. elseif bimbowithdrawal < 4:
  489. $bimbostatus = '<font color="black">You feel, like, totally lame today.</font>'
  490. elseif bimbowithdrawal < 6:
  491. if pcs_mood > 50: pcs_mood -= 10
  492. $bimbostatus = '<font color="red">You really feel, like, awful today.</font>'
  493. elseif bimbowithdrawal >= 6:
  494. if pcs_mood > 10: pcs_mood -= 10
  495. $bimbostatus= '<font color="red"><b>You feel that, like, horrible today!</b></font>'
  496. end
  497. if bimbowithdrawal > 30:
  498. bimbowithdrawal = 0
  499. bimbo = 0
  500. bimbolevel = 0
  501. $stat_msg += '<BR>You suddenly feel as if your head is clear, instead of filled with pink thoughts.'
  502. end
  503. else
  504. bimbowithdrawal = 0
  505. $bimbostatus = ''
  506. end
  507. !
  508. ! WD: Triggers every 15 minutes if not sleeping
  509. ! Update to remove long iterations on loading saves from previous versions
  510. ! Do Nothing if sleeping, invalid Trig15Minute value or more than 6 hours 16 minute pass
  511. if InSleep ! 0 or Trig15Minute > totminut or (totminut - Trig15Minute) >= 376:
  512. set Trig15Minute = totminut
  513. ! More than 15 minutes since last check
  514. else
  515. if (totminut - Trig15Minute) >= 15:
  516. ! begin Loop
  517. :Trig15MinuteLoop
  518. ! Horny Actions
  519. if pcs_horny > 100:
  520. set Trig15Minute = totminut
  521. else
  522. set Trig15Minute += 15
  523. ! WD: Fix vibrator arousal to trigger every 15 minutes, moved from 'time' location
  524. if vibratorin = 1:pcs_horny += rand(1, 5)
  525. ! WD: Fixed Piecing arousal to trigger every 15 minutes, instead of once per day
  526. if pcs_horny < 70:
  527. hornystat = 0
  528. if pirsF = 1:hornystat += 1
  529. if pirsG = 1:hornystat += 1
  530. if pirsGL = 1:hornystat += 1
  531. hornyStat = hornystat * 4
  532. if pirsA = 1:hornystat += 1
  533. if pirsB = 1:hornystat += 1
  534. if pirsC = 1:hornystat += 1
  535. if pirsD = 1:hornystat += 1
  536. if pirsE = 1:hornystat += 1
  537. if pirsN = 1:hornystat += 1
  538. set pcs_horny += hornyStat / 4 + rand(1,4) <= hornyStat mod 4 & ! Apply 1/4 of value on average
  539. end
  540. ! WD: Clothing
  541. if CloStyle = 4 and pcs_horny < 70:set pcs_horny += rand(0, 2)
  542. if (PCloSkirt > 5 or PCloPants > 5) and pcs_horny < 50:set pcs_horny += rand(0, 1)
  543. if PCloTopCut = 4 and pcs_horny < 50:set pcs_horny += rand(0, 1)
  544. end
  545. !!SECTION: Bimbo (15 minute interval update checks)
  546. if bimbolevel = 2:
  547. if pcs_mood < 100:pcs_mood += ((pcs_mood / 100) * (rand(0,1)))
  548. if pcs_horny < 25:pcs_horny = 25
  549. if pcs_horny < 100:pcs_horny += 1
  550. end
  551. if bimbolevel = 3:
  552. if (pcs_mood < 100):pcs_mood += ((pcs_mood / 100) * (rand(0,2)))
  553. if pcs_horny < 50:pcs_horny = 50
  554. if pcs_horny < 100:pcs_horny += 2
  555. end
  556. !! This is the Succubus non-direct injection (pun intented) sex to sexnutrition and the sexnutrition conversion handling
  557. if succubusflag = 1:
  558. if pcs_horny < 50: pcs_horny = 50
  559. if pcs_horny < 100: pcs_horny += succublvl
  560. if succhungry > 0:
  561. pcs_energy -= succhungry * succublvl
  562. pcs_sleep -= succhungry * succublvl
  563. end
  564. cumres_idx = arrpos('sparrloc',12)
  565. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:sexnutrition += 4 & gs 'cum_cleanup', 'cleanloc', 12
  566. cumres_idx = arrpos('sparrloc',0)
  567. if cumres_idx >= 0 and cumsumvag > 0:sexnutrition += cumsumvag * 4 & gs 'cum_cleanup', 'cleanloc', 0
  568. if cumres_idx >= 0 and cumsumass > 0:sexnutrition += cumsumass * 4 & gs 'cum_cleanup', 'cleanloc', 3
  569. if arrsize('sparrvol') > 0:
  570. suctempi = -1
  571. :SuccAbsorbLoop
  572. suctempi += 1
  573. if suctempi <= 1 or suctempi = 4 or suctempi >= 8:
  574. if suctempi = 12: jump 'SuccAbsorbLoop'
  575. suctemparr = arrpos('sparrloc',suctempi)
  576. if suctemparr >= 0 and sparrloc[suctemparr] = suctempi and sparrvol[suctemparr] > 0:
  577. sexnutrition += succublvl * 5
  578. cumsumbod -= sparrvol[suctemparr]
  579. succubxp += 2
  580. sucabscum = 1
  581. gs 'cum_cleanup', 'cleandeposit', suctemparr
  582. cumloc[suctempi] = 0
  583. spdirty = 0
  584. spdirtyn = 0
  585. spdirtyv = 0
  586. spdirtyf = 0
  587. !! debug code $stat_msg += '<BR>Absorb ext <<sexnutrition>>'
  588. end
  589. end
  590. if suctempi < 17:jump 'SuccAbsorbLoop'
  591. end
  592. if suclezsex < lesbian:
  593. sexnutrition += succublvl * 20
  594. suclezsex = lesbian
  595. succubxp += 3
  596. sucabslez = 1
  597. end
  598. if sexnutrition > 0:
  599. if sucskill >= 3 and succublvl >= 2: sexnutrition += (sexnutrition * 2) / 10
  600. if sucabslez = 1 and sucabscum = 1:
  601. $sucabs1 = 'absorbed energy from the woman you had sex with'
  602. $sucabs2 = ' and you '
  603. $sucabs3 = 'absorb the semen in your body'
  604. elseif sucabscum = 1:
  605. $sucabs3 = 'absorb the semen in your body'
  606. elseif sucabslez = 1:
  607. $sucabs1 = 'absorbed energy from the woman you had sex with'
  608. else
  609. !!Debug code
  610. $stat_msg += '<BR>SOMETHING HAPPENED!'
  611. end
  612. $stat_msg += '<BR>You <<$sucabs1>><<$sucabs2>><<$sucabs3>>, gaining nourishment.'
  613. sucabslez = 0 & sucabscum = 0
  614. $sucabs1 = '' & $sucabs2 = '' & $sucabs3 = ''
  615. if (pcs_mood < 100): pcs_mood += ((pcs_mood / 100) * 5)
  616. if pcs_energy > 100: entemp = (pcs_energy - 100)
  617. if sucexcess < 0 and sexnutrition > 20 and pcs_energy > 30:
  618. if sexnutrition - 20 >= (0 - sucexcess) * 2:
  619. sexnutrition += sucexcess * 2
  620. sucexcess = 0
  621. else
  622. sucexcess += (sexnutrition - 20) / 2
  623. sexnutrition = 20
  624. end
  625. end
  626. pcs_energy += sexnutrition / 2
  627. pcs_sleep += sexnutrition / 20
  628. if succhungry > 0: succhungry = 0
  629. sexnutrition = 0
  630. if pcs_energy > 100: sucexcess += (pcs_energy - entemp - 100) & pcs_energy = 100 + entemp & killvar 'entemp'
  631. end
  632. end
  633. !! safeguards to prevent bimbolevel from going above or below its intended limits
  634. if bimbolevel > 3: bimbolevel = 3
  635. if bimbolevel < 0: bimbolevel = 0
  636. ! do loop
  637. if (totminut - Trig15Minute) >= 15:jump 'Trig15MinuteLoop'
  638. end
  639. end
  640. !!!!!!!!!!!!!
  641. !!!ENERGY!!!
  642. !!!!!!!!!!!!!
  643. if succubusflag = 1:
  644. if pcs_energy < 0:
  645. if fat >= 1:
  646. fat -= 2
  647. pcs_energy += 8 + succublvl
  648. else
  649. pcs_energy += 8 + succublvl
  650. sucexcess -= (8 + succublvl) * (6 - succublvl)
  651. end
  652. end
  653. if pcs_health < 0:
  654. pcs_health = 10
  655. sucexcess -= 25 * (9 - succublvl)
  656. end
  657. if pcs_willpwr < 0:
  658. pcs_willpwr = 10
  659. sucexcess -= 20 * (9 - succublvl)
  660. sucpowzeroed = 4
  661. end
  662. end
  663. if pcs_sleep < 0:
  664. pcs_sleep = 0
  665. pcs_mood -= 5
  666. end
  667. if pcs_energy < 0:
  668. pcs_energy = 0
  669. pcs_health -= 5
  670. if fat = 0 and pcs_stren + pcs_vital > 0:
  671. stren_deg -= 1
  672. vital_deg -= 1
  673. pcs_energy += 8
  674. elseif fat = 0 and pcs_stren + pcs_vital <= 0:
  675. if Enable_nogameover = 0 :
  676. over = 3
  677. gt'gameover'
  678. exit
  679. else
  680. $stat_msg += '<BR><font color=red><B>You starved to death, but Cheat Mode keeps you Alive.</B></font>'
  681. fat = 1
  682. end
  683. elseif fat > 0:
  684. fat -= 1
  685. pcs_energy += 8
  686. end
  687. end
  688. if pcs_mood <= 0:
  689. pcs_mood = 1
  690. pcs_health -= 5
  691. pcs_willpwr -= 5
  692. end
  693. if pcs_health < 0:
  694. if Enable_nogameover = 0 :
  695. over = 1
  696. gt'gameover'
  697. exit & !nogameover by illume
  698. else
  699. $stat_msg += '<BR><font color=red><B>You died from injuries, but Cheat Mode keeps you Alive.</B></font>'
  700. pcs_health = 0
  701. end
  702. end
  703. if pcs_willpwr <= 0 :
  704. !this will set willpower to 0 correctly; then check mana =1 for insane-gameover(pcs_willpwr=0&mana=1).
  705. if pcs_mood <= 1:
  706. if Enable_nogameover = 0 :
  707. over = 2
  708. gt'gameover'
  709. exit & !nogameover by illume
  710. else
  711. $stat_msg += '<BR><font color=red><B>You are insane, but Cheat Mode keeps you Alive.</B></font>'
  712. !pcs_mood already checked for >=1 in line 1113 if pcs_mood <= 0, no need to set another one
  713. end
  714. end
  715. pcs_willpwr = 0
  716. end
  717. !!cars-increase/depressed mood after orgasm/rape
  718. if rape > 0 and rape ! rape_count and orgasm = orgasm_count:
  719. pcs_mood = 10
  720. rape_count = rape
  721. elseif orgasm > 0 and orgasm ! orgasm_count:
  722. pcs_mood = 100
  723. orgasm_count = orgasm
  724. elseif rape > 0 and rape ! rape_count and orgasm > 0 and orgasm ! orgasm_count:
  725. pcs_mood = 100
  726. orgasm_count = orgasm
  727. rape_count = rape
  728. end
  729. gs 'body'
  730. !!!!!!!!!!!!!
  731. if pcs_health >= healthmax:
  732. $pcs_health = '<font color="green">You are very healthy.</font>'
  733. elseif pcs_health >= healthmax * 75 / 100:
  734. $pcs_health = '<font color="blue">You are healthy.</font>'
  735. elseif pcs_health >= healthmax * 50 / 100:
  736. $pcs_health = '<font color="brown">You are not healthy.</font>'
  737. elseif pcs_health >= healthmax * 25 / 100:
  738. $pcs_health = '<font color="red">You are sick.</font>'
  739. else
  740. $pcs_health = '<font color="red">You are on the verge of death.</font>'
  741. end
  742. if pcs_willpwr >= willpowermax:
  743. $pcs_willpwr = '<font color="green">Your mind is clear.</font>'
  744. elseif pcs_willpwr >= willpowermax * 75 / 100:
  745. $pcs_willpwr = '<font color="blue">You are mostly clear of mind.</font>'
  746. elseif pcs_willpwr >= willpowermax * 50 / 100:
  747. $pcs_willpwr = '<font color="brown">You are depressed.</font>'
  748. elseif pcs_willpwr >= willpowermax * 25 / 100:
  749. $pcs_willpwr = '<font color="red">You have depression.</font>'
  750. else
  751. $pcs_willpwr = '<font color="red">You are on the verge of madness.</font>'
  752. end
  753. if pcs_mood >= 100:
  754. $pcs_mood = '<font color="green">You are in a good mood.</font>'
  755. elseif pcs_mood >= 75:
  756. $pcs_mood = '<font color="blue">You have a normal mood.</font>'
  757. elseif pcs_mood >= 50:
  758. $pcs_mood = '<font color="brown">You are in a bad mood.</font>'
  759. elseif pcs_mood >= 25:
  760. $pcs_mood = '<font color="red">You are in a terrible mood.</font>'
  761. else
  762. $pcs_mood = '<font color="red">Your mood is stuck in the gutter.</font>'
  763. end
  764. if pcs_energy >= 80:
  765. $pcs_energy = '<font color="green">You couldn''t eat one more bite.</font>'
  766. elseif pcs_energy >= 40:
  767. $pcs_energy = '<font color="blue">You''re not really hungry, but a small snack would be very welcome.</font>'
  768. elseif pcs_energy >= 8:
  769. $pcs_energy = '<font color="brown">You are hungry.</font>'
  770. else
  771. $pcs_energy = '<font color="red">You are very hungry.</font>'
  772. end
  773. if pcs_sleep >= 80:
  774. $pcs_sleep = '<font color="green">You are well rested.</font>'
  775. elseif pcs_sleep >= 40:
  776. $pcs_sleep = '<font color="blue">You are slightly tired.</font>'
  777. elseif pcs_sleep >= 8:
  778. $pcs_sleep = '<font color="brown">You are tired.</font>'
  779. else
  780. $pcs_sleep = '<font color="red">You are very tired.</font>'
  781. end
  782. !!Mood
  783. maxmood = 100 - moodmodifier
  784. if pcs_mood > 100:
  785. pcs_mood = 100
  786. $pcs_mood = 'You feel buoyed.'
  787. elseif pcs_mood < 0:
  788. pcs_mood = 0
  789. !! Asylum: basically this means clinically insane, like court-ordered committed, saliva dripping, blubbering... Ordinarily irreversible at this stage meaning Game Over, but cheat can help
  790. end
  791. if workFabrika = 1 and week => 1 and week <= 5 and hour > 8 and age => 16 and age < 18 and FabrikaProgulDay ! day or workFabrika = 1 and week => 1 and week <= 5 and hour > 16 and age > 18 and FabrikaProgulDay ! day:
  792. !absence from work in a factory in Pavlovsk
  793. FabrikaProgul += 1
  794. FabrikaProgulDay = day
  795. end
  796. if hotelroom > 0:
  797. if hotelroom1day = daystart: $stat_msg += '<BR>You have 1 night left on your hotel booking.'
  798. if hotelroom1day < daystart and hour <= 11: $stat_msg += '<BR>Your hotel booking has expired and you cannot return to your room after 11:00'
  799. if hotelroom1day < daystart and hour > 11: hotelroom = 0
  800. end
  801. if hour >= 8 and hour < 16 and week < 6 and StoryLine > 0 and SchoolAtestat = 0 and kanikuli = 0 and schoolProgulDay ! daystart:
  802. !!absence from school
  803. schoolprogul += 1
  804. schoolProgulDay = daystart
  805. end
  806. if insleep = 0: gs 'stat_display'
  807. if cumcondslip <= 0: cumcondslip_deep = 0
  808. --- stat ---------------------------------