_attributes_cats_coats.qsrc 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # $attributes_cats_coats
  2. !2020/12/28
  3. !Price ranges from 2 to 4, please avoid adding too many 5s
  4. if ARGS[1] = 1:
  5. CloQuality = 3
  6. CloWarm = 1
  7. $coat_description = 'Low: A fleece sweater jacket with full-zip in evening blue.'
  8. elseif ARGS[1] = 2:
  9. CloQuality = 4
  10. CloWarm = 3
  11. $coat_description = 'Great: A mountain Parka jacket in light hickory.'
  12. elseif ARGS[1] = 3:
  13. CloQuality = 4
  14. CloWarm = 2
  15. $coat_description = 'Moderate: A navy blue jacket that is wind-and water-resistant.'
  16. elseif ARGS[1] = 4:
  17. CloQuality = 3
  18. CloWarm = 1
  19. $coat_description = 'Low: A fleece full zip jacket with silver blue triangular print.'
  20. elseif ARGS[1] = 5:
  21. CloQuality = 4
  22. CloWarm = 1
  23. $coat_description = 'Low: A raincoat in khaki color.'
  24. elseif ARGS[1] = 6:
  25. CloQuality = 3
  26. CloWarm = 2
  27. $coat_description = 'Moderate: An ultralight Down jacket in royal plum.'
  28. elseif ARGS[1] = 7:
  29. CloQuality = 3
  30. CloWarm = 1
  31. $coat_description = 'Low: A colorblock pullover in gunmetal gray and light rosewood.'
  32. elseif ARGS[1] = 8:
  33. CloQuality = 5
  34. CloWarm = 1
  35. $coat_description = 'Low: A raw indigo light jacket that is water- and wind-resistant.'
  36. elseif ARGS[1] = 9:
  37. CloQuality = 3
  38. CloWarm = 2
  39. $coat_description = 'Moderate: A fleece pullover with hood with platinum geo multistripe.'
  40. elseif ARGS[1] = 10:
  41. CloQuality = 3
  42. CloWarm = 1
  43. $coat_description = 'Low: A water- and wind-resistant jacket in gunmetal gray mountain geo.'
  44. elseif ARGS[1] = 11:
  45. CloQuality = 3
  46. CloWarm = 2
  47. $coat_description = 'Moderate: An ultralight Down jacket in ocean teal.'
  48. elseif ARGS[1] = 12:
  49. CloQuality = 4
  50. CloWarm = 3
  51. $coat_description = 'Great: A wool coat in the deep shade of Kelp green.'
  52. elseif ARGS[1] = 13:
  53. CloQuality = 4
  54. CloWarm = 1
  55. $coat_description = 'Low: A duffel coat in the color of camel.'
  56. elseif ARGS[1] = 14:
  57. CloQuality = 4
  58. CloWarm = 2
  59. $coat_description = 'Moderate: A puffer coat in the color of carbon navy.'
  60. elseif ARGS[1] = 15:
  61. CloQuality = 4
  62. CloWarm = 2
  63. $coat_description = 'Moderate: A waterproof long coat in the color of deep navy.'
  64. elseif ARGS[1] = 16:
  65. CloQuality = 4
  66. CloWarm = 2
  67. $coat_description = 'Moderate: A light gray peacoat made of wool.'
  68. elseif ARGS[1] = 17:
  69. CloQuality = 3
  70. CloWarm = 1
  71. $coat_description = 'Low: A multicolor jacket with a Kangaroo pocket.'
  72. elseif ARGS[1] = 18:
  73. CloQuality = 4
  74. CloWarm = 2
  75. $coat_description = 'Moderate: A water- and wind-resistant coat in cactus leaf print.'
  76. elseif ARGS[1] = 19:
  77. CloQuality = 4
  78. CloWarm = 1
  79. $coat_description = 'Low: A sweater fleece coat in the color of dark cinder.'
  80. elseif ARGS[1] = 20:
  81. CloQuality = 4
  82. CloWarm = 2
  83. $coat_description = 'Moderate: A red currant pullover coat.'
  84. end
  85. --- $attributes_cats_coats ---------------------------------