FightStat.qsrc 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # FightStat
  2. if endur > endurMax * 75 / 100:$endur = 'You''re feeling fresh and vigorous.'
  3. if endur > endurMax * 50 / 100 and endur <= endurMax * 75 / 100:$endur = 'You''re heavily sweating.'
  4. if endur > endurMax * 25 / 100 and endur <= endurMax * 50 / 100:$endur = 'You''re tired and short of breath.'
  5. if endur <= endurMax * 25 / 100:$endur = 'You''re having a hard time remembering where you as you''re very tired.'
  6. if endure > endurMaxe * 75 / 100:$endure = '<<$nameE>> is active and cheerful.'
  7. if endure > endurMaxe * 50 / 100 and endure <= endurMaxe * 75 / 100:$endure = '<<$nameE>> is sweating quite a lot.'
  8. if endure > endurMaxe * 25 / 100 and endure <= endurMaxe * 50 / 100:$endure = '<<$nameE>> is panting heavily.'
  9. if endure <= endurMaxe * 25 / 100:$endure = '<<$nameE>> is suffering from severe fatigue.'
  10. if lustw > lustMax * 75 / 100:$lust = 'You''re determined to show your opponent who''s the boss.'
  11. if lustw > lustMax * 50 / 100 and lustw <= lustMax * 75 / 100:$lust = 'You''re a little puzzled by your opponent''s tenacity.'
  12. if lustw > lustMax * 25 / 100 and lustw <= lustMax * 50 / 100:$lust = 'You''re a bit afraid of your opponent.'
  13. if lustw <= lustMax * 25 / 100:$lust = 'You''re on the verge of panic as you observe your oppontent.'
  14. if lustwe > lustMaxe * 75 / 100:$luste = '<<$nameE>> is staring you down.'
  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>> is severly bruised and is panicking.'
  18. '<center><b>round <<round>> </b></center>'
  19. '<center><b>Time 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''ve scored <<point>> points.'
  27. '<<$nameE>> scored <<pointE>> points.'
  28. ''
  29. ''
  30. ''
  31. --- FightStat ---------------------------------