_attributes_exercise 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. # $attributes_exercise
  2. !Quality range is 3-5. 3 for casual short-and-shorts, 4 for clothing specially designed for exercise, 5 is more designed for looks than exercise.
  3. if ARGS[1] = 1:
  4. CloQuality = 4
  5. CloThinness = 5
  6. CloBra = 1
  7. CloPantsShortness = 1
  8. CloExhibit = 10
  9. elseif ARGS[1] = 2:
  10. CloQuality = 3
  11. CloThinness = 5
  12. CloBra = 1
  13. CloPantsShortness = 1
  14. CloExhibit = 10
  15. elseif ARGS[1] = 3:
  16. CloQuality = 4
  17. CloThinness = 4
  18. CloTopCut = 1
  19. CloPantsShortness = 1
  20. CloExhibit = 0
  21. elseif ARGS[1] = 4:
  22. CloQuality = 5
  23. CloThinness = 3
  24. CloTopCut = 4
  25. CloPantsShortness = 4
  26. CloExhibit = 0
  27. elseif ARGS[1] = 5:
  28. CloQuality = 3
  29. CloThinness = 4
  30. CloTopCut = 2
  31. CloPantsShortness = 1
  32. CloExhibit = 0
  33. elseif ARGS[1] = 6:
  34. CloQuality = 4
  35. CloThinness = 4
  36. CloBra = 1
  37. CloPantsShortness = 1
  38. CloExhibit = 10
  39. elseif ARGS[1] = 7:
  40. CloQuality = 5
  41. CloThinness = 4
  42. CloBra = 1
  43. CloPantsShortness = 4
  44. CloExhibit = 15
  45. elseif ARGS[1] = 8:
  46. CloQuality = 3
  47. CloThinness = 5
  48. CloTopCut = 2
  49. CloPantsShortness = 5
  50. CloExhibit = 10
  51. elseif ARGS[1] = 9:
  52. CloQuality = 3
  53. CloThinness = 4
  54. CloTopCut = 4
  55. CloPantsShortness = 2
  56. CloExhibit = 10
  57. elseif ARGS[1] = 10:
  58. CloQuality = 4
  59. CloThinness = 4
  60. CloBra = 1
  61. CloPantsShortness = 1
  62. CloExhibit = 5
  63. elseif ARGS[1] = 11:
  64. CloQuality = 4
  65. CloThinness = 5
  66. CloTopCut = 3
  67. CloPantsShortness = 4
  68. CloExhibit = 20
  69. elseif ARGS[1] = 12:
  70. CloQuality = 5
  71. CloThinness = 4
  72. CloTopCut = 4
  73. CloPantsShortness = 5
  74. CloExhibit = 15
  75. elseif ARGS[1] = 13:
  76. CloQuality = 3
  77. CloThinness = 4
  78. CloTopCut = 2
  79. CloPantsShortness = 4
  80. CloExhibit = 10
  81. elseif ARGS[1] = 14:
  82. CloQuality = 5
  83. CloThinness = 5
  84. CloBra = 1
  85. CloPantsShortness = 1
  86. CloExhibit = 5
  87. elseif ARGS[1] = 15:
  88. CloQuality = 4
  89. CloThinness = 5
  90. CloTopCut = 4
  91. CloPantsShortness = 5
  92. CloExhibit = 15
  93. elseif ARGS[1] = 16:
  94. CloQuality = 3
  95. CloThinness = 3
  96. CloTopCut = 2
  97. CloPantsShortness = 4
  98. CloExhibit = 10
  99. elseif ARGS[1] = 17:
  100. CloQuality = 5
  101. CloThinness = 3
  102. CloTopCut = 1
  103. CloSkirtShortness = 5
  104. CloExhibit = 10
  105. elseif ARGS[1] = 18:
  106. CloQuality = 4
  107. CloThinness = 4
  108. CloBra = 1
  109. CloPantsShortness = 2
  110. CloExhibit = 10
  111. elseif ARGS[1] = 19:
  112. CloQuality = 4
  113. CloThinness = 4
  114. CloBra = 1
  115. CloPantsShortness = 1
  116. CloExhibit = 10
  117. elseif ARGS[1] = 20:
  118. CloQuality = 3
  119. CloThinness = 4
  120. CloTopCut = 2
  121. CloPantsShortness = 5
  122. CloExhibit = 5
  123. elseif ARGS[1] = 21:
  124. CloQuality = 3
  125. CloThinness = 4
  126. CloTopCut = 2
  127. CloPantsShortness = 5
  128. CloExhibit = 10
  129. elseif ARGS[1] = 22:
  130. CloQuality = 3
  131. CloThinness = 4
  132. CloTopCut = 2
  133. CloPantsShortness = 4
  134. CloExhibit = 5
  135. elseif ARGS[1] = 23:
  136. CloQuality = 4
  137. CloThinness = 4
  138. CloTopCut = 2
  139. CloPantsShortness = 4
  140. CloExhibit = 5
  141. elseif ARGS[1] = 24:
  142. CloQuality = 4
  143. CloThinness = 4
  144. CloTopCut = 2
  145. CloPantsShortness = 4
  146. CloExhibit = 10
  147. elseif ARGS[1] = 25:
  148. CloQuality = 4
  149. CloThinness = 4
  150. CloBra = 1
  151. CloPantsShortness = 1
  152. CloExhibit = 10
  153. elseif ARGS[1] = 26:
  154. CloQuality = 3
  155. CloThinness = 5
  156. CloTopCut = 2
  157. CloPantsShortness = 6
  158. CloExhibit = 10
  159. elseif ARGS[1] = 27:
  160. CloQuality = 4
  161. CloThinness = 4
  162. CloTopCut = 1
  163. CloPanties = 1
  164. CloOnePiece = 1
  165. CloExhibit = 15
  166. elseif ARGS[1] = 28:
  167. CloQuality = 4
  168. CloThinness = 4
  169. CloTopCut = 2
  170. CloPanties = 1
  171. CloOnePiece = 1
  172. CloExhibit = 15
  173. elseif ARGS[1] = 29:
  174. CloQuality = 5
  175. CloThinness = 2
  176. CloTopCut = 1
  177. CloPantsShortness = 1
  178. CloExhibit = 0
  179. elseif ARGS[1] = 30:
  180. CloQuality = 3
  181. CloThinness = 5
  182. CloTopCut = 3
  183. CloPanties = 1
  184. CloOnePiece = 1
  185. CloExhibit = 30
  186. elseif ARGS[1] = 31:
  187. CloQuality = 3
  188. CloThinness = 4
  189. CloBra = 1
  190. CloPantsShortness = 5
  191. CloExhibit = 25
  192. elseif ARGS[1] = 32:
  193. CloQuality = 4
  194. CloThinness = 4
  195. CloTopCut = 1
  196. CloPantsShortness = 1
  197. CloExhibit = 0
  198. elseif ARGS[1] = 33:
  199. CloQuality = 3
  200. CloThinness = 4
  201. CloTopCut = 1
  202. CloPanties = 1
  203. CloOnePiece = 1
  204. CloExhibit = 15
  205. elseif ARGS[1] = 34:
  206. CloQuality = 3
  207. CloThinness = 3
  208. CloTopCut = 2
  209. CloPantsShortness = 4
  210. CloExhibit = 15
  211. elseif ARGS[1] = 35:
  212. CloQuality = 4
  213. CloThinness = 5
  214. CloBra = 1
  215. CloPantsShortness = 1
  216. CloExhibit = 10
  217. elseif ARGS[1] = 36:
  218. CloQuality = 5
  219. CloThinness = 4
  220. CloBra = 1
  221. CloPantsShortness = 1
  222. CloExhibit = 15
  223. elseif ARGS[1] = 37:
  224. CloQuality = 4
  225. CloThinness = 4
  226. CloTopCut = 4
  227. CloPantsShortness = 1
  228. CloExhibit = 10
  229. end
  230. --- $attributes_exercise ---------------------------------