fit.qsrc 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  1. # fit
  2. CLOSE ALL
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. $menu_loc = 'fit'
  6. $menu_arg = 'start'
  7. menu_off = 0
  8. minut += 5
  9. frost = 0
  10. gs 'stat'
  11. gs 'themes', 'indoors'
  12. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  13. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
  14. *nl
  15. 'This modern and well staffed fitness center provides all the latest equipment and trainers to help you make the most of them.'
  16. *nl
  17. 'At the reception you may buy '+iif(abonement > 0, 'a subscription package', 'an additional subscription package')+' for access to all available facilities.'
  18. if abonement > 0:'Your existing subscription package is valid for <<abonement>> more classes.'
  19. *nl
  20. '<b>Available Packages:</b>'
  21. '<a href="exec: abonement +=30">30 classes (3,000 <b>₽</b>)</a>'
  22. '<a href="exec: abonement +=20">20 classes (2,250 <b>₽</b>)</a>'
  23. '<a href="exec: abonement +=10">10 classes (1,500 <b>₽</b>)</a>'
  24. *nl
  25. '<b>Included classes:</b>'
  26. 'Running'
  27. 'Crossfit'
  28. 'Aerobics'
  29. 'Weights'
  30. 'Cross Trainer'
  31. 'Tennis'
  32. 'Kickboxing'
  33. 'Swimming pool.'
  34. *nl
  35. 'Sportswear is required for all available classes.'
  36. act 'Leave': minut += 5 & gt 'down'
  37. if abonement > 0:
  38. act 'Go to the dressing room':
  39. gt 'fit', 'dressing room'
  40. end
  41. else
  42. act 'Use the pool (100 <b>₽</b>)': gt 'fit', 'dressing room'
  43. end
  44. if money >= 3000 and abonement = 0:
  45. act 'Buy 30 classes (3,000 <b>₽</b>)':
  46. cla
  47. menu_off = 1
  48. money -= 3000
  49. abonement += 30
  50. 'You bought a subscription for 30 classes, and access to all facilities.'
  51. act 'Move away from cashier':gt 'fit', 'start'
  52. end
  53. end
  54. if money >= 2250 and abonement = 0:
  55. act 'Buy 20 classes (2,250 <b>₽</b>)':
  56. cla
  57. menu_off = 1
  58. money -= 2250
  59. abonement += 20
  60. 'You bought a subscription for 20 classes, and access to all facilities.'
  61. act 'Move away from cashier':gt 'fit', 'start'
  62. end
  63. end
  64. if money >= 1500 and abonement = 0:
  65. act 'Buy 30 classes (1,500 <b>₽</b>)':
  66. cla
  67. menu_off = 1
  68. money -= 1500
  69. abonement += 10
  70. 'You bought a subscription for 10 classes, and access to all facilities.'
  71. act 'Move away from cashier':gt 'fit', 'start'
  72. end
  73. end
  74. end
  75. if $ARGS[0] = 'dressing room':
  76. $locM = 'fit'
  77. $metkaM = 'dressing room'
  78. $sexloc = 'fit'
  79. $loc = 'fit'
  80. $metka = 'dressing room'
  81. $menu_loc = 'fit'
  82. $menu_arg = 'dressing room'
  83. menu_off = 0
  84. $location_type = 'private'
  85. *clr & cla
  86. gs 'stat'
  87. '<center><b><font color="maroon">Dressing</font></b></center>'
  88. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd.jpg"></center>'
  89. 'Recruiting girls for local track team, the winners will receive cash prizes.'
  90. 'Attention, visitors to the sports section must wear sports outfits and shoes when using the facilities.'
  91. if nichTanyaKnown = 0 and (rand(1,100) <= 20 or nichDebug = 1):
  92. 'In the locker room you notice <a href="exec:gt ''fit'', ''fitgirl''">a cute girl</a>.'
  93. end
  94. act 'Exit the locker room':
  95. if $clothingworntype ! 'nude' and $clothingworntype ! 'swimwear':
  96. gt 'fit', 'start'
  97. else
  98. cla
  99. msg'<b><font color = red>You need to get dressed.</font></b>'
  100. act 'Return': gt 'fit', 'dressing room'
  101. end
  102. end
  103. if shampoo > 0:
  104. act 'Take a shower (0:15)':
  105. cla
  106. *clr
  107. menu_off = 1
  108. minut += 15
  109. pcs_horny += 1
  110. pcs_hairbsh = 0
  111. pcs_makeup = 1
  112. if pcs_inhib < 15:inhib_exp += rand(1,2)
  113. dynamic $showerdin
  114. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  115. 'You go into the bathroom and turn on the shower. You lather your body and wash in the shower.'
  116. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  117. act 'Get out of the shower':gt 'fit', 'dressing room'
  118. end
  119. else
  120. '<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
  121. end
  122. act 'Use mirror':
  123. cla
  124. gt 'mirror', 'start'
  125. end
  126. act 'Change outfit':
  127. cla
  128. gt 'wardrobe', 'start'
  129. end
  130. if $clothingworntype = 'swimwear':
  131. act 'Use the pool': gt 'bass', 'start'
  132. else
  133. act 'Change into swimwear': gt 'changingroom', 'view_swim_list'
  134. end
  135. gs 'wardrobe', 'sports_outfit'
  136. if abonement > 0:
  137. if $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and pcs_stam >= 40:
  138. act 'Go to the gym':
  139. cla
  140. gt 'fit', 'gym'
  141. end
  142. act 'Go to the dance studio':
  143. cla
  144. gt 'danceclass'
  145. end
  146. act 'Go do a crossfit workout':
  147. cla
  148. gt 'crossfit_north_box', 'box'
  149. end
  150. end
  151. if begsec = 0:
  152. act 'Join track team':
  153. cla
  154. *clr
  155. minut += 5
  156. begsec = 1
  157. 'You signed up for the track team.'
  158. act 'Leave':gt 'fit', 'dressing room'
  159. end
  160. elseif $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and pcs_stam >= 40:
  161. act 'Go to team practice':gt 'beg', 'start'
  162. if week = 6 and pcs_run >= 20 and run_comp_day ! daystart:
  163. act '<b>Enter competition race</b>':run_comp_day = daystart & gt 'beg1', 'start'
  164. end
  165. end
  166. end
  167. end
  168. if $ARGS[0] = 'fitgirl':
  169. menu_off = 1
  170. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/idle0.jpg"></center>'
  171. 'The girl notices you looking and returns the smile. She undresses and taking some toiletries goes into the shower.'
  172. act 'Turn away':gt 'fit', 'dressing room'
  173. act 'Follow her':
  174. *clr & cla
  175. pcs_hairbsh = 0
  176. pcs_makeup = 1
  177. noShampoo = 1
  178. dynamic $showerdin
  179. shovertania += 1
  180. gs 'stat'
  181. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/shower0.jpg"></center>'
  182. 'There''s no one in the shower, except this girl. The girl looks around and seeing you smiles again then turns away.'
  183. act 'Leave the shower':gt 'fit', 'dressing room'
  184. gs 'willpower', 'misc', 'force'
  185. if will_cost <= pcs_willpwr:
  186. act 'Molest her (<<will_cost>> Willpower)':
  187. *clr & cla
  188. gs 'willpower', 'pay', 'self'
  189. gs 'stat'
  190. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/showermol0.jpg"></center>'
  191. 'You walk up to the girl and gently place one hand on her right breast. She turns to face you.'
  192. gs 'arousal', 'foreplay', 5, 'dom', 'lesbian'
  193. gs 'stat'
  194. if pcs_apprnc < 80:
  195. '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.'
  196. act 'Go':gt 'fit', 'dressing room'
  197. elseif pcs_apprnc >= 80:
  198. 'The girl quickly turns around. She looks a little bit puzzled as she realizes that it was you who grabed her. She probably expected to see a guy and isn''t sure what to do.'
  199. act 'Take advantage of the confusion':
  200. cla
  201. *clr
  202. gs 'underwear', 'remove'
  203. gs 'clothing', 'strip'
  204. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/showermol1.jpg"></center>'
  205. 'While she is trying to understand what is happening you begin fondling her sex with your fingers, and then her hand strokes your ass.'
  206. gs 'arousal', 'foreplay', 10, 'dom', 'lesbian'
  207. gs 'stat'
  208. act 'Further':tanznak = 1 & gt 'fit', 'tanyaIntroduction'
  209. end
  210. act 'Wait for her reaction':
  211. *clr & cla
  212. gs 'stat'
  213. if pcs_apprnc < 100:
  214. 'The girl smiles at you, but removes your hand and leaves, blowing you a kiss.'
  215. act 'Continue':gt 'fit', 'dressing room'
  216. elseif pcs_apprnc >= 100:
  217. cla
  218. *clr
  219. gs 'underwear', 'remove'
  220. gs 'clothing', 'strip'
  221. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/showermol2.jpg"></center>'
  222. 'The girl presses up to you even stronger and kisses your lips.'
  223. gs 'arousal', 'kiss', 5, 'dom', 'lesbian'
  224. gs 'stat'
  225. act 'Further':
  226. tanznak = 1
  227. gt 'fit', 'tanyaIntroduction'
  228. end
  229. end
  230. end
  231. end
  232. end
  233. else
  234. act 'Molest her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  235. end
  236. end
  237. end
  238. if $ARGS[0] = 'tanyaIntroduction':
  239. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/shower1.jpg"></center>'
  240. 'Just as the both of you are about to get more intimate a group of middleaged women enters the showers. They haven''t noticed you yet. The girl next to you is clearly afraid of being spotted in the shower with you and takes her first opportunity to quietely escape to the dressing room.'
  241. 'You follow her only a few seconds later. She has already begun to dress herself.'
  242. if $pantyworntype = 'none': gs 'underwear', 'wear'
  243. gs 'panties', 'dispose'
  244. gs 'clothing', 'wear_last_worn'
  245. nichTanyaRelationship = 1
  246. nichTanyaRelationshipState = 10
  247. nichTanyaKnown = 1
  248. npc_rel['A218'] += 5
  249. nichTanyaFuckLast = daystart
  250. '"You can at least tell me your name, seeing as you did not even have the decency to do so before you assaulted me." The girl says, catching her breath. Despite her words she doesn''t seem to be angry with you.'
  251. '"I am <<$pcs_nickname>>, and how can I assault someone so keen?" You ask trying to find your panties.'
  252. '"Looking for this?" asks the girl twirling your panties on her finger.'
  253. '"Yes, can I have them back, please?" you ask, while holding out your hand.'
  254. '"Nope. You seduced me. I have never been with a girl before and I think I earned this as a memento." With these words, Tanya slips your panties in her pocket.'
  255. '"My name is Tanya by the way. I live only a short distance from here with my parents. You might come over if you like. Usually I''m home in the late afternoon. We could continue were we left off." she winks at you and leaves.'
  256. '<i>You can now visit Tanya at her parents home in the Downtown area once a day after 16:00.</i>'
  257. act 'Back':gt 'fit', 'dressing room'
  258. end
  259. if $ARGS[0] = 'gym':
  260. *clr & cla
  261. menu_off = 1
  262. minut += 5
  263. sportzalrand = RAND(0,20)
  264. gs 'stat'
  265. gs 'themes', 'indoors'
  266. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  267. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
  268. 'In the fitness center there are a lot of different classes and clubs, designed to improve physical development.'
  269. if StoryLine = 1:
  270. if hour >= 10 and hour < 12 and week = 7 and centr = 1: 'In the hall you see <a href="exec:gt ''VolleyTrenCentr''">Mikhail Nikolaevich</a> talking with a strange man.'
  271. if hour >= 10 and hour < 12 and week = 7 and centr = 2 and ricewine < 2: 'In the hall you see <a href="exec:gt ''VolleyTrenCentr''">Guang</a>'
  272. end
  273. gs 'fit', 'exercise end'
  274. act 'Aerobics (Burn fat)':
  275. cla
  276. *clr
  277. abonement -= 1
  278. timemult = 2
  279. loopcount = 1
  280. :timeloop1
  281. gs 'exercise', 'tier3', 0, 'vital_exp', 'react_exp'
  282. if loopcount < timemult: loopcount += 1 & jump 'timeloop1'
  283. loopcount = 0
  284. timemult = 0
  285. if pcs_inhib < 30:inhib_exp += rand(1,2)
  286. '<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
  287. 'You do very vigorous exercises to the music, and burn some fat.'
  288. if pcs_stam < 30:
  289. *nl
  290. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  291. gs 'fit', 'exercise end'
  292. else
  293. act'Continue': gt 'fit', 'gym'
  294. end
  295. end
  296. act 'Free weights (Build muscle)':
  297. cla
  298. *clr
  299. abonement -= 1
  300. timemult = 2
  301. loopcount = 1
  302. :timeloop2
  303. gs 'exercise', 'tier3', 0, 'stren_exp'
  304. if loopcount < timemult: loopcount += 1 & jump 'timeloop2'
  305. loopcount = 0
  306. timemult = 0
  307. if pcs_inhib < 30:inhib_exp += rand(1,2)
  308. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit2.jpg"></center>'
  309. 'You pump iron, building strength.'
  310. if pcs_stam < 30:
  311. *nl
  312. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  313. gs 'fit', 'exercise end'
  314. else
  315. act'Continue': gt 'fit', 'gym'
  316. end
  317. end
  318. act 'Cross trainer (endurance)':
  319. cla
  320. *clr
  321. abonement -= 1
  322. timemult = 2
  323. loopcount = 1
  324. :timeloop3
  325. gs 'exercise', 'tier3', 0, 'vital_exp'
  326. if loopcount < timemult: loopcount += 1 & jump 'timeloop3'
  327. loopcount = 0
  328. timemult = 0
  329. if pcs_inhib < 30:inhib_exp += rand(1,2)
  330. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit3.jpg"></center>'
  331. 'You spend a half hour doing reps on the cross trainer developing your endurance.'
  332. if pcs_stam < 30:
  333. *nl
  334. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  335. gs 'fit', 'exercise end'
  336. else
  337. act'Continue': gt 'fit', 'gym'
  338. end
  339. end
  340. act 'Tennis practice (agility)':
  341. cla
  342. *clr
  343. abonement -= 1
  344. timemult = 2
  345. loopcount = 1
  346. :timeloop4
  347. gs 'exercise', 'tier3', 0, 'agil_exp'
  348. if loopcount < timemult: loopcount += 1 & jump 'timeloop4'
  349. loopcount = 0
  350. timemult = 0
  351. if pcs_inhib < 30:inhib_exp += rand(1,2)
  352. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  353. 'You run tennis exercises, concentrating on defensive drills.'
  354. if pcs_stam < 30:
  355. *nl
  356. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  357. gs 'fit', 'exercise end'
  358. else
  359. act'Continue': gt 'fit', 'gym'
  360. end
  361. end
  362. act 'Tennis practice (reactions)':
  363. cla
  364. *clr
  365. abonement -= 1
  366. timemult = 2
  367. loopcount = 1
  368. :timeloop5
  369. gs 'exercise', 'tier3', 0, 'react_exp'
  370. if loopcount < timemult: loopcount += 1 & jump 'timeloop5'
  371. loopcount = 0
  372. timemult = 0
  373. if pcs_inhib < 30:inhib_exp += rand(1,2)
  374. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  375. 'You run tennis exercises, concentrating on court reactions.'
  376. if pcs_stam < 30:
  377. *nl
  378. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  379. gs 'fit', 'exercise end'
  380. else
  381. act'Continue': gt 'fit', 'gym'
  382. end
  383. end
  384. act 'Go to the kickboxing gym':gt 'fit', 'kickboxing'
  385. end
  386. if $ARGS[0] = 'exercise end':
  387. menu_off = 1
  388. RESULT = rand(0, 19)
  389. act 'Leave':
  390. if RESULT = 0:
  391. cla
  392. *clr
  393. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal1.jpg"></center>'
  394. 'You see a nice guy on the weight machine.'
  395. act 'Continue':gt 'fit', 'dressing room'
  396. if pcs_dom > 0:
  397. act 'Flirt':
  398. cla
  399. *clr
  400. guy += 1
  401. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  402. gs 'boyStat', $npclastgenerated
  403. samecount = 1
  404. picrand = 17
  405. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal2.jpg"></center>'
  406. '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.'
  407. gs 'arousal', 'foreplay', 10, 'dom'
  408. gs 'stat'
  409. act 'Suck':gt 'sex', 'minet'
  410. end
  411. end
  412. elseif RESULT = 1:
  413. cla
  414. *clr
  415. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal3.jpg"></center>'
  416. 'As you finish training, a guy sits behind, caresses your breasts and kisses your ear, sucking the lobe.'
  417. if pcs_dom > 0:act 'Hit him in the balls':pcs_dom += 1 & gt 'fit', 'dressing room'
  418. act 'Enjoy':
  419. cla
  420. *clr
  421. guy += 1
  422. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  423. gs 'boyStat', $npclastgenerated
  424. picrand = 18
  425. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal4.jpg"></center>'
  426. '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.'
  427. gs 'arousal', 'foreplay', 15, 'sub'
  428. gs 'stat'
  429. act 'Suck':gt 'sex', 'minet'
  430. end
  431. elseif RESULT = 2:
  432. cla
  433. 'As you finish training, a fit girl offers to play a little squash with her as she waits for her boyfriend to came.'
  434. act 'Refuse':gt 'fit', 'dressing room'
  435. act 'Agree':
  436. cla
  437. *clr
  438. picrand = 15
  439. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal5.jpg"></center>'
  440. '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.'
  441. '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.'
  442. '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.'
  443. act 'Escape from these perverts':gt 'fit', 'dressing room'
  444. act 'Enjoy':
  445. guy += 1
  446. girl += 1
  447. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  448. gs 'boyStat', $npclastgenerated
  449. gt 'podrsex', 'suck'
  450. gs 'arousal', 'foreplay', 15, 'group', 'lesbian'
  451. gs 'stat'
  452. end
  453. end
  454. elseif RESULT = 3:
  455. cla
  456. *clr
  457. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal6.jpg"></center>'
  458. 'You train near to a girl and engage in conversation, two guys obviously take you for girlfriends and try to chat you up.'
  459. act 'Continue':gt 'fit', 'dressing room'
  460. act 'Flirt back':
  461. cla
  462. *clr
  463. picrand = 12
  464. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal7.jpg"></center>'
  465. '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.'
  466. act 'Leave':gt 'fit', 'dressing room'
  467. act 'Suck':
  468. guy += 2
  469. girl += 1
  470. gang += 1
  471. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  472. gs 'boyStat', $npclastgenerated
  473. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  474. gs 'boyStat', $npclastgenerated, 'a'
  475. gs 'arousal', 'bj', 15, 'group', 'lesbian'
  476. gs 'stat'
  477. gt 'sexdvanadva', 'var'
  478. end
  479. end
  480. else
  481. gt 'fit', 'dressing room'
  482. end
  483. end
  484. end
  485. if $ARGS[0] = 'kickboxing':
  486. cla
  487. *clr
  488. menu_off = 1
  489. minut += 5
  490. gs 'stat'
  491. gs 'razrKik'
  492. gs 'themes', 'indoors'
  493. '<center><b><font color="maroon">Kickboxing Gym</font></b></center>'
  494. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik.jpg"></center>'
  495. 'This section is dominated by the ring itself, square like a boxing ring and the only equipment that can''t be easily moved.'
  496. 'Around it there are various punching bags of different sizes and weights and a couple of coaches with practice pads.'
  497. 'You can try your luck in a fight here on Saturdays but safety concerns limit everyone to a maximum of 1 bout per week.'
  498. act 'Work on your jabs':
  499. cla
  500. *clr
  501. abonement -= 1
  502. timemult = 2
  503. loopcount = 1
  504. :timeloop6
  505. gs 'exercise', 'tier3', 0, 'jab_exp', 'react_exp'
  506. if loopcount < timemult: loopcount += 1 & jump 'timeloop6'
  507. loopcount = 0
  508. timemult = 0
  509. if pcs_inhib < 30:inhib_exp += rand(1,2)
  510. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  511. '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.'
  512. act 'Leave':gt 'fit', 'dressing room'
  513. end
  514. act 'Work on your heavy punches':
  515. cla
  516. *clr
  517. abonement -= 1
  518. timemult = 2
  519. loopcount = 1
  520. :timeloop7
  521. gs 'exercise', 'tier3', 0, 'stren_exp', 'punch_exp'
  522. if loopcount < timemult: loopcount += 1 & jump 'timeloop7'
  523. loopcount = 0
  524. timemult = 0
  525. if pcs_inhib < 30:inhib_exp += rand(1,2)
  526. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  527. 'You practice your power punches on the heavy bag. These are high impact and powerful, but they are hard to get to their target.'
  528. act 'Leave':gt 'fit', 'dressing room'
  529. end
  530. act 'Work on your kicking':
  531. cla
  532. *clr
  533. abonement -= 1
  534. timemult = 2
  535. loopcount = 1
  536. :timeloop8
  537. gs 'exercise', 'tier3', 0, 'stren_exp', 'kick_exp'
  538. if loopcount < timemult: loopcount += 1 & jump 'timeloop8'
  539. loopcount = 0
  540. timemult = 0
  541. if pcs_inhib < 30:inhib_exp += rand(1,2)
  542. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  543. '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.'
  544. act 'Leave':gt 'fit', 'dressing room'
  545. end
  546. act 'Work on defence':
  547. cla
  548. *clr
  549. abonement -= 1
  550. timemult = 2
  551. loopcount = 1
  552. :timeloop9
  553. gs 'exercise', 'tier3', 0, 'def_exp', 'agil_exp'
  554. if loopcount < timemult: loopcount += 1 & jump 'timeloop9'
  555. loopcount = 0
  556. timemult = 0
  557. if pcs_inhib < 30:inhib_exp += rand(1,2)
  558. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  559. 'You practice your defense movements.'
  560. act 'Leave':gt 'fit', 'dressing room'
  561. end
  562. act 'Sparing (training bout in the ring)':
  563. cla
  564. *clr
  565. 'You need to choose a partner for sparring'
  566. if pcs_inhib < 30:inhib_exp += rand(1,2)
  567. act 'Pick a random partner':
  568. abonement -= 1
  569. pcs_mood += 2
  570. timemult = 2
  571. loopcount = 1
  572. :timeloop10
  573. gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
  574. if loopcount < timemult: loopcount += 1 & jump 'timeloop10'
  575. loopcount = 0
  576. timemult = 0
  577. pointKik = 0
  578. pointKikV = 0
  579. round = 1
  580. minround = 0
  581. gs 'npcgeneratec', 0, 'sparring partner', rand(19,45)
  582. gs 'boyStat', $npclastgenerated
  583. strenV = rand(10, 20)
  584. speedV = rand(10, 20)
  585. agilV = rand(10, 20)
  586. reactV = rand(10, 20)
  587. vitalV = rand(10, 20)
  588. intelV = 10
  589. willV = 10
  590. !!skills
  591. JabV = rand(5, 20)
  592. PunchV = rand(5, 20)
  593. KikV = rand(5, 20)
  594. KikDefV = rand(5, 20)
  595. !!parameters
  596. healthV = vitalV * 10 + strenV * 5
  597. formula = 3
  598. sparing = 1
  599. gt 'kikbox', 'start'
  600. end
  601. end
  602. if week >= 5 and amateur_fight_day ! daystart:
  603. 'You can take part in an amateur fight.'
  604. act 'Amateur fight':
  605. amateur_fight_day = daystart
  606. pcs_mood += 2
  607. timemult = 2
  608. loopcount = 1
  609. :timeloop11
  610. gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
  611. if loopcount < timemult: loopcount += 1 & jump 'timeloop11'
  612. loopcount = 0
  613. timemult = 0
  614. pointKik = 0
  615. pointKikV = 0
  616. round = 1
  617. minround = 0
  618. razrand = rand(0, 1)
  619. if razradKik + razrand = 0:
  620. gs 'npcgeneratec', 0, 'Useless rival', rand(19,45)
  621. gs 'boyStat', $npclastgenerated
  622. strenV = rand(10, 20)
  623. speedV = rand(10, 20)
  624. agilV = rand(10, 20)
  625. reactV = rand(10, 20)
  626. vitalV = rand(10, 20)
  627. intelV = 10
  628. willV = 10
  629. !!skills
  630. JabV = rand(10, 30)
  631. PunchV = rand(10, 30)
  632. KikV = rand(10, 30)
  633. KikDefV = rand(10, 30)
  634. !!parameters
  635. healthV = vitalV * 10 + strenV * 5
  636. formula = 3
  637. amateur = 1
  638. elseif razradKik + razrand = 1:
  639. gs 'npcgeneratec', 0, '3rd class rival', rand(19,45)
  640. gs 'boyStat', $npclastgenerated
  641. strenV = rand(15, 25)
  642. speedV = rand(15, 25)
  643. agilV = rand(15, 25)
  644. reactV = rand(15, 25)
  645. vitalV = rand(15, 25)
  646. intelV = 10
  647. willV = 10
  648. !!skills
  649. JabV = rand(15, 35)
  650. PunchV = rand(15, 35)
  651. KikV = rand(15, 35)
  652. KikDefV = rand(15, 35)
  653. !!parameters
  654. healthV = vitalV * 10 + strenV * 5
  655. formula = 3
  656. amateur = 1
  657. elseif razradKik + razrand = 2:
  658. gs 'npcgeneratec', 0, '2rd class rival', rand(19,45)
  659. gs 'boyStat', $npclastgenerated
  660. strenV = rand(20, 30)
  661. speedV = rand(20, 30)
  662. agilV = rand(20, 30)
  663. reactV = rand(20, 30)
  664. vitalV = rand(20, 30)
  665. intelV = 10
  666. willV = 10
  667. !!skills
  668. JabV = rand(30, 50)
  669. PunchV = rand(30, 50)
  670. KikV = rand(30, 50)
  671. KikDefV = rand(30, 50)
  672. !!parameters
  673. healthV = vitalV * 10 + strenV * 5
  674. formula = 3
  675. amateur = 1
  676. elseif razradKik + razrand = 3:
  677. gs 'npcgeneratec', 0, '1st class rival', rand(19,45)
  678. gs 'boyStat', $npclastgenerated
  679. strenV = rand(30, 40)
  680. speedV = rand(30, 40)
  681. agilV = rand(30, 40)
  682. reactV = rand(30, 40)
  683. vitalV = rand(30, 40)
  684. intelV = 10
  685. willV = 10
  686. !!skills
  687. JabV = rand(40, 60)
  688. PunchV = rand(40, 60)
  689. KikV = rand(40, 60)
  690. KikDefV = rand(40, 60)
  691. !!parameters
  692. healthV = vitalV * 10 + strenV * 5
  693. formula = 3
  694. amateur = 1
  695. elseif razradKik + razrand = 4:
  696. gs 'npcgeneratec', 0, 'Excellent rival', rand(19,45)
  697. gs 'boyStat', $npclastgenerated
  698. strenV = rand(40, 60)
  699. speedV = rand(40, 60)
  700. agilV = rand(40, 60)
  701. reactV = rand(40, 60)
  702. vitalV = rand(40, 60)
  703. intelV = 10
  704. willV = 10
  705. !!skills
  706. JabV = rand(60, 80)
  707. PunchV = rand(60, 80)
  708. KikV = rand(60, 80)
  709. KikDefV = rand(60, 80)
  710. !!parameters
  711. healthV = vitalV * 10 + strenV * 5
  712. formula = 3
  713. amateur = 1
  714. elseif razradKik + razrand >= 5:
  715. gs 'npcgeneratec', 0, 'Best rival in the gym', rand(19,45)
  716. gs 'boyStat', $npclastgenerated
  717. strenV = rand(60, 100)
  718. speedV = rand(60, 100)
  719. agilV = rand(60, 100)
  720. reactV = rand(60, 100)
  721. vitalV = rand(60, 100)
  722. intelV = 10
  723. willV = 10
  724. !!skills
  725. JabV = rand(80, 110)
  726. PunchV = rand(80, 110)
  727. KikV = rand(80, 110)
  728. KikDefV = rand(80, 110)
  729. !!parameters
  730. healthV = vitalV * 10 + strenV * 5
  731. formula = 3
  732. amateur = 1
  733. end
  734. gt 'kikbox', 'start'
  735. end
  736. end
  737. end
  738. --- fit ---------------------------------