_attributes_dolls_shoes.qsrc 2.0 KB

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