_attributes_moncheri_coats.qsrc 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # $attributes_moncheri_coats
  2. !Price ranges from 5 to 7, please avoid adding too many 7s.
  3. if ARGS[1] = 1:
  4. CoatQuality = 6
  5. CoatWarm = 2
  6. $coat_description = 'Moderate: A waterproof cotton Gabardine trench coat from RED VALENTINO.'
  7. elseif ARGS[1] = 2:
  8. CoatQuality = 7
  9. CoatWarm = 2
  10. $coat_description = 'Moderate: A logo felted wool jacquard cape from GUCCI.'
  11. elseif ARGS[1] = 3:
  12. CoatQuality = 6
  13. CoatWarm = 2
  14. $coat_description = 'Moderate: A messi belted virgin wool wrap coat from MAX MARA.'
  15. elseif ARGS[1] = 4:
  16. CoatQuality = 6
  17. CoatWarm = 2
  18. $coat_description = 'Moderate: A check wool tweed coat from GUCCI.'
  19. elseif ARGS[1] = 5:
  20. CoatQuality = 6
  21. CoatWarm = 3
  22. $coat_description = 'Great: A techno waterproof coat with hood from MAX MARA.'
  23. elseif ARGS[1] = 6:
  24. CoatQuality = 6
  25. CoatWarm = 2
  26. $coat_description = 'Moderate: A Pirello leather trench coat from REMAIN.'
  27. elseif ARGS[1] = 7:
  28. CoatQuality = 7
  29. CoatWarm = 3
  30. $coat_description = 'Great: A wool crepe double breast long coat from DOLCE & GABBANA.'
  31. elseif ARGS[1] = 8:
  32. CoatQuality = 7
  33. CoatWarm = 3
  34. $coat_description = 'Great: A Pirella leather trench coat from REMAIN.'
  35. elseif ARGS[1] = 9:
  36. CoatQuality = 5
  37. CoatWarm = 2
  38. $coat_description = 'Moderate: A reversible faux leather and sequins coat from ANOUKI.'
  39. elseif ARGS[1] = 10:
  40. CoatQuality = 7
  41. CoatWarm = 3
  42. $coat_description = 'Great: A hooded alpaca and silk teddy coat from MAX MARA.'
  43. elseif ARGS[1] = 11:
  44. CoatQuality = 7
  45. CoatWarm = 3
  46. $coat_description = 'Great: A wool coat with leather harness from JUNYA WATANABE.'
  47. elseif ARGS[1] = 12:
  48. CoatQuality = 7
  49. CoatWarm = 2
  50. $coat_description = 'Moderate: A wool check cape with leather details from BURBERRY.'
  51. elseif ARGS[1] = 13:
  52. CoatQuality = 7
  53. CoatWarm = 2
  54. $coat_description = 'Moderate: A wrap velvet long dust coat with belt from ANN DEMEULEMEESTER.'
  55. elseif ARGS[1] = 14:
  56. CoatQuality = 6
  57. CoatWarm = 2
  58. $coat_description = 'Moderate: A patent leather trench coat with belt from BOTTEGA VENETA.'
  59. elseif ARGS[1] = 15:
  60. CoatQuality = 7
  61. CoatWarm = 2
  62. $coat_description = 'Moderate: A chevron wool belted coat from SPORTMAX.'
  63. elseif ARGS[1] = 16:
  64. CoatQuality = 6
  65. CoatWarm = 2
  66. $coat_description = 'Moderate: A pleated Gabardine Trench Coat from RED VALENTINO.'
  67. elseif ARGS[1] = 17:
  68. CoatQuality = 7
  69. CoatWarm = 1
  70. $coat_description = 'Low: A cotton blend long coat from GUCCI.'
  71. elseif ARGS[1] = 18:
  72. CoatQuality = 6
  73. CoatWarm = 2
  74. $coat_description = 'Moderate: A waterproof cotton blend zip coat with hood from MAX MARA.'
  75. elseif ARGS[1] = 19:
  76. CoatQuality = 7
  77. CoatWarm = 3
  78. $coat_description = 'Great: A leather coat with fox fur from SAKS POTTS.'
  79. elseif ARGS[1] = 20:
  80. CoatQuality = 7
  81. CoatWarm = 2
  82. $coat_description = 'Moderate: A printed compact wool long coat from PACO RABANNE.'
  83. end
  84. --- $attributes_moncheri_coats ---------------------------------