_attributes_scandalicious_shoes.qsrc 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. # $attributes_scandalicious_shoes
  2. !!2021/03/11
  3. !!price range from 3 to 6 but please avoid adding too many 6s
  4. if ARGS[1] = 1:
  5. ShoQuality = 3
  6. ShoHeels = 4
  7. ShoCut = 1
  8. ShoStyle = 2
  9. elseif ARGS[1] = 2:
  10. ShoQuality = 4
  11. ShoHeels = 6
  12. ShoCut = 1
  13. ShoStyle = 0
  14. elseif ARGS[1] = 3:
  15. ShoQuality = 4
  16. ShoHeels = 6
  17. ShoCut = 1
  18. ShoStyle = 0
  19. elseif ARGS[1] = 4:
  20. ShoQuality = 4
  21. ShoHeels = 6
  22. ShoCut = 1
  23. ShoStyle = 2
  24. elseif ARGS[1] = 5:
  25. ShoQuality = 4
  26. ShoHeels = 6
  27. ShoCut = 1
  28. ShoStyle = 2
  29. elseif ARGS[1] = 6:
  30. ShoQuality = 3
  31. ShoHeels = 5
  32. ShoCut = 1
  33. ShoStyle = 3
  34. elseif ARGS[1] = 7:
  35. ShoQuality = 3
  36. ShoHeels = 4
  37. ShoCut = 1
  38. ShoStyle = 2
  39. elseif ARGS[1] = 8:
  40. ShoQuality = 4
  41. ShoHeels = 5
  42. ShoCut = 1
  43. ShoStyle = 3
  44. elseif ARGS[1] = 9:
  45. ShoQuality = 5
  46. ShoHeels = 6
  47. ShoCut = 1
  48. ShoStyle = 0
  49. elseif ARGS[1] = 10:
  50. ShoQuality = 3
  51. ShoHeels = 6
  52. ShoCut = 1
  53. ShoStyle = 3
  54. elseif ARGS[1] = 11:
  55. ShoQuality = 4
  56. ShoHeels = 5
  57. ShoCut = 1
  58. ShoStyle = 0
  59. elseif ARGS[1] = 12:
  60. ShoQuality = 4
  61. ShoHeels = 5
  62. ShoCut = 1
  63. ShoStyle = 2
  64. elseif ARGS[1] = 13:
  65. ShoQuality = 4
  66. ShoHeels = 5
  67. ShoCut = 1
  68. ShoStyle = 0
  69. elseif ARGS[1] = 14:
  70. ShoQuality = 4
  71. ShoHeels = 6
  72. ShoCut = 1
  73. ShoStyle = 2
  74. elseif ARGS[1] = 15:
  75. ShoQuality = 4
  76. ShoHeels = 6
  77. ShoCut = 1
  78. ShoStyle = 3
  79. elseif ARGS[1] = 16:
  80. ShoQuality = 4
  81. ShoHeels = 6
  82. ShoCut = 1
  83. ShoStyle = 2
  84. elseif ARGS[1] = 17:
  85. ShoQuality = 3
  86. ShoHeels = 6
  87. ShoCut = 1
  88. ShoStyle = 0
  89. elseif ARGS[1] = 18:
  90. ShoQuality = 4
  91. ShoHeels = 6
  92. ShoCut = 1
  93. ShoStyle = 0
  94. elseif ARGS[1] = 19:
  95. ShoQuality = 5
  96. ShoHeels = 6
  97. ShoCut = 1
  98. ShoStyle = 0
  99. elseif ARGS[1] = 20:
  100. ShoQuality = 4
  101. ShoHeels = 6
  102. ShoCut = 1
  103. ShoStyle = 3
  104. elseif ARGS[1] = 21:
  105. ShoQuality = 4
  106. ShoHeels = 6
  107. ShoCut = 1
  108. ShoStyle = 0
  109. elseif ARGS[1] = 22:
  110. ShoQuality = 4
  111. ShoHeels = 4
  112. ShoCut = 2
  113. ShoStyle = 0
  114. elseif ARGS[1] = 23:
  115. ShoQuality = 4
  116. ShoHeels = 5
  117. ShoCut = 2
  118. ShoStyle = 0
  119. elseif ARGS[1] = 24:
  120. ShoQuality = 5
  121. ShoHeels = 5
  122. ShoCut = 2
  123. ShoStyle = 0
  124. elseif ARGS[1] = 25:
  125. ShoQuality = 5
  126. ShoHeels = 6
  127. ShoCut = 2
  128. ShoStyle = 0
  129. elseif ARGS[1] = 26:
  130. ShoQuality = 5
  131. ShoHeels = 6
  132. ShoCut = 2
  133. ShoStyle = 3
  134. elseif ARGS[1] = 27:
  135. ShoQuality = 5
  136. ShoHeels = 6
  137. ShoCut = 2
  138. ShoStyle = 0
  139. elseif ARGS[1] = 28:
  140. ShoQuality = 5
  141. ShoHeels = 6
  142. ShoCut = 2
  143. ShoStyle = 0
  144. elseif ARGS[1] = 29:
  145. ShoQuality = 5
  146. ShoHeels = 6
  147. ShoCut = 2
  148. ShoStyle = 0
  149. elseif ARGS[1] = 30:
  150. ShoQuality = 5
  151. ShoHeels = 6
  152. ShoCut = 3
  153. ShoStyle = 0
  154. end
  155. --- $attributes_scandalicious_shoes ---------------------------------