stat.qsrc 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. # stat
  2. !!This is error catching to prevent stat from running too early
  3. if opPRE > 0: exit
  4. if Enable_Android = 0:
  5. clr
  6. !only clear status and renew object in non-Android mode
  7. gs 'obj_din', 'old'
  8. end
  9. if daystart_start < 100:
  10. pl '<BR>Did you start at the <a href="exec:daystart_start = 239 & gs''daystart'' & gs''stat''">end of August</a> or <a href="exec:daystart_start = 153 & gs''daystart'' & gs''stat''">beginning of June</a>?'
  11. exit
  12. end
  13. $BACKIMAGE = ''
  14. view
  15. rand1 = rand(0,100)
  16. $stat_msg=''
  17. if daystage = 1:
  18. $daystage['desc'] = 'dawn'
  19. elseif daystage = 2:
  20. $daystage['desc'] = 'mid_day'
  21. elseif daystage = 3:
  22. $daystage['desc'] = 'sunset'
  23. elseif daystage = 4:
  24. $daystage['desc'] = 'early_night'
  25. elseif daystage = 5:
  26. $daystage['desc'] = 'mid_night'
  27. elseif daystage = 6:
  28. $daystage['desc'] = 'pre_dawn'
  29. end
  30. if $start_type[1] ! 'nomagic': magik_exp = orgasm + magik_adj
  31. if insleep = 0: gs 'stat_sklattrib'
  32. if cheatHealth = 1: dynamic $cheatmenu['std_cure']
  33. if InfWillpwer = 1: pcs_willpwr = willpowermax
  34. if stat['vaginal'] = 0 and stat['vaginal_fist'] = 0 and stat['vaginal_dildo'] = 0 and stat['vaginal_strap'] = 0:
  35. stat['think_virgin'] = 1
  36. else
  37. stat['think_virgin'] = 0
  38. end
  39. if (analplay >= 2 and pcs_ass <= 10) or (analplay >= 4 and pcs_ass <= 15) or (analplay >= 8 and pcs_ass <= 20): pcs_ass += 1 & analplay = 0
  40. !!This is a temporary stop-gap measure for the accomadation skill and will be removed
  41. if succubusflag = 1 and sucskill >= 4:
  42. if pain['throat'] > 0: pain['throat'] = 0 & sucexcess -= 1
  43. if pain['asshole'] > 0: pain['asshole'] = 0 & sucexcess -= 1
  44. if pain['vaginal'] > 0: pain['vaginal'] = 0 & sucexcess -= 1
  45. if vgape > 0: vgape = 0 & vgapetime = 0 & sucexcess -= 1
  46. if agape > 0: agape = 0 & agapetime = 0 & sucexcess -= 1
  47. end
  48. !!mouth cleaning for drinks
  49. if pcs_hydra > hydra_check:
  50. cumspclnt = 2
  51. gs 'cum_cleanup'
  52. end
  53. !!cosmetic tattoo
  54. if cosmetic_tattoo > 0:
  55. if pcs_makeup ! (cosmetic_tattoo+1): pcs_makeup = (cosmetic_tattoo+1)
  56. end
  57. !!!CHEATS!!!
  58. if cheatWork = 1:work = 0
  59. if cheatWorkKiskis = 1:young_shop_miss = 0
  60. if cheatHapri = 1:pcs_hairbsh = 1
  61. ! Moved from cheats to settings under 'Enema realism'
  62. if cheatKlisma = 0:klismaday = daystart & klismaday1 = 1
  63. if cheatNomakeup = 1 and cosmetic_tattoo = 0:
  64. if pcs_makeup = 0: pcs_makeup = 1
  65. end
  66. if cheatNoSweat = 1 and pcs_sweat > 0: pcs_sweat = 0
  67. if cheatNoEat = 1:
  68. if pcs_energy < 60: pcs_energy = 60
  69. end
  70. if cheatShaveLegs = 1:
  71. if pcs_leghair > 0: pcs_leghair = 0
  72. end
  73. if cheatNoDrink = 1:
  74. if pcs_hydra < 60: pcs_hydra = 60
  75. end
  76. if cheatNoSleep = 1:
  77. if pcs_sleep < 35: pcs_sleep = 35
  78. end
  79. if cheatBandit = 1 and npc_horny['A66'] < 19: npc_horny['A66'] = 19
  80. if alko > 0 and frost > 0: frost = 0
  81. if lernSkill >= 8: gs 'exp_gain', 'intel', 1 & lernSkill = 0
  82. if lern >= 10: gs 'exp_gain', 'intel', 1 & lern = 0
  83. shameless = guy + stat['bj'] + stat['anal'] + stat['hj'] + ((slutty + gang) * 2)
  84. moneySUM = money + karta + stolmoney
  85. cumSUM = cumsumbod/40
  86. if husbizvradd > 5:izvratH = 1
  87. if husbharmin > 10:harakHusb = 0
  88. if husband = 0:
  89. husbizvradd = 0
  90. husbharmin = 0
  91. husbandMark = 0
  92. houseslut = 0
  93. end
  94. if food_loc > 0 and $food_loc <> $loc: killvar 'food_loc'
  95. if gopota >= 20 and gnewQW = 1:gnewQW = 2
  96. if workDisk = 4 and week > 5:workDisk = 1
  97. if workDisk = 3 and week > 5:workDiskAtkPlayer = 1
  98. if bfa < 0: bfa = 0
  99. if pcs_vag > 36: pcs_vag = 36
  100. if pcs_throat > 36: pcs_throat = 36
  101. if pcs_ass > 36: pcs_ass = 36
  102. if cheatSlut = 1 or succubusflag = 1:
  103. !!Succubus cannot get pregnant
  104. mesec = 0
  105. FocH = 0
  106. EggRH = 0
  107. Ovulate = 0
  108. fertegg = 0
  109. UnfertEgg = 0
  110. PregChem = 0
  111. preg = 0
  112. LutH = 0
  113. RecovH = 0
  114. babyembryo = 0
  115. cycle = 1
  116. end
  117. if succubusflag = 1 and succublvl > 2 and rape > rape_count:
  118. !!High Level Succubus cannot get raped
  119. orgasm += 1
  120. rape = rape_count
  121. pcs_mood = 100
  122. end
  123. if pcs_horny < 50 and cheatHorny = 1: pcs_horny = 50
  124. manamax = (pcs_intel * pcs_magik) + pcs_magik * 100 + pcs_vital * 10 + rikudo
  125. !! Set the massage displayed each time the magik attribute is increased.
  126. if $start_type[1] ! 'nomagic':
  127. if pcs_magik > magikhigh:
  128. magikhigh = pcs_magik
  129. rikudo += pcs_magik * 100
  130. $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>'
  131. !! This will be replaced when a more advanced physical system is made
  132. if (pcs_magik mod 2 ! 0) and pcs_eyesize < 2: pcs_eyesize += 1
  133. if (pcs_magik mod 2 = 0) and pcs_lashes < 2: pcs_lashes += 1
  134. end
  135. else
  136. !!This is for error catching but also broke manamax calc which is why its now above this
  137. killvar 'pcs_magik'
  138. killvar 'rikudo'
  139. killvar 'pcs_splcstng'
  140. end
  141. if pcs_dom < 0: SUB = SUB - pcs_dom & pcs_dom = 0
  142. if SUB < 0: pcs_dom = pcs_dom - SUB & SUB = 0
  143. if pcs_dom > 100: pcs_dom = 100
  144. if SUB > 100: SUB = 100
  145. if SUB >= pcs_dom and pcs_dom > 0:SUB = SUB - pcs_dom & pcs_dom = 0
  146. if pcs_dom >= SUB and SUB > 0:pcs_dom = pcs_dom - SUB & SUB = 0
  147. if pcs_horny < 0: pcs_horny = 0
  148. if pcs_inhib < 0:
  149. pcs_inhib = 0
  150. elseif pcs_inhib > 100:
  151. pcs_inhib = 100
  152. end
  153. healthmax = (pcs_vital * 10 + pcs_stren * 5)
  154. stammax = (30* (2 * pcs_vital + pcs_agil + pcs_stren) +1000)/ 13 - pregchem/10
  155. speed = (2 * (pcs_stren + pcs_agil) + pcs_vital) / 5 - pregchem/100
  156. if healthmax < 1: healthmax = 1
  157. if willpowermax < 50: willpowermax = 50
  158. if stammax < 1: stammax = 1
  159. if manamax < 1: manamax = 1
  160. !pre-calc max value for later display
  161. if fairycurse >= daystart and fairyshoo > 0: pcs_horny = 90
  162. if min_arousal > pcs_horny: pcs_horny = min_arousal
  163. if Enable_lockhorny > 0 and pcs_horny < Enable_lockhorny - 1: pcs_horny = Enable_lockhorny - 1
  164. if pcs_horny < 0: pcs_horny = 0
  165. if pcs_health > healthmax: pcs_health = healthmax
  166. if pcs_willpwr > willpowermax: pcs_willpwr = willpowermax
  167. if pcs_stam > stammax: pcs_stam = stammax
  168. if pcs_mana > manamax: pcs_mana = manamax
  169. if pcs_mood > 100: pcs_mood = 100
  170. !!set hair flow free
  171. if hbraids > 5 and pcs_hairbsh = 0: hbraids -= rand(3,5) & pcs_hairbsh = 1
  172. if pcs_hairbsh <= 0:
  173. if hscrunchw <> 0: hscrunchw = 0
  174. if hpingripw <> 0: hpingripw = 0
  175. if hpigtail <> 0: hpigtail = 0
  176. if hbraids <> 0: hbraids = 0
  177. end
  178. !!Add mood_trauma to events to lower max mood for a period of time
  179. if mood_trauma > 0:
  180. mood_max_calc = 100 - (mood_trauma * 5)
  181. mood_max = max(10, mood_max_calc)
  182. if pcs_mood > mood_max: pcs_mood = mood_max
  183. killvar 'mood_max_calc'
  184. elseif mood_trauma < 0:
  185. mood_trauma = 0
  186. end
  187. if hypnoAddict = 1 and pcs_horny < 30:
  188. pcs_horny = 30
  189. elseif hypnoAddict = 2 and pcs_horny < 50:
  190. pcs_horny = 50
  191. end
  192. if cumloc[0] = 1 or cumloc[3] = 1 or hypnoAddict = 0:
  193. killvar 'missCum'
  194. elseif missCum > timeTresh:
  195. if pcs_horny < 90: pcs_horny = 90
  196. if preziktype = 0 or preziktype = 2:
  197. if mc_inventory['normal_condoms'] > 0 and mc_inventory['sabotaged_condoms'] < rand(2,3): dynamic $din_Do_Condom_Counts, 4
  198. if preziktype <> 2 and mc_inventory['sabotaged_condoms'] > 0: dynamic $din_Do_Condom_Counts, 3
  199. end
  200. end
  201. !!!!!!!!!!!
  202. !!!TIME!!!
  203. !!!!!!!!!!!
  204. !! total amount of minutes since the start of the game
  205. if nminut ! minut or nhour ! hour:
  206. prevtotmin = totminut
  207. ! sync totminut with daystart
  208. totminut = daystart - 1
  209. ! Hours
  210. totminut = totminut * 24 + hour
  211. ! Minutes
  212. totminut = totminut * 60 + minut
  213. nminut = minut
  214. nhour = hour
  215. end
  216. ! Execute time based spells
  217. gs 'spellTimer', prevtotmin, totminut
  218. !! deodorant
  219. if deodorant_on = 1 and totminut > deodorant_time: gs 'sweat', 'remove_deo'
  220. !! exercise tracking
  221. if stat['last_workout_trig'] = 1:
  222. stat['last_workout_trig'] = 0
  223. stat['last_workout'] = totminut
  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. !! [1] stored gape value
  235. !! [3] timer
  236. !! [4] time between each reduction in gape
  237. if agape[4] = 0: agape[4] = 10
  238. if vgape[4] = 0: vgape[4] = 10
  239. if vgape > vgape[1]:
  240. vgape[3] = totminut
  241. vgape[1] = vgape
  242. elseif vgape > 0:
  243. if (totminut - vgape[3])/vgape[4] >= 1: vgape -= 1
  244. vgape[1] = vgape
  245. else
  246. vgape[3] = 0
  247. end
  248. !!Gaping of anus recovery time
  249. if agape > agape[1]:
  250. agape[3] = totminut
  251. agape[1] = agape
  252. elseif agape > 0:
  253. if (totminut - agape[3])/agape[4] >= 1: agape -= 1
  254. if agape = 0: agape[3] = 0
  255. agape[1] = agape
  256. else
  257. agape[3] = 0
  258. end
  259. !!Recovery from spanking - will be superseded by pain system
  260. if spanked > 0:
  261. if spankedtime = 0: spankedtime = totminut
  262. if (spankedtime + 2040) <= totminut:spanked -= 1 & spankedtime = 0
  263. elseif spankedtime ! 0:
  264. killvar 'spankedtime'
  265. end
  266. !! Orgasmic cooldown
  267. if orgasmic ! 0:
  268. if orgasmic < totminut - 30: orgasmic = 0 & pcs_horny = 0
  269. end
  270. !!!!!!!!!!!!!!! Heels pain and skill gain
  271. !! This compares the player heels skill to the skill required to wear any heels the player
  272. !! currently wears. If the skill needed is greater than the player currently possesses,
  273. !! the pain in the feet increases and the player earns heels skill. If the skill required
  274. !! is lower, the player might still get experience, depending on how much greater the
  275. !! player skill is.
  276. !! Variables
  277. !! pcs_heels is the main heels skill
  278. !! heels_exp is used when the player gains experience using heels
  279. !! heels_deg is used when the player neglects their heels
  280. !! PShoHeels tracks the height of the heels currently worn
  281. !! heelsminut tracks when the heels skill was last changed
  282. !! heelsRequiredskill substitutes PShoHeels to allow comparison with pcs_heels
  283. !! heelsSkilldiff tracks difference between the players current and skill required by heels
  284. !! Required skill for various heel sizes
  285. !! 1 flats - 0
  286. !! 2 low heel - 5
  287. !! 3 Mid heel - 15
  288. !! 4 High heel - 25
  289. !! 5 ultra high heel - 40
  290. !! 6 fetish heel - 60
  291. !! Only run if at least X minutes have passed since last time
  292. if heelsminut > totminut: heelsminut = totminut & !! fix for time cheat
  293. if totminut >= heelsminut + 30:
  294. killvar 'tmp'
  295. heelstime = totminut-heelsminut
  296. heelsminut = totminut
  297. !! Only check experience and pain gain and if the player wears heels, flats give nothing
  298. if PShoHeels > 1:
  299. if PShoHeels = 2:
  300. heelsRequiredskill = 5
  301. elseif PShoHeels = 3:
  302. heelsRequiredskill = 15
  303. elseif PShoHeels = 4:
  304. heelsRequiredskill = 25
  305. elseif PShoHeels = 5:
  306. heelsRequiredskill = 40
  307. elseif PShoHeels = 6:
  308. heelsRequiredskill = 60
  309. end
  310. !! stat is called a lot, there should be a limit to how much exp and pain you can accumulate...
  311. !! If the player skill is below the required skill, give heel_exp and apply ache
  312. if pcs_heels < heelsRequiredskill:
  313. heelsSkilldiff = heelsRequiredskill - pcs_heels
  314. if heelsSkilldiff <= 5:
  315. tmp = rand(min(3,heelstime/30),min(6,heelstime/15))
  316. if pain['feet'] < 40: gs 'pain', rand(heelstime/30,heelstime/15), 'feet', 'ache'
  317. elseif heelsSkilldiff <= 10:
  318. tmp = rand(min(5,heelstime/20),min(9,heelstime/10))
  319. if pain['feet'] < 50: gs 'pain', rand(heelstime/25,heelstime/12), 'feet', 'ache'
  320. elseif heelsSkilldiff <= 15:
  321. tmp = rand(min(7,heelstime/15),min(12,heelstime/8))
  322. if pain['feet'] < 60: gs 'pain', rand(heelstime/20,heelstime/10), 'feet', 'ache'
  323. elseif heelsSkilldiff <= 20:
  324. tmp = rand(min(9,heelstime/10),min(15,heelstime/5))
  325. if pain['feet'] < 70: gs 'pain', rand(heelstime/15,heelstime/8), 'feet', 'ache'
  326. else
  327. tmp = rand(min(12,heelstime/5),min(20,heelstime/2))
  328. if pain['feet'] < 80: gs 'pain', rand(heelstime/10,heelstime/5), 'feet', 'ache'
  329. end
  330. !! Player skill is equal to or higher than the required skill
  331. !! Maybe have excessive skill result in no gain, or even a degrading skill?
  332. else
  333. heelsSkilldiff = pcs_heels - heelsRequiredskill
  334. gs 'pain', max(0, rand(heelstime/10,heelstime/5) - heelsSkilldiff), 'feet', 'ache'
  335. if heelsSkilldiff <= 5:
  336. tmp = rand(-2,0) + rand(min(8,heelstime/6),min(12,heelstime/3))
  337. elseif heelsSkilldiff <= 10:
  338. tmp = rand(-3,0) + rand(min(6,heelstime/10),min(9,heelstime/5))
  339. elseif heelsSkilldiff <= 15:
  340. tmp = rand(-4,0) + rand(min(5,heelstime/15),min(7,heelstime/10))
  341. elseif heelsSkilldiff <= 20:
  342. tmp = rand(-5,0) + rand(min(4,heelstime/20),min(6,heelstime/15))
  343. else
  344. tmp = rand(-6,0) + rand(min(3,heelstime/30),min(4,heelstime/20))
  345. end
  346. end
  347. !! If not wearing heels, degrade heels skill
  348. else
  349. tmp = rand(heelstime/30,heelstime/15)*-1
  350. end
  351. if tmp > 0:
  352. gs 'exp_gain', 'heels', tmp
  353. elseif tmp < 0:
  354. heels_deg += tmp
  355. end
  356. killvar 'tmp'
  357. killvar 'heelstime'
  358. killvar 'heelsSkilldiff'
  359. killvar 'heelsRequiredskill'
  360. end
  361. !!!!!!!!!!!!!!! End heels
  362. !! Hourly Changes
  363. if minut >= 60:
  364. :loopmin
  365. hour += 1
  366. minut -= 60
  367. gs 'hourly_events'
  368. if minut >= 60:jump 'loopmin'
  369. end
  370. !! End of Hourly Changes
  371. if hour >= 24: gs 'cikl'
  372. ! Determine Incoming Telephone Calls and SMS
  373. gs 'telefon', 'IncomingCheck', prevtotmin, totminut
  374. gs 'telefon', 'IncomingSMSCheck'
  375. if minut < 10:
  376. $nilmin = '0'
  377. else
  378. $nilmin = ''
  379. end
  380. if kid > 0:
  381. i = arrsize('yearkid')
  382. :LoopKidAgeCounter
  383. if i >= 0:
  384. if yearkid[i] = year + 1 and monthkid[i] = month and daykid[i] = day: msg'It is <<$kidname[i]>>''s birthday today.'
  385. i -= 1
  386. jump 'LoopKidAgeCounter'
  387. end
  388. end
  389. if bimbolevel > 0:
  390. if bimbowithdrawal = 0:
  391. $bimbostatus = '<font color = #FF1493>You''re, like, super hawt today.</font>'
  392. $bimbo_tooltip = 'You''re, like, super hawt today.'
  393. elseif bimbowithdrawal = 1:
  394. $bimbostatus = '<font color="green">You feel, like, kind of lame today.</font>'
  395. $bimbo_tooltip = 'You feel, like, kind of lame today.'
  396. elseif bimbowithdrawal < 4:
  397. $bimbostatus = '<font color="grey">You feel, like, totally lame today.</font>'
  398. $bimbo_tooltip = 'You feel, like, totally lame today.'
  399. elseif bimbowithdrawal < 6:
  400. if pcs_mood > 50: pcs_mood -= 10
  401. $bimbostatus = '<font color="red">You really feel, like, awful today.</font>'
  402. $bimbo_tooltip = 'You really feel, like, awful today.'
  403. elseif bimbowithdrawal >= 6:
  404. if pcs_mood > 10: pcs_mood -= 10
  405. $bimbostatus= '<font color="red"><b>You feel that, like, horrible today!</b></font>'
  406. $bimbo_tooltip = 'You feel that, like, horrible today!'
  407. end
  408. else
  409. bimbowithdrawal = 0
  410. $bimbostatus = ''
  411. end
  412. !
  413. ! WD: Triggers every 15 minutes if not sleeping
  414. ! Update to remove long iterations on loading saves from previous versions
  415. ! Do Nothing if sleeping, invalid Trig15Minute value or more than 6 hours 16 minute pass
  416. if InSleep ! 0 or Trig15Minute > totminut or (totminut - Trig15Minute) >= 376:
  417. set Trig15Minute = totminut
  418. ! More than 15 minutes since last check
  419. else
  420. if (totminut - Trig15Minute) >= 15:
  421. ! begin Loop
  422. :Trig15MinuteLoop
  423. ! Horny Actions
  424. if pcs_horny > 100:
  425. set Trig15Minute = totminut
  426. else
  427. set Trig15Minute += 15
  428. ! WD: Fix vibrator arousal to trigger every 15 minutes, moved from 'time' location
  429. if vibratorin = 1:pcs_horny += rand(1, 5)
  430. ! WD: Fixed Piecing arousal to trigger every 15 minutes, instead of once per day
  431. if pcs_horny < 70:
  432. hornystat = 0
  433. if pirsF > 0 and pirsF < 10000:hornystat += 1
  434. if pirsG > 0 and pirsG < 10000:hornystat += 1
  435. hornyStat = hornystat * 4
  436. if pirsA > 0 and pirsA < 10000:hornystat += 1
  437. if pirsB > 0 and pirsB < 10000:hornystat += 1
  438. if pirsC > 0 and pirsC < 10000:hornystat += 1
  439. if pirsD > 0 and pirsD < 10000:hornystat += 1
  440. if pirsE > 0 and pirsE < 10000:hornystat += 1
  441. if pirsN > 0 and pirsN < 10000:hornystat += 1
  442. set pcs_horny += hornyStat / 4 + rand(1,4) <= hornyStat mod 4 & ! Apply 1/4 of value on average
  443. end
  444. ! WD: Clothing
  445. if CloStyle = 4 and pcs_horny < 70:set pcs_horny += rand(0, 2)
  446. if (PCloSkirt > 5 or PCloPants > 5) and pcs_horny < 50:set pcs_horny += rand(0, 1)
  447. if PCloTopCut = 4 and pcs_horny < 50:set pcs_horny += rand(0, 1)
  448. end
  449. !!SECTION: Bimbo (15 minute interval update checks)
  450. if bimbolevel > 0:
  451. if (pcs_mood < 100): pcs_mood += (pcs_mood / 100) * max(0, (rand(bimbowithdrawal*-1,bimbolevel)))
  452. if pcs_horny < max(0, 30 - bimbowithdrawal * bimbolevel): pcs_horny = max(0, 30 - bimbowithdrawal * bimbolevel)
  453. if pcs_horny < 100: pcs_horny += max(0, rand(bimbowithdrawal/-2, bimbolevel))
  454. end
  455. !!SECTION: Commando trait (15 minute interval update checks)
  456. if $clothingworntype ! 'nude':
  457. if $pantyworntype = 'none':
  458. !! Addition to trait exp/lvls
  459. if pcs_traits['commando_lvl'] = 0:
  460. if PCloSkirt > 0:
  461. pcs_traits['commando_exp'] += 2
  462. else
  463. pcs_traits['commando_exp'] += 1
  464. end
  465. if pcs_traits['commando_exp'] >= 1000:
  466. pcs_traits['commando_exp'] = 50
  467. pcs_traits['commando_lvl'] = 1
  468. msg'You have gained the Commando trait! You have become accustomed to the idea you don''t have to wear panties all the time and can now comfortably wear skirts without panties. Pants are still a little itchy though...'
  469. end
  470. elseif pcs_traits['commando_lvl'] = 1:
  471. pcs_traits['commando_exp'] += 2
  472. if pcs_traits['commando_exp'] >= 1000:
  473. pcs_traits['commando_exp'] = 50
  474. pcs_traits['commando_lvl'] = 2
  475. msg'You have gained the 2nd level of the Commando trait! You have become very comfortable without panties and the raw insides of your pants no longer irritate your pussy.'
  476. end
  477. elseif pcs_traits['commando_lvl'] = 2:
  478. mosol = 0
  479. pcs_traits['commando_exp'] += 2
  480. if pcs_traits['commando_exp'] >= 1000:
  481. pcs_traits['commando_exp'] = 500
  482. pcs_traits['commando_lvl'] = 3
  483. msg'You have gained the 3rd level of the Commando trait! You have become so accustomed to going commando that any kind of underwear over your hips just feels <i>wrong</i>. You suffer mood penalties while wearing panties.'
  484. end
  485. elseif pcs_traits['commando_lvl'] = 3:
  486. pcs_traits['commando_exp'] += 1
  487. end
  488. elseif pcs_traits['commando_lvl'] > 0:
  489. !!Reduction from exp/lvls
  490. if pcs_traits['commando_lvl'] = 3:
  491. pcs_traits['commando_exp'] -= 1
  492. pcs_mood -= 1
  493. if pcs_traits['commando_exp'] <= 0:
  494. pcs_traits['commando_exp'] = 500
  495. pcs_traits['commando_lvl'] = 2
  496. msg'You have lost the 3rd level of the Commando trait! You are now only comfortable not wearing panties and will not suffer irritation from wearing pants while going commando.'
  497. end
  498. else
  499. pcs_traits['commando_exp'] -= 1
  500. if pcs_traits['commando_exp'] <= -0:
  501. pcs_traits['commando_exp'] = 900
  502. pcs_traits['commando_lvl'] -= 1
  503. end
  504. end
  505. end
  506. !!{
  507. if $braworntype = 'none':
  508. end}
  509. end
  510. !! This is the Succubus non-direct injection (pun intented) sex to sexnutrition and the sexnutrition conversion handling
  511. if succubusflag = 1:
  512. if hypnoAddict > 0: dynamic $RestTherapyVariables
  513. if pcs_horny < 50: pcs_horny = 50
  514. if pcs_horny < 100: pcs_horny += succublvl
  515. if succhungry > 0:
  516. pcs_energy -= succhungry * succublvl
  517. pcs_hydra -= succhungry * succublvl
  518. pcs_sleep -= succhungry * succublvl
  519. end
  520. if arrsize('sparrvol') > 0:
  521. suctempi = -1
  522. :SuccAbsorbLoop
  523. suctempi += 1
  524. if suctempi <= 1 or suctempi = 3 or suctempi = 4 or suctempi >= 8:
  525. suctemparr = arrpos('sparrloc',suctempi)
  526. if suctemparr >= 0 and sparrloc[suctemparr] = suctempi and sparrvol[suctemparr] > 0:
  527. scfeed = succublvl + rand(1,4)
  528. sexnutrition += 30 * scfeed
  529. succubxp += 5
  530. cumsumbod -= sparrvol[suctemparr]
  531. ! msg "we've got xp!" + sparrloc[suctemparr]
  532. sucabscum = 1
  533. gs 'cum_cleanup', 'cleandeposit', suctemparr
  534. cumloc[suctempi] = 0
  535. !debug code $stat_msg += '<BR>Absorb ext <<sexnutrition>>'
  536. end
  537. end
  538. if suctempi < 17:jump 'SuccAbsorbLoop'
  539. cumspclnt = 20 & gs 'cum_cleanup'
  540. end
  541. if suclezsex < lesbian:
  542. sexnutrition += succublvl * 20
  543. suclezsex = lesbian
  544. succubxp += 5
  545. sucabslez = 1
  546. end
  547. if sexnutrition > 0:
  548. if sucskill >= 3 and succublvl >= 2: sexnutrition += (sexnutrition * 2) / 10
  549. if sucabslez = 1 and sucabscum = 1:
  550. $sucabs1 = 'absorbed energy from the woman you had sex with'
  551. $sucabs2 = ' and you '
  552. $sucabs3 = 'absorb the semen in your body'
  553. elseif sucabscum = 1:
  554. $sucabs3 = 'absorb the semen in your body'
  555. elseif sucabslez = 1:
  556. $sucabs1 = 'absorbed energy from the woman you had sex with'
  557. else
  558. !!Debug code
  559. $stat_msg += '<BR>SOMETHING HAPPENED!'
  560. end
  561. $stat_msg += '<BR>You <<$sucabs1>><<$sucabs2>><<$sucabs3>>, gaining nourishment.'
  562. sucabslez = 0 & sucabscum = 0
  563. $sucabs1 = '' & $sucabs2 = '' & $sucabs3 = ''
  564. if (pcs_mood < 100): pcs_mood += ((pcs_mood / 100) * 5)
  565. if pcs_energy > 100: entemp = (pcs_energy - 100)
  566. if sucexcess < 0 and sexnutrition > 20 and pcs_energy > 30:
  567. if sexnutrition - 20 >= (0 - sucexcess) * 2:
  568. sexnutrition += sucexcess * 2
  569. sucexcess = 0
  570. else
  571. sucexcess += (sexnutrition - 20) / 2
  572. sexnutrition = 20
  573. end
  574. end
  575. pcs_energy += sexnutrition / 2
  576. pcs_hydra += sexnutrition
  577. pcs_sleep += sexnutrition / 20
  578. if succhungry > 0: succhungry = 0
  579. sexnutrition = 0
  580. if pcs_energy > 100: sucexcess += (pcs_energy - entemp - 100) & pcs_energy = 100 + entemp & killvar 'entemp'
  581. end
  582. end
  583. !! safeguards to prevent bimbolevel from going above or below its intended limits
  584. if bimbolevel > 3: bimbolevel = 3
  585. if bimbolevel < 0: bimbolevel = 0
  586. ! do loop
  587. if (totminut - Trig15Minute) >= 15:jump 'Trig15MinuteLoop'
  588. end
  589. end
  590. !!!!!!!!!!!!!
  591. !!!ENERGY!!!
  592. !!!!!!!!!!!!!
  593. if succubusflag = 1:
  594. if pcs_energy < 0:
  595. if fat >= 1:
  596. if cheatNoFat = 0: fat -= 2
  597. pcs_energy += 8 + succublvl
  598. else
  599. pcs_energy += 8 + succublvl
  600. sucexcess -= (8 + succublvl) * (6 - succublvl)
  601. end
  602. end
  603. if pcs_health < 0:
  604. pcs_health = 10
  605. sucexcess -= 25 * (9 - succublvl)
  606. end
  607. if pcs_willpwr < 0:
  608. pcs_willpwr = 10
  609. sucexcess -= 20 * (9 - succublvl)
  610. sucpowzeroed = 4
  611. end
  612. end
  613. if pcs_sleep < 0:
  614. pcs_sleep = 0
  615. pcs_mood -= 5
  616. end
  617. if pcs_energy < 0:
  618. pcs_energy = 0
  619. pcs_health -= 5
  620. if pcs_mass['body'] = 0 and pcs_stren + pcs_vital > 0:
  621. stren_deg -= 1
  622. vital_deg -= 1
  623. pcs_energy += 8
  624. elseif pcs_mass['body'] = 0 and pcs_stren + pcs_vital <= 0:
  625. if Enable_nogameover = 0 :
  626. over = 3
  627. if $loc ! 'gameover': gt 'gameover'
  628. exit
  629. else
  630. $stat_msg += '<BR><font color=red><B>You starved to death, but Cheat Mode keeps you Alive.</B></font>'
  631. fat = 1
  632. end
  633. elseif pcs_mass['body'] > 0:
  634. if cheatNoFat = 0: fat -= 1
  635. pcs_energy += 8
  636. end
  637. end
  638. if pcs_hydra <= 0:
  639. pcs_hydra = 1
  640. pcs_health -= 5
  641. end
  642. !!Set hydra_check value
  643. hydra_check = pcs_hydra
  644. if pcs_mood <= 0:
  645. pcs_mood = 1
  646. pcs_health -= 5
  647. end
  648. if pcs_health < 0:
  649. if Enable_nogameover = 0 :
  650. over = 1
  651. if $loc ! 'gameover': gt 'gameover'
  652. exit & !nogameover by illume
  653. else
  654. $stat_msg += '<BR><font color=red><B>You died from injuries, but Cheat Mode keeps you Alive.</B></font>'
  655. pcs_health = 0
  656. end
  657. end
  658. if pcs_willpwr <= 0 :
  659. !this will set willpower to 0 correctly; then check mana =1 for insane-gameover(pcs_willpwr=0&mana=1).
  660. if pcs_mood <= 1:
  661. if Enable_nogameover = 0 :
  662. over = 2
  663. if $loc ! 'gameover': gt 'gameover'
  664. exit & !nogameover by illume
  665. else
  666. $stat_msg += '<BR><font color=red><B>You are insane, but Cheat Mode keeps you Alive.</B></font>'
  667. !pcs_mood already checked for >=1 in line 1113 if pcs_mood <= 0, no need to set another one
  668. end
  669. end
  670. pcs_willpwr = 0
  671. end
  672. !!cars-increase/depressed mood after orgasm/rape
  673. if rape > 0 and rape ! rape_count and orgasm = orgasm_count:
  674. pcs_mood = 10
  675. rape_count = rape
  676. rape_day = daystart
  677. elseif orgasm > 0 and orgasm ! orgasm_count:
  678. pcs_mood = 100
  679. orgasm_count = orgasm
  680. elseif rape > 0 and rape ! rape_count and orgasm > 0 and orgasm ! orgasm_count:
  681. pcs_mood = 100
  682. orgasm_count = orgasm
  683. rape_count = rape
  684. rape_day = daystart
  685. end
  686. !! Drug stats
  687. gs 'drugs', 'heroin', 'stat'
  688. gs 'drugs', 'alcohol', 'stat'
  689. gs 'drugs', 'cocaine', 'stat'
  690. gs 'drugs', 'amphetamine', 'stat'
  691. !!Health, Willpower, Auto Birth Control pregnancy check
  692. gs 'body', 'RegularUpdate'
  693. gs 'body', 'Update_Appearance'
  694. if pcs_health >= healthmax:
  695. $pcs_health = '<font color="green">You are very healthy.</font>'
  696. elseif pcs_health >= healthmax * 75 / 100:
  697. $pcs_health = '<font color=#0064FF>You are healthy.</font>'
  698. elseif pcs_health >= healthmax * 50 / 100:
  699. $pcs_health = '<font color="brown">You are not healthy.</font>'
  700. elseif pcs_health >= healthmax * 25 / 100:
  701. $pcs_health = '<font color="red">You are sick.</font>'
  702. else
  703. $pcs_health = '<font color="red">You are on the verge of death.</font>'
  704. end
  705. if pcs_willpwr >= willpowermax:
  706. $pcs_willpwr = '<font color="green">You feel in charge of your actions.</font>'
  707. elseif pcs_willpwr >= willpowermax * 75 / 100:
  708. $pcs_willpwr = '<font color=#0064FF>You are mostly in control.</font>'
  709. elseif pcs_willpwr >= willpowermax * 50 / 100:
  710. $pcs_willpwr = '<font color="brown">You might have to make some concessions.</font>'
  711. elseif pcs_willpwr >= willpowermax * 25 / 100:
  712. $pcs_willpwr = '<font color="red">You will have to toe the line.</font>'
  713. else
  714. $pcs_willpwr = '<font color="red">You are completely at other people''s mercy.</font>'
  715. end
  716. !!stop auto birth control pill taking if the player believes they are pregnant or are pregnant
  717. if thinkpreg = 1 or knowpreg = 1:
  718. if tabletkicheck = 1: tabletkicheck = 0
  719. if birth_control['remind_hour'] > 0:
  720. birth_control['remind_hour'] = 0
  721. if birth_control['remind_icon'] = 1: birth_control['remind_icon'] = 0
  722. end
  723. elseif birth_control['remind_hour'] > 0 and hour >= birth_control['remind_hour'] and hour <= birth_control['remind_hour'] + 1 and tabletkiday ! daystart:
  724. birth_control['remind_icon'] = 1
  725. else
  726. birth_control['remind_icon'] = 0
  727. end
  728. if tabletkicheck = 1 and tabletkichday < daystart and birth_control['auto_hour'] > 0 and hour >= birth_control['auto_hour'] and hour <= birth_control['auto_hour'] + 1 and InSleep = 0 and menu_off = 0 and $location_type ! 'event' and $location_type ! 'event_outdoors':
  729. gs 'fertility', 'auto_pill'
  730. end
  731. !! detected change in pillcon
  732. if pillcon ! birth_control['old_pillcon'] or pillcon2 ! birth_control['old_pillcon2']: gs 'fertility', 'update'
  733. gs 'cum_manage', 'cum_decay'
  734. !!Mood
  735. if cheatNoMood = 0:
  736. maxmood = 100 - moodmodifier
  737. if pcs_mood > 100:
  738. pcs_mood = 100
  739. elseif pcs_mood < 0:
  740. pcs_mood = 0
  741. !! 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
  742. end
  743. else
  744. pcs_mood = 100
  745. mood_trauma = 0
  746. end
  747. if Gerpes >= 3 or Sifilis >= 21 or Triper > 2:
  748. $msg_extra = ' it is being reduced due to an STD'
  749. else
  750. killvar '$msg_extra'
  751. end
  752. if pcs_mood >= 80:
  753. $pcs_mood = '<font color="green">You are in a great mood<<$msg_extra>>.</font>'
  754. elseif pcs_mood >= 60:
  755. $pcs_mood = '<font color=#0064FF>You are in a good mood<<$msg_extra>>.</font>'
  756. elseif pcs_mood >= 40:
  757. $pcs_mood = '<font color="brown">You are in an OK mood<<$msg_extra>>.</font>'
  758. elseif pcs_mood >= 20:
  759. $pcs_mood = '<font color="orange">You are in a bad mood<<$msg_extra>>.</font>'
  760. elseif pcs_mood >= 5:
  761. $pcs_mood = '<font color="red">You are in a terrible mood<<$msg_extra>>.</font>'
  762. else
  763. $pcs_mood = '<font color="red">You are really depressed and need to improve your mood<<$msg_extra>>.</font>'
  764. end
  765. if pcs_energy >= 80:
  766. $pcs_energy = '<font color="green">You couldn''t eat one more bite.</font>'
  767. elseif pcs_energy >= 40:
  768. $pcs_energy = '<font color=#0064FF>You''re not really hungry, but a small snack would be very welcome.</font>'
  769. elseif pcs_energy >= 8:
  770. $pcs_energy = '<font color="brown">You are hungry.</font>'
  771. else
  772. $pcs_energy = '<font color="red">You are very hungry.</font>'
  773. end
  774. if pcs_hydra >= 80:
  775. $pcs_hydra = '<font color="green">You are not thirsty at all.</font>'
  776. elseif pcs_hydra >= 40:
  777. $pcs_hydra = '<font color=#0064FF>You are slightly thirsty.</font>'
  778. elseif pcs_hydra >= 8:
  779. $pcs_hydra = '<font color="brown">You are thirsty.</font>'
  780. else
  781. $pcs_hydra = '<font color="red">You are very thirsty.</font>'
  782. end
  783. if pcs_sleep >= 80:
  784. $pcs_sleep = '<font color="green">You are well rested.</font>'
  785. elseif pcs_sleep >= 40:
  786. $pcs_sleep = '<font color=#0064FF>You are slightly tired.</font>'
  787. elseif pcs_sleep >= 8:
  788. $pcs_sleep = '<font color="brown">You are tired.</font>'
  789. else
  790. $pcs_sleep = '<font color="red">You are very tired.</font>'
  791. end
  792. 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:
  793. !!absence from work in a factory in Pavlovsk
  794. FabrikaProgul += 1
  795. FabrikaProgulDay = day
  796. end
  797. if hotelRoom['pav_hotel'] > 0:
  798. if hotelRoomDays['pav_hotel'] - 1 = daystart:
  799. $stat_msg += '<BR>You have 1 night left on your Pavlosk hotel booking.'
  800. elseif hotelRoomDays['pav_hotel'] = daystart and hour < 11:
  801. $stat_msg += '<BR>Your room at the Pavlosk hotel has check out today at 11:00'
  802. elseif hotelRoomDays['pav_hotel'] = daystart:
  803. hotelRoom['pav_hotel'] = 0
  804. end
  805. end
  806. if hotelRoom['city_hotel'] > 0:
  807. if hotelRoomDays['city_hotel'] - 1 = daystart:
  808. $stat_msg += '<BR>You have 1 night left on your St Petersburg hotel booking.'
  809. elseif hotelRoomDays['city_hotel'] = daystart and hour < 11:
  810. $stat_msg += '<BR>Your room at the St Petersburg hotel has check out today at 11:00'
  811. elseif hotelRoomDays['city_hotel'] = daystart:
  812. hotelRoom['city_hotel'] = 0
  813. end
  814. end
  815. if hour >= 8 and hour < 14 and week < 6 and mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and kanikuli = 0 and schoolProgulDay ! daystart:
  816. !!absence from school
  817. schoolprogul += 1
  818. schoolProgulDay = daystart
  819. end
  820. if cumcondslip <= 0: cumcondslip_deep = 0
  821. !!Sex stat update
  822. stat['mast'] += mastr & mastr = 0
  823. stat['hj'] += hj & hj = 0
  824. stat['bj'] += bj & bj = 0
  825. stat['vaginal'] += sex & sex = 0
  826. stat['anal'] += anal & anal = 0
  827. stat['cuni'] += kuni & kuni = 0
  828. stat['anal_strap_give'] += pegging & pegging = 0
  829. !!Pain calculation
  830. gs 'pain', 'manage'
  831. !!update skills and attributes to pcs_ from there _lvl values plus adjustments based on condition
  832. gs 'stat_sklattrib_lvlset'
  833. !!Sleep variable cap
  834. if pcs_sleep > 100: pcs_sleep = 100
  835. if insleep = 0: gs 'stat_display'
  836. gs 'family_schedule'
  837. !!--------------------------Job Checks For Icons--------------------------------
  838. if (acting['shoot_day'] = daystart and actress_cast = 1) or (audition['day'] = daystart):
  839. acting['icon'] = 1
  840. else
  841. acting['icon'] = 0
  842. end
  843. if model_job_week < 2 and model['status'] = 1:
  844. model['icon'] = 1
  845. else
  846. model['icon'] = 0
  847. end
  848. if pfilmday[0] > 0:
  849. pornstar['icon'] = 1
  850. else
  851. pornstar['icon'] = 0
  852. end
  853. if hypnoSchedule = 1:
  854. if therapist_weekly_block = 0 and week = 4 and therapistday ! daystart and remindedtherapyday ! daystart:
  855. if menu_off = 0 and workDolg = 0:
  856. if (hour >= 18 and (minut > 45 or hour >= 19)) _
  857. and (hour < 20 and (minut < 15 or hour < 19)):
  858. gs 'therapist_reminder'
  859. end
  860. end
  861. end
  862. end
  863. !!--------------------------Booty Call SMSs--------------------------------
  864. if arrsize('$FuckBuddy') > 0 and hour > 1: gs 'booty_call', 'SMS raiser'
  865. --- stat ---------------------------------