1
0

FightE2 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # FightE2
  2. $resultUderDinE = {
  3. cls
  4. if Aktiv > Passiv:
  5. pointE += 1
  6. KuE += 1
  7. '<center><img src="images/pic/fight/f1u.jpg"></center>'
  8. '<<$nameE>> successfully captures you'
  9. act '...':stoper = 0 & gt 'fightE1'
  10. end
  11. if Aktiv < Passiv:
  12. point += 1
  13. Kz += 1
  14. '<center><img src="images/pic/fight/f1u1.jpg"></center>'
  15. '<<$nameE>> you can not do anything and you turn.'
  16. act '...':stoper = 0 & gt 'fightE3'
  17. end
  18. if Aktiv = Passiv:
  19. '<center><img src="images/pic/fight/f1u2.jpg"></center>'
  20. 'You have two little turns and you are struggling without success.'
  21. act '...':gt $curloc
  22. end
  23. }
  24. !!You from the bottom on the back after throwing -15%
  25. !!opponent top
  26. koef = 85
  27. koefE = 100
  28. rMin -= 1
  29. stoper += 1
  30. gs 'fightStat'
  31. '<center><img src="images/pic/fight/f1.jpg"></center>'
  32. 'You lie below a little stunned after throwing, and <<$nameE>> sits on you.'
  33. if endur <= 0 or lustw <= 0:gt 'SubLoss'
  34. if endurE <= 0 or lustwE <= 0:gt 'SubWin'
  35. if stoper < 3:
  36. if rMin > 0:
  37. dynamic $uderdinE
  38. dynamic $resultUderDinE
  39. exit
  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 += 1
  47. 'Refferi blows a whistle and throws you. Time rivals to attack happened. You get one point.'
  48. act 'up':gt 'RoundStop'
  49. end
  50. --- FightE2 ---------------------------------