FightE1 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # FightE1
  2. $resultUderDinE = {
  3. cls
  4. endur -= 2
  5. if Aktiv >= Passiv:
  6. pointE += 1
  7. lustw -= 1
  8. KuE += 1
  9. '<center><img src="images/pic/fight/f2u.jpg"></center>'
  10. '<<$nameE>> successfully keeps you'
  11. act '...':gt 'fightE1'
  12. elseif Aktiv < Passiv:
  13. point += 1
  14. Kz += 1
  15. '<center><img src="images/pic/fight/f2u2.jpg"></center>'
  16. '<<$nameE>> you can not do anything and you turn.'
  17. act '...':stoper = 0 & gt 'fightE3'
  18. end
  19. }
  20. !!You are on the bottom of the abdomen -20%
  21. !!Opponent top a hold
  22. koef = 80
  23. koefE = 100
  24. lustw -= 1
  25. rMin -= 1
  26. stoper += 1
  27. gs 'fightStat'
  28. '<center><img src="images/pic/fight/f2.jpg"></center>'
  29. '<<$nameE>> recorded a hold of you and.'
  30. if endur <= 0 or lustw <= 0:gt 'SubLoss'
  31. if endurE <= 0 or lustwE <= 0:gt 'SubWin'
  32. if stoper < 3:
  33. if rMin > 0:
  34. dynamic $uderdinE
  35. dynamic $resultUderDinE
  36. exit
  37. else
  38. 'The referee blows a whistle and throws you. End of round.'
  39. act 'up':gt 'RoundEnd'
  40. end
  41. elseif stoper >= 3:
  42. pointE += 3
  43. 'The referee blows a whistle and throws you. rival gets 3 points for successful retention.'
  44. act 'up':gt 'RoundStop'
  45. end
  46. --- FightE1 ---------------------------------