500_fight2 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <<<<<<< 500_fight2
  2. $resultUderDin = {
  3. endurE -= 2
  4. if Aktiv >= Passiv:
  5. point += 1
  6. lustwE -= 1
  7. Ku += 1
  8. '<center><img src="pic/fight/f2u.jpg" ></center>'
  9. 'You have successfully hold rival'
  10. act '...':
  11. gt 'fight2'
  12. end
  13. end
  14. if Aktiv < Passiv:
  15. pointE += 1
  16. KzE += 1
  17. '<center><img src="pic/fight/f2u2.jpg" ></center>'
  18. 'You can not do anything about my opponent flips.'
  19. act '...':
  20. stoper = 0 & gt 'fight3'
  21. end
  22. end
  23. =======
  24. # fight2
  25. $resultUderDin={
  26. endurE-=2
  27. if Aktiv>=Passiv:
  28. point+=1
  29. lustwE-=1
  30. Ku+=1
  31. '<center><img src="pic/fight/f2u.jpg" ></center>'
  32. 'You have successfully hold rival'
  33. act '...':gt'fight2'
  34. end
  35. if Aktiv<Passiv:
  36. pointE+=1
  37. KzE+=1
  38. '<center><img src="pic/fight/f2u2.jpg" ></center>'
  39. 'You can not do anything about my opponent flips.'
  40. act '...':stoper=0&gt'fight3'
  41. end
  42. >>>>>>> 500_fight2
  43. }
  44. !you have committed opponent
  45. !you sit on top
  46. !opponent lying on his stomach under you -20%
  47. <<<<<<< 500_fight2
  48. koef = 100
  49. koefE = 80
  50. lustwE -= 1
  51. rMin -= 1
  52. stoper += 1
  53. gs 'fightStat'
  54. =======
  55. koef=100
  56. koefE=80
  57. lustwE-=1
  58. rMin-=1
  59. stoper+=1
  60. gs'fightStat'
  61. >>>>>>> 500_fight2
  62. '<center><img src="pic/fight/f2.jpg" ></center>'
  63. '<<$nameE>> lies beneath you . <<$nameE>> desperately trying to slip out of the bend of your capture.'
  64. <<<<<<< 500_fight2
  65. if endur <= 0 or lustw <= 0:
  66. gt'SubLoss'
  67. end
  68. if endurE <= 0 or lustwE <= 0:
  69. gt'SubWin'
  70. end
  71. if stoper < 3:
  72. if rMin > 0:
  73. act 'hold_On':
  74. cls
  75. dynamic $uderdin
  76. dynamic $resultUderDin
  77. end
  78. else
  79. 'Refferi blows a whistle and throws you. End of round.'
  80. act 'up':
  81. gt'RoundEnd'
  82. end
  83. end
  84. end
  85. if stoper >= 3:
  86. point += 3
  87. 'Refferi blows a whistle and throws you. Your time to attack happened. For the successful holding you get immediately 3 points.'
  88. act 'up':
  89. gt'RoundStop'
  90. end
  91. end
  92. =======
  93. if endur<=0 or lustw<=0:gt'SubLoss'
  94. if endurE<=0 or lustwE<=0:gt'SubWin'
  95. if stoper<3:
  96. if rMin>0:
  97. act 'hold_On':
  98. cls
  99. dynamic $uderdin
  100. dynamic $resultUderDin
  101. end
  102. else
  103. 'Refferi blows a whistle and throws you. End of round.'
  104. act 'up':gt'RoundEnd'
  105. end
  106. end
  107. if stoper>=3:
  108. point+=3
  109. 'Refferi blows a whistle and throws you. Your time to attack happened. For the successful holding you get immediately 3 points.'
  110. act 'up':gt'RoundStop'
  111. end
  112. --- fight2 ---------------------------------
  113. >>>>>>> 500_fight2