1
0

_attrib_shoe_dolls.qsrc 2.2 KB

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