1
0

fit 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. # fit
  2. CLOSE ALL
  3. if $ARGS[0] = 'start':
  4. cls
  5. minut += 5
  6. frost = 0
  7. gs 'stat'
  8. if night_mode = 1:
  9. fcolor = rgb(255, 255, 255)
  10. bcolor = rgb(0, 0, 0)
  11. lcolor = rgb(106, 90, 205)
  12. else
  13. fcolor = rgb(0, 0, 0)
  14. bcolor = rgb(255, 255, 255)
  15. lcolor = rgb(106, 90, 205)
  16. end
  17. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  18. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
  19. 'This modern and well staffed fitness center provides all the latest equipment and trainers to help you make the most of them.'
  20. *nl
  21. 'Buy subscription for 30 classes (3,000 <b>₽</b>)'
  22. 'You must wear sportswear for all classes.'
  23. if abonement > 0:'Subscription is valid for <<abonement>> more classes.'
  24. act 'Leave':
  25. cla
  26. minut += 5
  27. gt 'down'
  28. end
  29. if money >= 3000:
  30. act 'Buy a subscription (3,000 <b>₽</b>)':
  31. cla
  32. money -= 3000
  33. abonement += 30
  34. 'You bought a subscription for 30 lessons'
  35. act 'Move away from cashier':gt 'fit', 'start'
  36. end
  37. end
  38. if abonement > 0:
  39. act 'Go to the dressing room':
  40. cla
  41. gt 'fit', 'dressing room'
  42. end
  43. end
  44. end
  45. if $ARGS[0] = 'dressing room':
  46. $locM = 'fit'
  47. $metkaM = 'dressing room'
  48. $sexloc = 'fit'
  49. $loc = 'fit'
  50. $metka = 'dressing room'
  51. $location_type = 'private'
  52. cls
  53. minut += 5
  54. gs 'stat'
  55. '<center><b><font color="maroon">Dressing</font></b></center>'
  56. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd.jpg"></center>'
  57. 'Classifieds'
  58. 'Recruiting girls for local track team, the winners will receive cash prizes.'
  59. 'Attention, visitors to the sports section must wear suitable clothing.'
  60. ! WD: Uninitialised ~ 'razdrand'
  61. ! if razdrand = 0 and tanznak = 0 and tanday ! daystart:
  62. if tanznak = 0 and tanday ! daystart:
  63. tanday = daystart
  64. 'In the locker room you notice <a href="exec:gt ''fit'', ''fitgirl''">cute girl</a>.'
  65. elseif tanznak = 2:
  66. cls
  67. tanznak = 3
  68. tanga = 0
  69. gs 'clothing', 'strip'
  70. tanya += 5
  71. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd4.jpg"></center>'
  72. '"You can at least tell me your name, maniac, seeing as you did not even have the decency to do so before you raped me." The girl says, catching her breath.'
  73. '"I am the <<$pcs_nickname>>, and how can I rape someone so keen?" You ask trying to find your panties.'
  74. '"Looking for this?" asks the girl twirling your panties on her finger. "I''m Tanya, and you seduced me, I have never been with a girl before, and with very good reason. I live here with my parents, if you want to come for a visit."'
  75. '"Okay that would be nice, can I have my briefs?" you say holding out your hand.'
  76. '"Nope, no return, there must be something of a momento from my first girl." With these words, Tanya slips your panties in her pocket and leaves.'
  77. act 'Further':gt 'fit', 'dressing room'
  78. exit
  79. end
  80. act 'Take a shower (0:15)':
  81. cla
  82. *clr
  83. minut += 15
  84. pcs_horny += 1
  85. pcs_hairbsh = 0
  86. pcs_makeup = 1
  87. dynamic $showerdin
  88. '<center><img <<$set_imgh>> src="images/shared/home/bathroom/dush.gif"></center>'
  89. 'You go into the bathroom and turn on the shower. You lather your body and wash in the shower.'
  90. act 'Get out of the shower':gt 'fit', 'dressing room'
  91. end
  92. act 'Use mirror':
  93. cla
  94. fitMir = 1
  95. gt 'mirror', 'start'
  96. end
  97. act 'Change clothes':
  98. cla
  99. gt 'clothing_QV', 'list'
  100. end
  101. if abonement > 0 and $clothingworntype = 'exercise' and pcs_stam >= 40:
  102. act 'Go to the gym':
  103. cla
  104. gt 'fit', 'gym'
  105. end
  106. act 'Go to the dance studio':
  107. cla
  108. gt 'danceclass'
  109. end
  110. end
  111. if begsec = 0:
  112. act 'Join track team':
  113. cla
  114. *clr
  115. minut += 5
  116. begsec = 1
  117. 'You signed up for the track team.'
  118. act 'Leave':gt 'fit', 'dressing room'
  119. end
  120. elseif $clothingworntype = 'exercise' and pcs_stam >= 40:
  121. act 'Go to team practice':gt 'beg', 'start'
  122. if week = 6 and pcs_run >= 20 and run_comp_day ! daystart:
  123. act '<b>Enter competition race</b>':run_comp_day = daystart & gt 'beg1', 'start'
  124. end
  125. end
  126. act 'Exit the locker room':
  127. if $clothingworntype ! 'nude':
  128. gt 'fit', 'start'
  129. else
  130. cla
  131. msg'<b><font color = red>You need to get dressed.</font></b>'
  132. act 'Return': gt 'fit', 'dressing room'
  133. end
  134. end
  135. end
  136. if $ARGS[0] = 'fitgirl':
  137. 'The girl notices you looking and returns the smile. She undresses and taking some toiletries goes into the shower.'
  138. act 'Turn away':gt 'fit', 'dressing room'
  139. act 'Follow her':
  140. cls
  141. pcs_hairbsh = 0
  142. pcs_makeup = 1
  143. dynamic $showerdin
  144. shovertania += 1
  145. gs 'stat'
  146. '<center><img <<$set_imgh>> src="images/shared/home/bathroom/dush.gif"></center>'
  147. 'There''s no one in the shower, except this girl. The girl looks around and seeing you smiles again then turns away.'
  148. if pcs_dom > 10:
  149. act 'Molest her':
  150. cla
  151. *clr
  152. tanday = daystart
  153. gs 'stat'
  154. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd1.jpg"></center>'
  155. 'You walk up to a girl and place one hand on her buttock, she turns to face you.'
  156. gs 'arousal', 'foreplay', 5, 'dom', 'lesbian'
  157. gs 'stat'
  158. if pcs_apprnc < 80:
  159. 'The girl pushes you off, and shouts something very rude about you and each and everyone of your relatives, you run out to the locker room.'
  160. act 'Go':gt 'fit', 'dressing room'
  161. elseif pcs_apprnc >= 80:
  162. 'The girl grabs your hand squeezing her ass, but stops for a moment considering you. She probably expected to see a guy and isn''t sure what to do.'
  163. act 'Take advantage of the confusion':
  164. cla
  165. *clr
  166. gs 'stat'
  167. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd2.jpg"></center>'
  168. 'While she is trying to understand what is happening you pull up her shirt and begin fondling her nipples with your tongue, and then her hand strokes your ass.'
  169. gs 'arousal', 'foreplay', 10, 'dom', 'lesbian'
  170. gs 'stat'
  171. act 'Further':tanznak = 1 & gt 'lezbsex', 'start'
  172. end
  173. act 'Wait for her reaction':
  174. cls
  175. gs 'stat'
  176. if pcs_apprnc < 120:
  177. 'The girl smiles at you, but removes your hand and leaves, blowing you a kiss.'
  178. act '...':gt 'fit', 'dressing room'
  179. elseif pcs_apprnc >= 120:
  180. cla
  181. *clr
  182. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd3.jpg"></center>'
  183. 'The girl presses up to you even stronger and kisses your lips.'
  184. gs 'arousal', 'kiss', 5, 'dom', 'lesbian'
  185. gs 'stat'
  186. act 'Further':
  187. tanznak = 1
  188. gt 'lezbsex', 'start'
  189. end
  190. end
  191. end
  192. end
  193. end
  194. end
  195. act 'Leave the shower':gt 'fit', 'dressing room'
  196. end
  197. end
  198. if $ARGS[0] = 'gym':
  199. cls
  200. minut += 5
  201. sportzalrand = RAND(0,20)
  202. gs 'stat'
  203. if night_mode = 1:
  204. fcolor = rgb(255, 255, 255)
  205. bcolor = rgb(0, 0, 0)
  206. lcolor = rgb(106, 90, 205)
  207. else
  208. fcolor = rgb(0, 0, 0)
  209. bcolor = rgb(255, 255, 255)
  210. lcolor = rgb(106, 90, 205)
  211. end
  212. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  213. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
  214. 'In the fitness center there are a lot of different classes and clubs, designed to improve physical development.'
  215. if StoryLine = 1:
  216. if hour >= 10 and hour < 12 and week=7 and centr=1: 'In the hall you saw <a href="exec:GT ''VolleyTrenCentr''">Mikhail Nikolaevich</a> talking with a strange man.'
  217. if hour >= 10 and hour < 12 and week=7 and centr=2: 'In the hall you saw <a href="exec:GT ''VolleyTrenCentr''">Chinese Guanggu</a>'
  218. end
  219. gs 'fit', 'exercise end'
  220. act 'Aerobics (Burn fat)':
  221. cla
  222. *clr
  223. abonement -= 1
  224. timemult = 2
  225. loopcount = 1
  226. :timeloop1
  227. gs 'exercise', 'tier3', 0, 'vital_exp', 'react_exp'
  228. if loopcount < timemult: loopcount += 1 & jump 'timeloop1'
  229. loopcount = 0
  230. timemult = 0
  231. '<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
  232. 'You do very vigorous exercises to the music, and burn some fat.'
  233. if pcs_stam < 30:
  234. *nl
  235. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  236. gs 'fit', 'exercise end'
  237. else
  238. act'Continue': gt 'fit', 'gym'
  239. end
  240. end
  241. act 'Free weights (Build muscle)':
  242. cla
  243. *clr
  244. abonement -= 1
  245. timemult = 2
  246. loopcount = 1
  247. :timeloop2
  248. gs 'exercise', 'tier3', 0, 'stren_exp'
  249. if loopcount < timemult: loopcount += 1 & jump 'timeloop2'
  250. loopcount = 0
  251. timemult = 0
  252. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit2.jpg"></center>'
  253. 'You pump iron, building strength.'
  254. if pcs_stam < 30:
  255. *nl
  256. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  257. gs 'fit', 'exercise end'
  258. else
  259. act'Continue': gt 'fit', 'gym'
  260. end
  261. end
  262. act 'Cross trainer (endurance)':
  263. cla
  264. *clr
  265. abonement -= 1
  266. timemult = 2
  267. loopcount = 1
  268. :timeloop3
  269. gs 'exercise', 'tier3', 0, 'vital_exp'
  270. if loopcount < timemult: loopcount += 1 & jump 'timeloop3'
  271. loopcount = 0
  272. timemult = 0
  273. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit3.jpg"></center>'
  274. 'You spend a half hour doing reps on the cross trainer developing your endurance.'
  275. if pcs_stam < 30:
  276. *nl
  277. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  278. gs 'fit', 'exercise end'
  279. else
  280. act'Continue': gt 'fit', 'gym'
  281. end
  282. end
  283. act 'Tennis practice (agility)':
  284. cla
  285. *clr
  286. abonement -= 1
  287. timemult = 2
  288. loopcount = 1
  289. :timeloop4
  290. gs 'exercise', 'tier3', 0, 'agil_exp'
  291. if loopcount < timemult: loopcount += 1 & jump 'timeloop4'
  292. loopcount = 0
  293. timemult = 0
  294. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  295. 'You run tennis exercises, concentrating on defensive drills.'
  296. if pcs_stam < 30:
  297. *nl
  298. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  299. gs 'fit', 'exercise end'
  300. else
  301. act'Continue': gt 'fit', 'gym'
  302. end
  303. end
  304. act 'Tennis practice (reactions)':
  305. cla
  306. *clr
  307. abonement -= 1
  308. timemult = 2
  309. loopcount = 1
  310. :timeloop5
  311. gs 'exercise', 'tier3', 0, 'react_exp'
  312. if loopcount < timemult: loopcount += 1 & jump 'timeloop5'
  313. loopcount = 0
  314. timemult = 0
  315. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  316. 'You run tennis exercises, concentrating on court reactions.'
  317. if pcs_stam < 30:
  318. *nl
  319. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  320. gs 'fit', 'exercise end'
  321. else
  322. act'Continue': gt 'fit', 'gym'
  323. end
  324. end
  325. act 'Goto the kickboxing gym':gt 'fit', 'kickboxing'
  326. end
  327. if $ARGS[0] = 'exercise end':
  328. RESULT = rand(0, 19)
  329. act 'Leave':
  330. if RESULT = 0:
  331. cla
  332. *clr
  333. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal1.jpg"></center>'
  334. 'You see a nice guy on the weight machine.'
  335. act 'Continue':gt 'fit', 'dressing room'
  336. if pcs_dom > 0:
  337. act 'Flirt':
  338. cla
  339. *clr
  340. guy += 1
  341. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  342. gs 'boyStat', $npclastgenerated
  343. samecount = 1
  344. picrand = 17
  345. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal2.jpg"></center>'
  346. 'You go up to the guy lying on the machine, squat and start stroking his cock through his pants. The man rises and kisses you on the lips, then lowers his pants releasing his impressive size dick.'
  347. gs 'arousal', 'foreplay', 10, 'dom'
  348. gs 'stat'
  349. act 'Suck':gt 'sex', 'minet'
  350. end
  351. end
  352. elseif RESULT = 1:
  353. cla
  354. *clr
  355. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal3.jpg"></center>'
  356. 'As you finish training, a guy sits behind, caresses your breasts and kisses your ear, sucking the lobe.'
  357. if pcs_dom > 0:act 'Hit him in the balls':pcs_dom += 1 & gt 'fit', 'dressing room'
  358. act 'Enjoy':
  359. cla
  360. *clr
  361. guy += 1
  362. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  363. gs 'boyStat', $npclastgenerated
  364. picrand = 18
  365. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal4.jpg"></center>'
  366. 'Guy gets up and moves around to face you, he pulls out his cock and lays it on your chest, eventually moving the head to your mouth.'
  367. gs 'arousal', 'foreplay', 15, 'sub'
  368. gs 'stat'
  369. act 'Suck':gt 'sex', 'minet'
  370. end
  371. elseif RESULT = 2:
  372. cla
  373. 'As you finish training, a fit girl offers to play a little squash with her as she waits for her boyfriend to came.'
  374. act 'Refuse':gt 'fit', 'dressing room'
  375. act 'Agree':
  376. cla
  377. *clr
  378. picrand = 15
  379. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal5.jpg"></center>'
  380. 'You have fun playing with the girl, neither of you are any good, but it just amuses you. After some time, it appears as a man and looking at your clumsy attempts and offers to show you how to play correctly.'
  381. 'He stands just behind you and puts one hand on your hand, guiding your racket and showing you how to strike the ball. The other hand starts stroking your hips gradually approaching your crotch.'
  382. 'You feel his cock resting against your back and looking at the girl, you know that she understands what is going on and that the man is her boyfriend.'
  383. act 'Escape from these perverts':gt 'fit', 'dressing room'
  384. act 'Enjoy':
  385. guy += 1
  386. girl += 1
  387. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  388. gs 'boyStat', $npclastgenerated
  389. gt 'podrsex', 'suck'
  390. gs 'arousal', 'foreplay', 15, 'group', 'lesbian'
  391. gs 'stat'
  392. end
  393. end
  394. elseif RESULT = 3:
  395. cla
  396. *clr
  397. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal6.jpg"></center>'
  398. 'You train near to a girl and engage in conversation, two guys obviously take you for girlfriends and try to chat you up.'
  399. act 'Continue':gt 'fit', 'dressing room'
  400. act 'Flirt back':
  401. cla
  402. *clr
  403. picrand = 12
  404. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal7.jpg"></center>'
  405. 'You flirt with a guy, and notice that he is getting very excited and constantly glancing behind you. Turning, you see that the girl is already on her haunches and sucking the second guy with gusto.'
  406. act 'Leave':gt 'fit', 'dressing room'
  407. act 'Suck':
  408. guy += 2
  409. girl += 1
  410. gang += 1
  411. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  412. gs 'boyStat', $npclastgenerated
  413. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  414. gs 'boyStat', $npclastgenerated, 'a'
  415. gs 'arousal', 'bj', 15, 'group', 'lesbian'
  416. gs 'stat'
  417. gt 'sexdvanadva', 'var'
  418. end
  419. end
  420. else
  421. gt 'fit', 'dressing room'
  422. end
  423. end
  424. end
  425. if $ARGS[0] = 'kickboxing':
  426. cla
  427. clr
  428. *clr
  429. minut += 5
  430. gs 'stat'
  431. gs 'razrKik'
  432. if night_mode = 1:
  433. fcolor = rgb(255, 255, 255)
  434. bcolor = rgb(0, 0, 0)
  435. lcolor = rgb(106, 90, 205)
  436. else
  437. fcolor = rgb(0, 0, 0)
  438. bcolor = rgb(255, 255, 255)
  439. lcolor = rgb(106, 90, 205)
  440. end
  441. '<center><b><font color="maroon">Kickboxing Gym</font></b></center>'
  442. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik.jpg"></center>'
  443. act 'Work on your jabs':
  444. cla
  445. *clr
  446. abonement -= 1
  447. timemult = 2
  448. loopcount = 1
  449. :timeloop6
  450. gs 'exercise', 'tier3', 0, 'jab_exp', 'react_exp'
  451. if loopcount < timemult: loopcount += 1 & jump 'timeloop6'
  452. loopcount = 0
  453. timemult = 0
  454. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  455. 'You practice your jabs on the speed bag and double-end bag, straight punches with a step forward. These strikes are not so powerful, but they are fast.'
  456. act 'Leave':gt 'fit', 'dressing room'
  457. end
  458. act 'Work on your heavy punches':
  459. cla
  460. *clr
  461. abonement -= 1
  462. timemult = 2
  463. loopcount = 1
  464. :timeloop7
  465. gs 'exercise', 'tier3', 0, 'stren_exp', 'punch_exp'
  466. if loopcount < timemult: loopcount += 1 & jump 'timeloop7'
  467. loopcount = 0
  468. timemult = 0
  469. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  470. 'You practice your power punches on the heavy bag. These are high impact and powerful, but they are hard to get to their target.'
  471. act 'Leave':gt 'fit', 'dressing room'
  472. end
  473. act 'Work on your kicking':
  474. cla
  475. *clr
  476. abonement -= 1
  477. timemult = 2
  478. loopcount = 1
  479. :timeloop8
  480. gs 'exercise', 'tier3', 0, 'stren_exp', 'kick_exp'
  481. if loopcount < timemult: loopcount += 1 & jump 'timeloop8'
  482. loopcount = 0
  483. timemult = 0
  484. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  485. 'You practice your powerful kicks on a kickboxing bag. These impacts are very powerful and able to cut down an opponant, but are very difficult to hit with.'
  486. act 'Leave':gt 'fit', 'dressing room'
  487. end
  488. act 'Work on defence':
  489. cla
  490. *clr
  491. abonement -= 1
  492. timemult = 2
  493. loopcount = 1
  494. :timeloop9
  495. gs 'exercise', 'tier3', 0, 'def_exp', 'agil_exp'
  496. if loopcount < timemult: loopcount += 1 & jump 'timeloop9'
  497. loopcount = 0
  498. timemult = 0
  499. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  500. 'You practice your defense movements.'
  501. act 'Leave':gt 'fit', 'dressing room'
  502. end
  503. act 'Sparing (training bout in the ring)':
  504. cla
  505. *clr
  506. 'You need to choose a partner for sparring'
  507. act 'Pick a random partner':
  508. abonement -= 1
  509. pcs_mood += 2
  510. timemult = 2
  511. loopcount = 1
  512. :timeloop10
  513. gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
  514. if loopcount < timemult: loopcount += 1 & jump 'timeloop10'
  515. loopcount = 0
  516. timemult = 0
  517. pointKik = 0
  518. pointKikV = 0
  519. round = 1
  520. minround = 0
  521. gs 'npcgeneratec', 0, 'sparring partner', rand(19,45)
  522. gs 'boyStat', $npclastgenerated
  523. strenV = rand(10, 20)
  524. speedV = rand(10, 20)
  525. agilV = rand(10, 20)
  526. reactV = rand(10, 20)
  527. vitalV = rand(10, 20)
  528. intelV = 10
  529. willV = 10
  530. !!skills
  531. JabV = rand(5, 20)
  532. PunchV = rand(5, 20)
  533. KikV = rand(5, 20)
  534. KikDefV = rand(5, 20)
  535. !!parameters
  536. healthV = vitalV * 10 + strenV * 5
  537. formula = 3
  538. sparing = 1
  539. gt 'kikbox', 'start'
  540. end
  541. end
  542. if week >= 5 and amateur_fight_day ! daystart:
  543. 'You can take part in an amateur fight.'
  544. act 'Amateur fight':
  545. amateur_fight_day = daystart
  546. pcs_mood += 2
  547. timemult = 2
  548. loopcount = 1
  549. :timeloop11
  550. gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
  551. if loopcount < timemult: loopcount += 1 & jump 'timeloop11'
  552. loopcount = 0
  553. timemult = 0
  554. pointKik = 0
  555. pointKikV = 0
  556. round = 1
  557. minround = 0
  558. razrand = rand(0, 1)
  559. if razradKik + razrand = 0:
  560. gs 'npcgeneratec', 0, 'useless rival', rand(19,45)
  561. gs 'boyStat', $npclastgenerated
  562. strenV = rand(10, 20)
  563. speedV = rand(10, 20)
  564. agilV = rand(10, 20)
  565. reactV = rand(10, 20)
  566. vitalV = rand(10, 20)
  567. intelV = 10
  568. willV = 10
  569. !!skills
  570. JabV = rand(10, 30)
  571. PunchV = rand(10, 30)
  572. KikV = rand(10, 30)
  573. KikDefV = rand(10, 30)
  574. !!parameters
  575. healthV = vitalV * 10 + strenV * 5
  576. formula = 3
  577. amateur = 1
  578. elseif razradKik + razrand = 1:
  579. gs 'npcgeneratec', 0, '3rd class rival', rand(19,45)
  580. gs 'boyStat', $npclastgenerated
  581. strenV = rand(15, 25)
  582. speedV = rand(15, 25)
  583. agilV = rand(15, 25)
  584. reactV = rand(15, 25)
  585. vitalV = rand(15, 25)
  586. intelV = 10
  587. willV = 10
  588. !!skills
  589. JabV = rand(15, 35)
  590. PunchV = rand(15, 35)
  591. KikV = rand(15, 35)
  592. KikDefV = rand(15, 35)
  593. !!parameters
  594. healthV = vitalV * 10 + strenV * 5
  595. formula = 3
  596. amateur = 1
  597. elseif razradKik + razrand = 2:
  598. gs 'npcgeneratec', 0, '2rd class rival', rand(19,45)
  599. gs 'boyStat', $npclastgenerated
  600. strenV = rand(20, 30)
  601. speedV = rand(20, 30)
  602. agilV = rand(20, 30)
  603. reactV = rand(20, 30)
  604. vitalV = rand(20, 30)
  605. intelV = 10
  606. willV = 10
  607. !!skills
  608. JabV = rand(30, 50)
  609. PunchV = rand(30, 50)
  610. KikV = rand(30, 50)
  611. KikDefV = rand(30, 50)
  612. !!parameters
  613. healthV = vitalV * 10 + strenV * 5
  614. formula = 3
  615. amateur = 1
  616. elseif razradKik + razrand = 3:
  617. gs 'npcgeneratec', 0, '1st class rival', rand(19,45)
  618. gs 'boyStat', $npclastgenerated
  619. strenV = rand(30, 40)
  620. speedV = rand(30, 40)
  621. agilV = rand(30, 40)
  622. reactV = rand(30, 40)
  623. vitalV = rand(30, 40)
  624. intelV = 10
  625. willV = 10
  626. !!skills
  627. JabV = rand(40, 60)
  628. PunchV = rand(40, 60)
  629. KikV = rand(40, 60)
  630. KikDefV = rand(40, 60)
  631. !!parameters
  632. healthV = vitalV * 10 + strenV * 5
  633. formula = 3
  634. amateur = 1
  635. elseif razradKik + razrand = 4:
  636. gs 'npcgeneratec', 0, 'excellent rival', rand(19,45)
  637. gs 'boyStat', $npclastgenerated
  638. strenV = rand(40, 60)
  639. speedV = rand(40, 60)
  640. agilV = rand(40, 60)
  641. reactV = rand(40, 60)
  642. vitalV = rand(40, 60)
  643. intelV = 10
  644. willV = 10
  645. !!skills
  646. JabV = rand(60, 80)
  647. PunchV = rand(60, 80)
  648. KikV = rand(60, 80)
  649. KikDefV = rand(60, 80)
  650. !!parameters
  651. healthV = vitalV * 10 + strenV * 5
  652. formula = 3
  653. amateur = 1
  654. elseif razradKik + razrand >= 5:
  655. gs 'npcgeneratec', 0, 'best rival in the gym', rand(19,45)
  656. gs 'boyStat', $npclastgenerated
  657. strenV = rand(60, 100)
  658. speedV = rand(60, 100)
  659. agilV = rand(60, 100)
  660. reactV = rand(60, 100)
  661. vitalV = rand(60, 100)
  662. intelV = 10
  663. willV = 10
  664. !!skills
  665. JabV = rand(80, 110)
  666. PunchV = rand(80, 110)
  667. KikV = rand(80, 110)
  668. KikDefV = rand(80, 110)
  669. !!parameters
  670. healthV = vitalV * 10 + strenV * 5
  671. formula = 3
  672. amateur = 1
  673. end
  674. gt 'kikbox', 'start'
  675. end
  676. end
  677. end
  678. --- fit ---------------------------------