_attributes_cats_shoes.qsrc 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. # $attributes_cats_shoes
  2. !2020/03/26
  3. !price range from 3 to 5 but please avoid adding too many 5s
  4. if ARGS[1] = 1:
  5. ShoQuality = 3
  6. ShoHeels = 1
  7. ShoCut = 1
  8. ShoStyle = 0
  9. elseif ARGS[1] = 2:
  10. ShoQuality = 3
  11. ShoHeels = 1
  12. ShoCut = 1
  13. ShoStyle = 0
  14. elseif ARGS[1] = 3:
  15. ShoQuality = 4
  16. ShoHeels = 1
  17. ShoCut = 1
  18. ShoStyle = 0
  19. elseif ARGS[1] = 4:
  20. ShoQuality = 4
  21. ShoHeels = 1
  22. ShoCut = 1
  23. ShoStyle = 0
  24. elseif ARGS[1] = 5:
  25. ShoQuality = 4
  26. ShoHeels = 1
  27. ShoCut = 1
  28. ShoStyle = 0
  29. elseif ARGS[1] = 6:
  30. ShoQuality = 5
  31. ShoHeels = 1
  32. ShoCut = 1
  33. ShoStyle = 0
  34. elseif ARGS[1] = 7:
  35. ShoQuality = 5
  36. ShoHeels = 1
  37. ShoCut = 1
  38. ShoStyle = 0
  39. elseif ARGS[1] = 8:
  40. ShoQuality = 4
  41. ShoHeels = 1
  42. ShoCut = 1
  43. ShoStyle = 0
  44. elseif ARGS[1] = 9:
  45. ShoQuality = 4
  46. ShoHeels = 1
  47. ShoCut = 1
  48. ShoStyle = 0
  49. elseif ARGS[1] = 10:
  50. ShoQuality = 4
  51. ShoHeels = 1
  52. ShoCut = 1
  53. ShoStyle = 0
  54. elseif ARGS[1] = 11:
  55. ShoQuality = 4
  56. ShoHeels = 1
  57. ShoCut = 1
  58. ShoStyle = 0
  59. elseif ARGS[1] = 12:
  60. ShoQuality = 4
  61. ShoHeels = 1
  62. ShoCut = 1
  63. ShoStyle = 0
  64. elseif ARGS[1] = 13:
  65. ShoQuality = 4
  66. ShoHeels = 1
  67. ShoCut = 1
  68. ShoStyle = 0
  69. elseif ARGS[1] = 14:
  70. ShoQuality = 4
  71. ShoHeels = 1
  72. ShoCut = 1
  73. ShoStyle = 0
  74. elseif ARGS[1] = 15:
  75. ShoQuality = 4
  76. ShoHeels = 1
  77. ShoCut = 1
  78. ShoStyle = 0
  79. elseif ARGS[1] = 16:
  80. ShoQuality = 5
  81. ShoHeels = 1
  82. ShoCut = 1
  83. ShoStyle = 0
  84. elseif ARGS[1] = 17:
  85. ShoQuality = 5
  86. ShoHeels = 1
  87. ShoCut = 1
  88. ShoStyle = 0
  89. elseif ARGS[1] = 18:
  90. ShoQuality = 6
  91. ShoHeels = 1
  92. ShoCut = 1
  93. ShoStyle = 0
  94. elseif ARGS[1] = 19:
  95. ShoQuality = 5
  96. ShoHeels = 1
  97. ShoCut = 1
  98. ShoStyle = 2
  99. elseif ARGS[1] = 20:
  100. ShoQuality = 5
  101. ShoHeels = 1
  102. ShoCut = 1
  103. ShoStyle = 0
  104. end
  105. --- $attributes_cats_shoes ---------------------------------