501_fight3 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <<<<<<< 501_fight3
  2. $resultUderDin = {
  3. if Aktiv > Passiv:
  4. point += 1
  5. Ku += 1
  6. '<center><img src="pic/fight/f3u.jpg" ></center>'
  7. 'You have successfully commit rival'
  8. act '...':
  9. stoper = 0 & gt 'fight2'
  10. end
  11. end
  12. if Aktiv <= Passiv:
  13. pointE += 1
  14. KzE += 1
  15. '<center><img src="pic/fight/f3u2.jpg" ></center>'
  16. 'You can not do anything about my opponent breaks lock.'
  17. act '...':
  18. gt 'RoundStop'
  19. end
  20. end
  21. }
  22. $resultBrosDin = {
  23. if Aktiv > Passiv:
  24. point += 2
  25. lustw += 1
  26. Kb += 1
  27. '<center><img src="pic/fight/f3b.jpg" ></center>'
  28. 'You have successfully throw the opponent'
  29. act '...':
  30. stoper = 0 & gt 'fight1'
  31. end
  32. end
  33. if Aktiv <= Passiv:
  34. pointE + =1
  35. KzE += 1
  36. '<center><img src="pic/fight/f3u2.jpg" ></center>'
  37. 'You can not do anything about my opponent breaks lock.'
  38. act '...':
  39. gt 'RoundStop'
  40. end
  41. end
  42. =======
  43. # fight3
  44. $resultUderDin={
  45. if Aktiv>Passiv:
  46. point+=1
  47. Ku+=1
  48. '<center><img src="pic/fight/f3u.jpg" ></center>'
  49. 'You have successfully commit rival'
  50. act '...':stoper=0&gt'fight2'
  51. end
  52. if Aktiv<=Passiv:
  53. pointE+=1
  54. KzE+=1
  55. '<center><img src="pic/fight/f3u2.jpg" ></center>'
  56. 'You can not do anything about my opponent breaks lock.'
  57. act '...':gt'RoundStop'
  58. end
  59. }
  60. $resultBrosDin={
  61. if Aktiv>Passiv:
  62. point+=2
  63. lustw+=1
  64. Kb+=1
  65. '<center><img src="pic/fight/f3b.jpg" ></center>'
  66. 'You have successfully throw the opponent'
  67. act '...':stoper=0&gt'fight1'
  68. end
  69. if Aktiv<=Passiv:
  70. pointE+=1
  71. KzE+=1
  72. '<center><img src="pic/fight/f3u2.jpg" ></center>'
  73. 'You can not do anything about my opponent breaks lock.'
  74. act '...':gt'RoundStop'
  75. end
  76. >>>>>>> 501_fight3
  77. }
  78. !you top
  79. !opponent bottom facing you
  80. <<<<<<< 501_fight3
  81. koef = 100
  82. koefE = 100
  83. rMin -= 1
  84. stoper += 1
  85. gs 'fightStat'
  86. =======
  87. koef=100
  88. koefE=100
  89. rMin-=1
  90. stoper+=1
  91. gs'fightStat'
  92. >>>>>>> 501_fight3
  93. '<center><img src="pic/fight/f3.jpg" ></center>'
  94. '<<$nameE>> supine, while you sit on top of it. <<$nameE>> trying to throw you off the.'
  95. <<<<<<< 501_fight3
  96. if endur <= 0 or lustw <= 0:
  97. gt'SubLoss'
  98. end
  99. if endurE <= 0 or lustwE <= 0:
  100. gt 'SubWin'
  101. end
  102. =======
  103. if endur<=0 or lustw<=0:gt'SubLoss'
  104. if endurE<=0 or lustwE<=0:gt'SubWin'
  105. >>>>>>> 501_fight3
  106. if stoper<3:
  107. <<<<<<< 501_fight3
  108. if rMin > 0:
  109. act 'Make an attempt to hold':
  110. cls
  111. dynamic $uderdin
  112. dynamic $resultUderDin
  113. end
  114. act 'Make an attempt to throw':
  115. cls
  116. dynamic $brosdin
  117. dynamic $resultBrosDin
  118. end
  119. else
  120. 'Refferi blows a whistle and throws you. End of round.'
  121. act 'up':
  122. gt 'RoundEnd'
  123. end
  124. end
  125. end
  126. if stoper >= 3:
  127. pointE += 1
  128. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  129. act 'up':
  130. gt'RoundStop'
  131. end
  132. end
  133. =======
  134. if rMin>0:
  135. act 'Make an attempt to hold':
  136. cls
  137. dynamic $uderdin
  138. dynamic $resultUderDin
  139. end
  140. act 'Make an attempt to throw':
  141. cls
  142. dynamic $brosdin
  143. dynamic $resultBrosDin
  144. end
  145. else
  146. 'Refferi blows a whistle and throws you. End of round.'
  147. act 'up':gt'RoundEnd'
  148. end
  149. end
  150. if stoper>=3:
  151. pointE+=1
  152. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  153. act 'up':gt'RoundStop'
  154. end
  155. --- fight3 ---------------------------------
  156. >>>>>>> 501_fight3