kisameQW.qsrc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # kisameQW
  2. if $ARGS[0] = 'start':
  3. cla
  4. pcs_horny += 20
  5. clr
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/characters/city/kisame/sex/kisame1.jpg"></center>'
  8. 'You swim in the pool, Kisame sharply turns below you underwater constantly touching your body. He rips off your swimsuit and pushes you to the bottom of the pool.'
  9. 'Kisame keeps you in place by holding your feet.'
  10. act 'Try to push him away':
  11. cla
  12. *clr
  13. pcs_horny += 60
  14. pcs_sweat = 10 + rand(0,4)
  15. pcs_mood += 5
  16. clr
  17. gs 'stat'
  18. '<center><img <<$set_imgh>> src="images/characters/city/kisame/sex/kisame2.jpg"></center>'
  19. 'Despite your attempts, Kisame resists you pushing him with your feet. He moves his mouth to your crouch and his tongue steams into your vagina and caresses your insides. You feel on top of the world.'
  20. act 'Submit':
  21. cla
  22. *clr
  23. pcs_mood += 5
  24. guy += 1
  25. pcs_vag += 1
  26. spafinloc = 0
  27. sexpartkno = 1
  28. gs 'boyStat', 'A40'
  29. gs 'cum_manage'
  30. if KisameSex = 0:KisameSex = 1 & guy += 1
  31. clr
  32. gs 'stat'
  33. '<center><img <<$set_imgh>> src="images/characters/city/kisame/sex/kisame3.jpg"></center>'
  34. 'Kisame plays with you like a toy, he swims under you and skewers your pussy on his cock. You are simultaneously on the verge of orgasm and fainting from suffocation. You hear Kisames voice in your head and you can breathe underwater.'
  35. 'He fucks you hard in the pussy and you breathe in water, instead of water filling your lungs they receive completely normal air. Sighing you immediately orgasm, and bend in convulsions of pleasure. Kisame also ends inside you.'
  36. $orgasm_or = 'yes'
  37. gs 'arousal', 'vaginal', 20, 'sub', 'rough'
  38. gs 'stat'
  39. act 'Further':gt 'kisameQW', 'after'
  40. end
  41. act 'Attack (Kisame mag10)':
  42. cla
  43. *clr
  44. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisamev.jpg"></center>'
  45. pcs_horny += 60
  46. gs 'boyStat', 'A40'
  47. !!stats{
  48. strenV = 300
  49. speedV = 100
  50. agilV = 100
  51. reactV = 100
  52. vitalV = 200
  53. intelV = 100
  54. willV = 50
  55. !!skills
  56. magikV = 10
  57. boxingV = 100
  58. shootV = 100
  59. !!parameters
  60. healthV = vitalV * 10 + strenV * 5
  61. manaV = intelV * magikV + magikV * 100 + vitalV * 10
  62. willpowerV = willV * 10
  63. BonusAtakV = 0
  64. BonusDefV = 0
  65. !!Programme of Action
  66. program = 5
  67. kisamePic = 1
  68. klonV = 5
  69. !!defenceV = 10000
  70. if spellavtoklon = 1:klon = 3
  71. if spellbefshild = 1:defence = 500}
  72. gs 'fight','initFight'
  73. $opp_name[0] = 'Kisame'
  74. $opp_image[0] = 'images/characters/city/kisame/kisamev.jpg'
  75. opp_def[0] = 100
  76. opp_run[0] = 100
  77. opp_wrstlng[0] = 75
  78. opp_kick[0] = 0
  79. opp_punch[0] = 100
  80. opp_jab[0] = 100
  81. opp_stren[0] = 200
  82. opp_agil[0] = 100
  83. opp_vital[0] = 200
  84. opp_react[0] = 100
  85. opp_health[0] = (opp_vital * 10 + opp_stren * 5)
  86. opp_willpwr[0] = 100
  87. opp_shoot[0] = 100
  88. fightEnding = 7
  89. gt 'fight', 'start'
  90. 'You kick Kisame in the face. He shows his teeth, and his appearance begins to change. Instantaneously he has blue gills on his face and shark teeth. He whispers with a smile, "You wanna play baby? Let''s play!"'
  91. act 'Fight':gt 'fight', 'start'
  92. end
  93. end
  94. end
  95. if $ARGS[0] = 'after':
  96. cla
  97. pcs_horny += 20
  98. clr
  99. gs 'stat'
  100. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisamev.jpg"></center>'
  101. 'Lightening fast, Kisame transforms into a shark hybrid. He smiles and says, "Thank you baby." With these words he slaps you on the ass and goes to the men''s locker room.'
  102. act 'Find a swimsuit and go to the locker room':gt 'bass', 'start'
  103. end
  104. --- kisameQW ---------------------------------