_attributes_dolls_shoes.qsrc 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. elseif ARGS[1] = 15:
  61. ShoQuality = 4
  62. ShoHeels = 5
  63. ShoCut = 1
  64. elseif ARGS[1] = 16:
  65. ShoQuality = 3
  66. ShoHeels = 5
  67. ShoCut = 1
  68. elseif ARGS[1] = 17:
  69. ShoQuality = 3
  70. ShoHeels = 5
  71. ShoCut = 1
  72. elseif ARGS[1] = 18:
  73. ShoQuality = 3
  74. ShoHeels = 5
  75. ShoCut = 1
  76. elseif ARGS[1] = 19:
  77. ShoQuality = 3
  78. ShoHeels = 5
  79. ShoCut = 1
  80. elseif ARGS[1] = 20:
  81. ShoQuality = 3
  82. ShoHeels = 5
  83. ShoCut = 1
  84. elseif ARGS[1] = 21:
  85. ShoQuality = 3
  86. ShoHeels = 5
  87. ShoCut = 1
  88. elseif ARGS[1] = 22:
  89. ShoQuality = 3
  90. ShoHeels = 5
  91. ShoCut = 1
  92. elseif ARGS[1] = 23:
  93. ShoQuality = 4
  94. ShoHeels = 5
  95. ShoCut = 1
  96. elseif ARGS[1] = 24:
  97. ShoQuality = 4
  98. ShoHeels = 5
  99. ShoCut = 1
  100. elseif ARGS[1] = 25:
  101. ShoQuality = 4
  102. ShoHeels = 5
  103. ShoCut = 2
  104. elseif ARGS[1] = 26:
  105. ShoQuality = 5
  106. ShoHeels = 5
  107. ShoCut = 2
  108. elseif ARGS[1] = 27:
  109. ShoQuality = 4
  110. ShoHeels = 5
  111. ShoCut = 2
  112. elseif ARGS[1] = 28:
  113. ShoQuality = 4
  114. ShoHeels = 5
  115. ShoCut = 3
  116. elseif ARGS[1] = 29:
  117. ShoQuality = 4
  118. ShoHeels = 5
  119. ShoCut = 5
  120. elseif ARGS[1] = 30:
  121. ShoQuality = 4
  122. ShoHeels = 6
  123. ShoCut = 1
  124. end
  125. --- $attributes_dolls_shoes ---------------------------------