1
0

_attrib_shoe_boutique.qsrc 2.4 KB

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