_attributes_bomba_shoes.qsrc 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. # $attributes_bomba_shoes
  2. !2020/12/14
  3. !price range from 3 to 5 but please avoid adding too many 5s
  4. if ARGS[1] = 1:
  5. ShoQuality = 3
  6. ShoHeels = 2
  7. ShoCut = 1
  8. ShoStlye = 3
  9. elseif ARGS[1] = 2:
  10. ShoQuality = 3
  11. ShoHeels = 2
  12. ShoCut = 1
  13. elseif ARGS[1] = 3:
  14. ShoQuality = 3
  15. ShoHeels = 2
  16. ShoCut = 1
  17. elseif ARGS[1] = 4:
  18. ShoQuality = 3
  19. ShoHeels = 2
  20. ShoCut = 2
  21. ShoStlye = 3
  22. elseif ARGS[1] = 5:
  23. ShoQuality = 4
  24. ShoHeels = 2
  25. ShoCut = 3
  26. elseif ARGS[1] = 6:
  27. ShoQuality = 3
  28. ShoHeels = 2
  29. ShoCut = 4
  30. elseif ARGS[1] = 7:
  31. ShoQuality = 3
  32. ShoHeels = 3
  33. ShoCut = 1
  34. elseif ARGS[1] = 8:
  35. ShoQuality = 3
  36. ShoHeels = 3
  37. ShoCut = 1
  38. elseif ARGS[1] = 9:
  39. ShoQuality = 3
  40. ShoHeels = 3
  41. ShoCut = 2
  42. ShoStlye = 3
  43. elseif ARGS[1] = 10:
  44. ShoQuality = 3
  45. ShoHeels = 3
  46. ShoCut = 2
  47. ShoStlye = 3
  48. elseif ARGS[1] = 11:
  49. ShoQuality = 4
  50. ShoHeels = 3
  51. ShoCut = 3
  52. ShoStlye = 3
  53. elseif ARGS[1] = 12:
  54. ShoQuality = 3
  55. ShoHeels = 3
  56. ShoCut = 4
  57. ShoStlye = 3
  58. elseif ARGS[1] = 13:
  59. ShoQuality = 4
  60. ShoHeels = 3
  61. ShoCut = 4
  62. ShoStlye = 3
  63. elseif ARGS[1] = 14:
  64. ShoQuality = 4
  65. ShoHeels = 3
  66. ShoCut = 4
  67. ShoStlye = 3
  68. elseif ARGS[1] = 15:
  69. ShoQuality = 4
  70. ShoHeels = 4
  71. ShoCut = 1
  72. ShoStlye = 3
  73. elseif ARGS[1] = 16:
  74. ShoQuality = 3
  75. ShoHeels = 4
  76. ShoCut = 1
  77. elseif ARGS[1] = 17:
  78. ShoQuality = 4
  79. ShoHeels = 4
  80. ShoCut = 2
  81. elseif ARGS[1] = 18:
  82. ShoQuality = 3
  83. ShoHeels = 4
  84. ShoCut = 1
  85. elseif ARGS[1] = 19:
  86. ShoQuality = 3
  87. ShoHeels = 4
  88. ShoCut = 2
  89. ShoStlye = 3
  90. elseif ARGS[1] = 20:
  91. ShoQuality = 4
  92. ShoHeels = 4
  93. ShoCut = 2
  94. ShoStlye = 3
  95. elseif ARGS[1] = 21:
  96. ShoQuality = 3
  97. ShoHeels = 4
  98. ShoCut = 2
  99. ShoStlye = 3
  100. elseif ARGS[1] = 22:
  101. ShoQuality = 3
  102. ShoHeels = 4
  103. ShoCut = 2
  104. elseif ARGS[1] = 23:
  105. ShoQuality = 3
  106. ShoHeels = 4
  107. ShoCut = 3
  108. ShoStlye = 3
  109. elseif ARGS[1] = 24:
  110. ShoQuality = 4
  111. ShoHeels = 4
  112. ShoCut = 4
  113. ShoStlye = 3
  114. elseif ARGS[1] = 25:
  115. ShoQuality = 4
  116. ShoHeels = 4
  117. ShoCut = 4
  118. ShoStlye = 3
  119. elseif ARGS[1] = 26:
  120. ShoQuality = 4
  121. ShoHeels = 4
  122. ShoCut = 4
  123. ShoStlye = 3
  124. elseif ARGS[1] = 27:
  125. ShoQuality = 3
  126. ShoHeels = 5
  127. ShoCut = 1
  128. ShoStlye = 3
  129. elseif ARGS[1] = 28:
  130. ShoQuality = 3
  131. ShoHeels = 5
  132. ShoCut = 1
  133. elseif ARGS[1] = 29:
  134. ShoQuality = 4
  135. ShoHeels = 5
  136. ShoCut = 1
  137. ShoStlye = 3
  138. elseif ARGS[1] = 30:
  139. ShoQuality = 3
  140. ShoHeels = 5
  141. ShoCut = 1
  142. ShoStlye = 3
  143. elseif ARGS[1] = 31:
  144. ShoQuality = 4
  145. ShoHeels = 5
  146. ShoCut = 2
  147. ShoStlye = 3
  148. elseif ARGS[1] = 32:
  149. ShoQuality = 4
  150. ShoHeels = 5
  151. ShoCut = 2
  152. ShoStlye = 3
  153. elseif ARGS[1] = 33:
  154. ShoQuality = 3
  155. ShoHeels = 5
  156. ShoCut = 2
  157. ShoStlye = 3
  158. elseif ARGS[1] = 34:
  159. ShoQuality = 4
  160. ShoHeels = 5
  161. ShoCut = 2
  162. ShoStlye = 3
  163. elseif ARGS[1] = 35:
  164. ShoQuality = 3
  165. ShoHeels = 5
  166. ShoCut = 2
  167. ShoStlye = 3
  168. elseif ARGS[1] = 36:
  169. ShoQuality = 4
  170. ShoHeels = 5
  171. ShoCut = 3
  172. ShoStlye = 3
  173. elseif ARGS[1] = 37:
  174. ShoQuality = 4
  175. ShoHeels = 5
  176. ShoCut = 4
  177. ShoStlye = 3
  178. elseif ARGS[1] = 38:
  179. ShoQuality = 4
  180. ShoHeels = 5
  181. ShoCut = 5
  182. ShoStlye = 3
  183. elseif ARGS[1] = 39:
  184. ShoQuality = 4
  185. ShoHeels = 6
  186. ShoCut = 2
  187. ShoStlye = 3
  188. elseif ARGS[1] = 40:
  189. ShoQuality = 5
  190. ShoHeels = 6
  191. ShoCut = 4
  192. ShoStlye = 3
  193. end
  194. --- $attributes_bomba_shoes ---------------------------------