fight2 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # fight2
  2. $resultUderDin = {
  3. endurE -= 2
  4. if Aktiv >= Passiv:
  5. point += 1
  6. lustwE -= 1
  7. Ku += 1
  8. '<center><img src="images/pic/fight/f2u.jpg"></center>'
  9. 'You have successfully hold rival'
  10. act '...':gt 'fight2'
  11. end
  12. if Aktiv < Passiv:
  13. pointE += 1
  14. KzE += 1
  15. '<center><img src="images/pic/fight/f2u2.jpg"></center>'
  16. 'You can not do anything about my opponent flips.'
  17. act '...':stoper = 0 & gt 'fight3'
  18. end
  19. }
  20. !!you have committed opponent
  21. !!you sit on top
  22. !!opponent lying on his stomach under you -20%
  23. koef = 100
  24. koefE = 80
  25. lustwE -= 1
  26. rMin -= 1
  27. stoper += 1
  28. gs 'fightStat'
  29. '<center><img src="images/pic/fight/f2.jpg"></center>'
  30. '<<$nameE>> lies beneath you . <<$nameE>> desperately trying to slip out of the bend of your capture.'
  31. if endur <= 0 or lustw <= 0:gt 'SubLoss'
  32. if endurE <= 0 or lustwE <= 0:gt 'SubWin'
  33. if stoper < 3:
  34. if rMin > 0:
  35. act 'hold_On':
  36. cls
  37. dynamic $uderdin
  38. dynamic $resultUderDin
  39. end
  40. else
  41. 'Refferi blows a whistle and throws you. End of round.'
  42. act 'up':gt 'RoundEnd'
  43. end
  44. end
  45. if stoper >= 3:
  46. point += 3
  47. 'Refferi blows a whistle and throws you. Your time to attack happened. For the successful holding you get immediately 3 points.'
  48. act 'up':gt 'RoundStop'
  49. end
  50. --- fight2 ---------------------------------