499_fight1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <<<<<<< 499_fight1
  2. $resultUderDin = {
  3. if Aktiv > Passiv:
  4. point += 1
  5. Ku += 1
  6. '<center><img src="images/pic/fight/f1u.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="images/pic/fight/f1u1.jpg" ></center>'
  16. 'You can not do anything about my opponent flips.'
  17. act '...':
  18. stoper = 0 & gt 'fight3'
  19. end
  20. end
  21. if Aktiv = Passiv:
  22. '<center><img src="images/pic/fight/f1u2.jpg" ></center>'
  23. 'You have two little turns and you are struggling without success.'
  24. act '...':
  25. gt $curloc
  26. end
  27. end
  28. }
  29. =======
  30. # fight1
  31. $resultUderDin={
  32. if Aktiv>Passiv:
  33. point+=1
  34. Ku+=1
  35. '<center><img src="pic/fight/f1u.jpg" ></center>'
  36. 'You have successfully commit rival'
  37. act '...':stoper=0&gt'fight2'
  38. end
  39. if Aktiv<Passiv:
  40. pointE+=1
  41. KzE+=1
  42. '<center><img src="pic/fight/f1u1.jpg" ></center>'
  43. 'You can not do anything about my opponent flips.'
  44. act '...':stoper=0&gt'fight3'
  45. end
  46. if Aktiv=Passiv:
  47. '<center><img src="pic/fight/f1u2.jpg" ></center>'
  48. 'You have two little turns and you are struggling without success.'
  49. act '...':gt $curloc
  50. end
  51. }
  52. >>>>>>> 499_fight1
  53. !you top
  54. !opponent lies on his back after throwing -15%
  55. <<<<<<< 499_fight1
  56. koef = 100
  57. koefE = 85
  58. rMin -= 1
  59. stoper += 1
  60. gs'fightStat'
  61. '<center><img src="images/pic/fight/f1.jpg" ></center>'
  62. =======
  63. koef=100
  64. koefE=85
  65. rMin-=1
  66. stoper+=1
  67. gs'fightStat'
  68. '<center><img src="pic/fight/f1.jpg" ></center>'
  69. >>>>>>> 499_fight1
  70. '<<$nameE>> lying on his back after throwing a little confused, while you sit on top of it. <<$nameE>> trying to wriggle out.'
  71. <<<<<<< 499_fight1
  72. if endur <= 0 or lustw <= 0:
  73. gt'SubLoss'
  74. end
  75. if endurE <= 0 or lustwE <= 0:
  76. gt'SubWin'
  77. end
  78. if stoper < 3:
  79. if rMin > 0:
  80. act 'Make an attempt to hold':
  81. cls
  82. dynamic $uderdin
  83. dynamic $resultUderDin
  84. end
  85. else
  86. 'Refferi blows a whistle and throws you. End of round.'
  87. act 'up':
  88. gt'RoundEnd'
  89. end
  90. end
  91. end
  92. if stoper >= 3:
  93. pointE += 1
  94. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  95. act 'up':
  96. gt 'RoundStop'
  97. end
  98. end
  99. =======
  100. if endur<=0 or lustw<=0:gt'SubLoss'
  101. if endurE<=0 or lustwE<=0:gt'SubWin'
  102. if stoper<3:
  103. if rMin>0:
  104. act 'Make an attempt to hold':
  105. cls
  106. dynamic $uderdin
  107. dynamic $resultUderDin
  108. end
  109. else
  110. 'Refferi blows a whistle and throws you. End of round.'
  111. act 'up':gt'RoundEnd'
  112. end
  113. end
  114. if stoper>=3:
  115. pointE+=1
  116. 'Refferi blows a whistle and throws you. Your time to attack happened. <<$nameE>> receives one point.'
  117. act 'up':gt'RoundStop'
  118. end
  119. --- fight1 ---------------------------------
  120. >>>>>>> 499_fight1