1
0

_attributes_gm_shoes.qsrc 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. # $attributes_gm_shoes
  2. !!2021/09/17
  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. ShoStyle = 0
  38. ShoQuality = 1
  39. ShoHeels = 1
  40. ShoCut = 1
  41. ShoBimbo = 1
  42. elseif ARGS[1] = 10:
  43. ShoStyle = 0
  44. ShoQuality = 1
  45. ShoHeels = 1
  46. ShoCut = 1
  47. ShoBimbo = 1
  48. elseif ARGS[1] = 11:
  49. ShoQuality = 1
  50. ShoHeels = 1
  51. ShoCut = 1
  52. elseif ARGS[1] = 12:
  53. ShoQuality = 1
  54. ShoHeels = 1
  55. ShoCut = 1
  56. elseif ARGS[1] = 13:
  57. ShoQuality = 2
  58. ShoHeels = 2
  59. ShoCut = 1
  60. elseif ARGS[1] = 14:
  61. ShoQuality = 2
  62. ShoHeels = 1
  63. ShoCut = 2
  64. elseif ARGS[1] = 15:
  65. ShoQuality = 2
  66. ShoHeels = 1
  67. ShoCut = 2
  68. elseif ARGS[1] = 16:
  69. ShoQuality = 2
  70. ShoHeels = 2
  71. ShoCut = 2
  72. elseif ARGS[1] = 17:
  73. ShoQuality = 3
  74. ShoHeels = 1
  75. ShoCut = 3
  76. elseif ARGS[1] = 18:
  77. ShoQuality = 3
  78. ShoHeels = 1
  79. ShoCut = 3
  80. elseif ARGS[1] = 19:
  81. ShoQuality = 2
  82. ShoHeels = 2
  83. ShoCut = 2
  84. elseif ARGS[1] = 20:
  85. ShoQuality = 2
  86. ShoHeels = 2
  87. ShoCut = 2
  88. elseif ARGS[1] = 21:
  89. ShoQuality = 2
  90. ShoHeels = 2
  91. ShoCut = 2
  92. elseif ARGS[1] = 22:
  93. ShoQuality = 2
  94. ShoHeels = 3
  95. ShoCut = 2
  96. elseif ARGS[1] = 23:
  97. ShoQuality = 2
  98. ShoHeels = 3
  99. ShoCut = 2
  100. elseif ARGS[1] = 24:
  101. ShoQuality = 2
  102. ShoHeels = 2
  103. ShoCut = 3
  104. elseif ARGS[1] = 25:
  105. ShoQuality = 2
  106. ShoHeels = 2
  107. ShoCut = 4
  108. ShoGoth = 1
  109. elseif ARGS[1] = 26:
  110. ShoQuality = 2
  111. ShoHeels = 2
  112. ShoCut = 4
  113. elseif ARGS[1] = 27:
  114. ShoQuality = 2
  115. ShoHeels = 4
  116. ShoCut = 1
  117. elseif ARGS[1] = 28:
  118. ShoQuality = 2
  119. ShoHeels = 3
  120. ShoCut = 1
  121. elseif ARGS[1] = 29:
  122. ShoQuality = 2
  123. ShoHeels = 3
  124. ShoCut = 2
  125. elseif ARGS[1] = 30:
  126. ShoQuality = 2
  127. ShoHeels = 4
  128. ShoCut = 1
  129. end
  130. --- $attributes_gm_shoes ---------------------------------