_attributes_eroto_shoes.qsrc 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # $attributes_eroto_shoes
  2. !!2021/03/11
  3. !!price range from 4 to 6 but please avoid adding too many 6s
  4. if ARGS[1] = 1:
  5. ShoQuality = 5
  6. ShoHeels = 6
  7. ShoCut = 1
  8. ShoStyle = 0
  9. elseif ARGS[1] = 2:
  10. ShoQuality = 4
  11. ShoHeels = 6
  12. ShoCut = 2
  13. ShoStyle = 0
  14. elseif ARGS[1] = 3:
  15. ShoQuality = 4
  16. ShoHeels = 6
  17. ShoCut = 2
  18. ShoStyle = 0
  19. elseif ARGS[1] = 4:
  20. ShoQuality = 4
  21. ShoHeels = 6
  22. ShoCut = 2
  23. ShoStyle = 3
  24. elseif ARGS[1] = 5:
  25. ShoQuality = 4
  26. ShoHeels = 6
  27. ShoCut = 2
  28. ShoStyle = 0
  29. elseif ARGS[1] = 6:
  30. ShoQuality = 4
  31. ShoHeels = 6
  32. ShoCut = 2
  33. ShoStyle = 3
  34. elseif ARGS[1] = 7:
  35. ShoQuality = 4
  36. ShoHeels = 6
  37. ShoCut = 2
  38. ShoStyle = 3
  39. elseif ARGS[1] = 8:
  40. ShoQuality = 4
  41. ShoHeels = 6
  42. ShoCut = 2
  43. ShoStyle = 3
  44. elseif ARGS[1] = 9:
  45. ShoQuality = 4
  46. ShoHeels = 6
  47. ShoCut = 2
  48. ShoStyle = 0
  49. elseif ARGS[1] = 10:
  50. ShoQuality = 5
  51. ShoHeels = 5
  52. ShoCut = 3
  53. ShoStyle = 3
  54. elseif ARGS[1] = 11:
  55. ShoQuality = 5
  56. ShoHeels = 6
  57. ShoCut = 3
  58. ShoStyle = 0
  59. elseif ARGS[1] = 12:
  60. ShoQuality = 6
  61. ShoHeels = 6
  62. ShoCut = 3
  63. ShoStyle = 0
  64. elseif ARGS[1] = 13:
  65. ShoQuality = 5
  66. ShoHeels = 6
  67. ShoCut = 3
  68. ShoStyle = 0
  69. elseif ARGS[1] = 14:
  70. ShoQuality = 5
  71. ShoHeels = 6
  72. ShoCut = 3
  73. ShoStyle = 3
  74. elseif ARGS[1] = 15:
  75. ShoQuality = 5
  76. ShoHeels = 6
  77. ShoCut = 5
  78. ShoStyle = 3
  79. elseif ARGS[1] = 16:
  80. ShoQuality = 5
  81. ShoHeels = 6
  82. ShoCut = 5
  83. ShoStyle = 3
  84. elseif ARGS[1] = 17:
  85. ShoQuality = 5
  86. ShoHeels = 6
  87. ShoCut = 5
  88. ShoStyle = 0
  89. elseif ARGS[1] = 18:
  90. ShoQuality = 6
  91. ShoHeels = 6
  92. ShoCut = 5
  93. ShoStyle = 0
  94. elseif ARGS[1] = 19:
  95. ShoQuality = 6
  96. ShoHeels = 6
  97. ShoCut = 6
  98. ShoStyle = 0
  99. elseif ARGS[1] = 20:
  100. ShoQuality = 6
  101. ShoHeels = 6
  102. ShoCut = 6
  103. ShoStyle = 0
  104. end
  105. --- $attributes_eroto_shoes ---------------------------------