FightStat 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. # FightStat
  2. if endur > endurMax * 75 / 100:$endur = 'You are active and vigorous'
  3. if endur > endurMax * 50 / 100 and endur <= endurMax * 75 / 100:$endur = 'You are strongly sweating'
  4. if endur > endurMax * 25 / 100 and endur <= endurMax * 50 / 100:$endur = 'Are you tired and short of breath'
  5. if endur <= endurMax * 25 / 100:$endur = 'You just clueless on where you are very tired'
  6. if endure > endurMaxe * 75 / 100:$endure = '<<$nameE>> active and cheerful'
  7. if endure > endurMaxe * 50 / 100 and endure <= endurMaxe * 75 / 100:$endure = '<<$nameE>> much sweating'
  8. if endure > endurMaxe * 25 / 100 and endure <= endurMaxe * 50 / 100:$endure = '<<$nameE>> tired and pants'
  9. if endure <= endurMaxe * 25 / 100:$endure = '<<$nameE>> hardly worth from severe fatigue'
  10. if lustw > lustMax * 75 / 100:$lust = 'You are determined to show it to your opponent what''s what'
  11. if lustw > lustMax * 50 / 100 and lustw <= lustMax * 75 / 100:$lust = 'You''re a little puzzled by the tenacity rivals'
  12. if lustw > lustMax * 25 / 100 and lustw <= lustMax * 50 / 100:$lust = 'Are you afraid of her rival'
  13. if lustw <= lustMax * 25 / 100:$lust = 'You are in a very real terror and on the verge of panic'
  14. if lustwe > lustMaxe * 75 / 100:$luste = '<<$nameE>> bravely drills you with his unyielding gaze'
  15. if lustwe > lustMaxe * 50 / 100 and lustwe <= lustMaxe * 75 / 100:$luste = '<<$nameE>> looks a little surprised'
  16. if lustwe > lustMaxe * 25 / 100 and lustwe <= lustMaxe * 50 / 100:$luste = '<<$nameE>> looks frightened'
  17. if lustwe <= lustMaxe * 25 / 100:$luste = '<<$nameE>> looks bruised and finished here now screwy panic'
  18. '<center><b>round <<round>> </b></center>'
  19. '<center><b>Left before the end of the round <<rMin>> minutes </b></center>'
  20. ''
  21. 'your record <<win[1]>> - <<loss[1]>> - <<draw[1]>> <<SubWin[1]>> / <<SubLoss[1]>>'
  22. '<<$nameE>> record <<win[i]>> - <<loss[i]>> - <<draw[i]>> <<SubWin[i]>> / <<SubLoss[i]>>'
  23. ''
  24. '<<$endur>> . <<$lust>> .'
  25. '<<$endurE>> . <<$lustE>> .'
  26. 'you scored <<point>> points'
  27. '<<$nameE>> scored <<pointE>> points'
  28. ''
  29. ''
  30. ''
  31. --- FightStat ---------------------------------