_attrib_shoe_fetish.qsrc 1.7 KB

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