1
0

_attributes_gm_shoes.qsrc 2.0 KB

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