449_avt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # avt
  2. !set tehNT = 200
  3. <<<<<<< 449_avt
  4. !set tehT = RAND(10,200)
  5. =======
  6. !set tehT = RAND (10,200)
  7. >>>>>>> 449_avt
  8. <<<<<<< 449_avt
  9. if tehT >= tehNT * 75/100: set $tehT = 'Machine in excellent condition.'
  10. if tehT < tehNT*75/100 and tehT >= tehNT * 50/100: set $tehT = 'When the engine has what is background noise'
  11. if tehT < tehNT*50/100 and tehT >= tehNT * 25/100: set $tehT = 'Machine rumbles and smokes.'
  12. if tehT < tehNT*25/100: set $tehT = 'As this bowl was able to be got is not clear.'
  13. =======
  14. if tehT >= tehNT*75/100:set $tehT = 'The machine is in excellent condition.'
  15. if tehT < tehNT*75/100 and tehT >= tehNT*50/100:set $tehT = 'When the engine have any extraneous noise'
  16. if tehT < tehNT*50/100 and tehT >= tehNT*25/100:set $tehT = 'The car rumbles and smokes.'
  17. if tehT < tehNT*25/100:set $tehT = 'As the toilet was able to start the engine it is not clear.'
  18. >>>>>>> 449_avt
  19. if carT = 1:
  20. <<<<<<< 449_avt
  21. if tehT >= tehNT * 75/100: set bupay = RAND(100000,180000)
  22. if tehT < tehNT*75/100 and tehT >= tehNT * 50/100: set bupay = RAND(60000,130000)
  23. if tehT < tehNT*50/100 and tehT >= tehNT * 25/100: set bupay = RAND(35000,65000)
  24. if tehT < tehNT*25/100: set bupay = RAND(15000,50000)
  25. =======
  26. if tehT >= tehNT*75/100:set bupay = RAND (100000,180000)
  27. if tehT < tehNT*75/100 and tehT >= tehNT*50/100:set bupay = RAND (60000,130000)
  28. if tehT < tehNT*50/100 and tehT >= tehNT*25/100:set bupay = RAND (35000,65000)
  29. if tehT < tehNT*25/100:set bupay = RAND (15000,50000)
  30. >>>>>>> 449_avt
  31. end
  32. if carT = 2:
  33. <<<<<<< 449_avt
  34. if tehT >= tehNT * 75/100: set bupay = RAND(80000,100000)
  35. if tehT < tehNT*75/100 and tehT >= tehNT * 50/100: set bupay = RAND(50000,90000)
  36. if tehT < tehNT*50/100 and tehT >= tehNT * 25/100: set bupay = RAND(30000,60000)
  37. if tehT < tehNT*25/100: set bupay = RAND(15000,40000)
  38. end
  39. =======
  40. if tehT >= tehNT*75/100:set bupay = RAND (80000,100000)
  41. if tehT < tehNT*75/100 and tehT >= tehNT*50/100:set bupay = RAND (50000,90000)
  42. if tehT < tehNT*50/100 and tehT >= tehNT*25/100:set bupay = RAND (30000,60000)
  43. if tehT < tehNT*25/100:set bupay = RAND (15000,40000)
  44. end
  45. >>>>>>> 449_avt
  46. --- avt ---------------------------------