496_FightStat 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <<<<<<< 496_FightStat
  2. if endur > endurMax * 75 / 100:
  3. $endur = 'You are active and vigorous'
  4. end
  5. if endur > endurMax * 50 / 100 and endur <= endurMax * 75 / 100:
  6. $endur = 'You are strongly sweating'
  7. end
  8. if endur > endurMax * 25 / 100 and endur <= endurMax * 50 / 100:
  9. $endur = 'Are you tired and short of breath'
  10. end
  11. if endur <= endurMax * 25 / 100:
  12. $endur = 'You just clueless on where you are very tired'
  13. end
  14. if endure > endurMaxe * 75 / 100:
  15. $endure = '<<$nameE>> active and cheerful'
  16. end
  17. if endure > endurMaxe * 50 / 100 and endure <= endurMaxe * 75 / 100:
  18. $endure = '<<$nameE>> much sweating'
  19. end
  20. if endure > endurMaxe * 25 / 100 and endure <= endurMaxe * 50 / 100:
  21. $endure = '<<$nameE>> tired and pants'
  22. end
  23. if endure <= endurMaxe * 25 / 100:
  24. $endure = '<<$nameE>> hardly worth from severe fatigue'
  25. end
  26. if lustw > lustMax * 75 / 100:
  27. $lust = 'You are determined to show it to your opponent what`s what'
  28. end
  29. if lustw > lustMax * 50 / 100 and lustw <= lustMax * 75 / 100:
  30. $lust = 'You`re a little puzzled by the tenacity rivals'
  31. end
  32. if lustw > lustMax * 25 / 100 and lustw <= lustMax * 50 / 100:
  33. $lust = 'Are you afraid of her rival'
  34. end
  35. if lustw <= lustMax * 25 / 100:
  36. $lust = 'You are in a very real terror and on the verge of panic'
  37. end
  38. if lustwe > lustMaxe * 75 / 100:
  39. $luste = '<<$nameE>> bravely drills you with his unyielding gaze'
  40. end
  41. if lustwe > lustMaxe * 50 / 100 and lustwe <= lustMaxe * 75 / 100:
  42. $luste = '<<$nameE>> looks a little surprised'
  43. end
  44. if lustwe > lustMaxe * 25 / 100 and lustwe <= lustMaxe * 50 / 100:
  45. $luste = '<<$nameE>> looks frightened'
  46. end
  47. if lustwe <= lustMaxe * 25 / 100:
  48. $luste = '<<$nameE>> looks bruised and finished here now screwy panic'
  49. end
  50. '<center><b>round <<round>> </b></center>'
  51. '<center><b>Left before the end of the round <<rMin>> minutes </b></center>'
  52. ''
  53. 'your record <<win[1]>> - <<loss[1]>> - <<draw[1]>> <<SubWin[1]>> / <<SubLoss[1]>> '
  54. '<<$nameE>> record <<win[i]>> - <<loss[i]>> - <<draw[i]>> <<SubWin[i]>> / <<SubLoss[i]>> '
  55. ''
  56. '<<$endur>> . <<$lust>> .'
  57. '<<$endurE>> . <<$lustE>> .'
  58. =======
  59. # FightStat
  60. if endur>endurMax*75/100:$endur='You are active and vigorous'
  61. if endur>endurMax*50/100 and endur<=endurMax*75/100:$endur='You are strongly sweating'
  62. if endur>endurMax*25/100 and endur<=endurMax*50/100:$endur='Are you tired and short of breath'
  63. if endur<=endurMax*25/100:$endur='You just clueless on where you are very tired'
  64. if endure>endurMaxe*75/100:$endure='<<$nameE>> active and cheerful'
  65. if endure>endurMaxe*50/100 and endure<=endurMaxe*75/100:$endure='<<$nameE>> much sweating'
  66. if endure>endurMaxe*25/100 and endure<=endurMaxe*50/100:$endure='<<$nameE>> tired and pants'
  67. if endure<=endurMaxe*25/100:$endure='<<$nameE>> hardly worth from severe fatigue'
  68. if lustw>lustMax*75/100:$lust='You are determined to show it to your opponent what`s what'
  69. if lustw>lustMax*50/100 and lustw<=lustMax*75/100:$lust='You`re a little puzzled by the tenacity rivals'
  70. if lustw>lustMax*25/100 and lustw<=lustMax*50/100:$lust='Are you afraid of her rival'
  71. if lustw<=lustMax*25/100:$lust='You are in a very real terror and on the verge of panic'
  72. if lustwe>lustMaxe*75/100:$luste='<<$nameE>> bravely drills you with his unyielding gaze'
  73. if lustwe>lustMaxe*50/100 and lustwe<=lustMaxe*75/100:$luste='<<$nameE>> looks a little surprised'
  74. if lustwe>lustMaxe*25/100 and lustwe<=lustMaxe*50/100:$luste='<<$nameE>> looks frightened'
  75. if lustwe<=lustMaxe*25/100:$luste='<<$nameE>> looks bruised and finished here now screwy panic'
  76. '<center><b>round <<round>></b></center>'
  77. '<center><b>Left before the end of the round <<rMin>> minutes</b></center>'
  78. ''
  79. 'your record <<win[1]>>-<<loss[1]>>-<<draw[1]>> <<SubWin[1]>>/<<SubLoss[1]>>'
  80. '<<$nameE>> record <<win[i]>>-<<loss[i]>>-<<draw[i]>> <<SubWin[i]>>/<<SubLoss[i]>>'
  81. ''
  82. '<<$endur>>. <<$lust>>.'
  83. '<<$endurE>>. <<$lustE>>.'
  84. >>>>>>> 496_FightStat
  85. 'you scored <<point>> points'
  86. '<<$nameE>> scored <<pointE>> points'
  87. ''
  88. ''
  89. ''
  90. --- FightStat ---------------------------------