_attributes_dolls_coats.qsrc 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # $attributes_dolls_coats
  2. !2020/12/28
  3. !Price ranges from 3 to 5, please avoid adding too many 5s
  4. if ARGS[1] = 1:
  5. CloQuality = 4
  6. CloWarm = 2
  7. $coat_description = 'Moderate: A hooded, plain and button tap coat with faux fur.'
  8. elseif ARGS[1] = 2:
  9. CloQuality = 4
  10. CloWarm = 3
  11. $coat_description = 'Great: A long winter coat with 2-way zip.'
  12. elseif ARGS[1] = 3:
  13. CloQuality = 5
  14. CloWarm = 2
  15. $coat_description = 'Moderate: A 40s style long coat in the olive color.'
  16. elseif ARGS[1] = 4:
  17. CloQuality = 5
  18. CloWarm = 2
  19. $coat_description = 'Moderate: A stylized army coat for women in deep red.'
  20. elseif ARGS[1] = 5:
  21. CloQuality = 4
  22. CloWarm = 2
  23. $coat_description = 'Moderate: A black and white dotted coat with faux fur from Hell BUNNY.'
  24. elseif ARGS[1] = 6:
  25. CloQuality = 3
  26. CloWarm = 2
  27. $coat_description = 'Moderate: A khaki Parka jacket with faux fur collar and decorative stitching.'
  28. elseif ARGS[1] = 7:
  29. CloQuality = 2
  30. CloWarm = 2
  31. $coat_description = 'Moderate: A red jacket with embroidery with button tap.'
  32. elseif ARGS[1] = 8:
  33. CloQuality = 3
  34. CloWarm = 2
  35. $coat_description = 'Moderate: A plain long coat in the color grey.'
  36. elseif ARGS[1] = 9:
  37. CloQuality = 3
  38. CloWarm = 2
  39. $coat_description = 'Moderate: A hooded winter coat in red wine color.'
  40. elseif ARGS[1] = 10:
  41. CloQuality = 3
  42. CloWarm = 1
  43. $coat_description = 'Low: A hooded Parka coat with sand cameo and ribbed cuffs.'
  44. elseif ARGS[1] = 11:
  45. CloQuality = 3
  46. CloWarm = 2
  47. $coat_description = 'Moderate: A checkered wool coat with button tap.'
  48. elseif ARGS[1] = 12:
  49. CloQuality = 3
  50. CloWarm = 3
  51. $coat_description = 'Great: A thick coat with leopard pattern.'
  52. elseif ARGS[1] = 13:
  53. CloQuality = 4
  54. CloWarm = 1
  55. $coat_description = 'Low: A short multicolor coat with button tap.'
  56. elseif ARGS[1] = 14:
  57. CloQuality = 4
  58. CloWarm = 2
  59. $coat_description = 'Moderate: A plaid faux fur coat in the color green.'
  60. elseif ARGS[1] = 15:
  61. CloQuality = 4
  62. CloWarm = 3
  63. $coat_description = 'Great: A hooded short coat in dusty pink.'
  64. elseif ARGS[1] = 16:
  65. CloQuality = 3
  66. CloWarm = 3
  67. $coat_description = 'Great: A trendy black winter coat with hook buttons.'
  68. elseif ARGS[1] = 17:
  69. CloQuality = 3
  70. CloWarm = 1
  71. $coat_description = 'Low: A denim jacket with sweat sleeves and hood.'
  72. elseif ARGS[1] = 18:
  73. CloQuality = 4
  74. CloWarm = 2
  75. $coat_description = 'Moderate: A flo flocked floral wide collar flare coat.'
  76. elseif ARGS[1] = 19:
  77. CloQuality = 4
  78. CloWarm = 1
  79. $coat_description = 'Low: A short coat with cherry pattern print in black.'
  80. elseif ARGS[1] = 20:
  81. CloQuality = 5
  82. CloWarm = 2
  83. $coat_description = 'Moderate: A Marjorie floral belted trench coat.'
  84. end
  85. --- $attributes_dolls_coats ---------------------------------