503_FightE1 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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="pic/fight/f2u.jpg" ></center>'
  10. '<<$nameE>> successfully keeps you'
  11. act '...':gt'fightE1'
  12. end
  13. if Aktiv<Passiv:
  14. point+=1
  15. Kz+=1
  16. '<center><img src="pic/fight/f2u2.jpg" ></center>'
  17. '<<$nameE>> you can not do anything and you turn.'
  18. act '...':stoper=0&gt'fightE3'
  19. end
  20. }
  21. !You are on the bottom of the abdomen -20%
  22. !Opponent top a hold
  23. koef=80
  24. koefE=100
  25. lustw-=1
  26. rMin-=1
  27. stoper+=1
  28. gs'fightStat'
  29. '<center><img src="pic/fight/f2.jpg" ></center>'
  30. '<<$nameE>> recorded a hold of you and.'
  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. dynamic $uderdinE
  36. dynamic $resultUderDinE
  37. exit
  38. else
  39. 'Refferi blows a whistle and throws you. End of round.'
  40. act 'up':gt'RoundEnd'
  41. end
  42. end
  43. if stoper>=3:
  44. pointE+=3
  45. 'Refferi blows a whistle and throws you. rival gets 3 points for successful retention.'
  46. act 'up':gt'RoundStop'
  47. end
  48. --- FightE1 ---------------------------------