_attributes_burlesque 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. # $attributes_burlesque
  2. !Quality range is 2-6.
  3. if ARGS[1] = 1:
  4. CloQuality = 4
  5. CloThinness = 4
  6. CloTopCut = 2
  7. CloPantsShortness = 5
  8. CloExhibit = 30
  9. elseif ARGS[1] = 2:
  10. CloQuality = 4
  11. CloThinness = 5
  12. CloTopCut = 3
  13. CloPanties = 1
  14. CloExhibit = 30
  15. elseif ARGS[1] = 3:
  16. CloQuality = 3
  17. CloThinness = 4
  18. CloTopCut = 2
  19. CloSkirtShortness = 4
  20. CloExhibit = 30
  21. elseif ARGS[1] = 4:
  22. CloQuality = 4
  23. CloThinness = 4
  24. CloTopCut = 3
  25. CloPantsShortness = 5
  26. CloExhibit = 30
  27. elseif ARGS[1] = 5:
  28. CloQuality = 5
  29. CloThinness = 5
  30. CloTopCut = 2
  31. CloPanties = 1
  32. CloExhibit = 20
  33. elseif ARGS[1] = 6:
  34. CloQuality = 5
  35. CloThinness = 4
  36. CloTopCut = 2
  37. CloSkirtShortness = 2
  38. elseif ARGS[1] = 7:
  39. CloQuality = 6
  40. CloThinness = 3
  41. CloTopCut = 3
  42. CloSkirtShortness = 1
  43. CloExhibit = 20
  44. elseif ARGS[1] = 8:
  45. CloQuality = 3
  46. CloThinness = 5
  47. CloTopCut = 4
  48. CloPanties = 1
  49. CloExhibit = 30
  50. elseif ARGS[1] = 9:
  51. CloQuality = 6
  52. CloThinness = 3
  53. CloTopCut = 2
  54. CloSkirtShortness = 1
  55. CloExhibit = 20
  56. elseif ARGS[1] = 10:
  57. CloQuality = 4
  58. CloThinness = 5
  59. CloTopCut = 3
  60. CloPanties = 1
  61. CloExhibit = 30
  62. elseif ARGS[1] = 11:
  63. CloQuality = 4
  64. CloThinness = 4
  65. CloTopCut = 2
  66. CloPantsShortness = 5
  67. CloExhibit = 30
  68. elseif ARGS[1] = 12:
  69. CloQuality = 4
  70. CloThinness = 4
  71. CloTopCut = 2
  72. CloPantsShortness = 5
  73. CloExhibit = 30
  74. elseif ARGS[1] = 13:
  75. CloQuality = 4
  76. CloThinness = 5
  77. CloTopCut = 2
  78. CloPanties = 1
  79. CloExhibit = 30
  80. elseif ARGS[1] = 14:
  81. CloQuality = 6
  82. CloThinness = 4
  83. CloTopCut = 2
  84. CloSkirtShortness = 4
  85. CloExhibit = 20
  86. elseif ARGS[1] = 15:
  87. CloQuality = 5
  88. CloThinness = 4
  89. CloTopCut = 2
  90. CloSkirtShortness = 5
  91. CloExhibit = 20
  92. elseif ARGS[1] = 16:
  93. CloQuality = 3
  94. CloThinness = 5
  95. CloTopCut = 2
  96. CloPanties = 1
  97. CloExhibit = 30
  98. elseif ARGS[1] = 17:
  99. CloQuality = 4
  100. CloThinness = 5
  101. CloTopCut = 2
  102. CloPanties = 1
  103. CloExhibit = 30
  104. elseif ARGS[1] = 18:
  105. CloQuality = 3
  106. CloThinness = 5
  107. CloTopCut = 3
  108. CloPanties = 1
  109. CloExhibit = 30
  110. elseif ARGS[1] = 19:
  111. CloQuality = 3
  112. CloThinness = 5
  113. CloTopCut = 3
  114. CloPanties = 1
  115. CloExhibit = 30
  116. elseif ARGS[1] = 20:
  117. CloQuality = 4
  118. CloThinness = 5
  119. CloTopCut = 2
  120. CloPanties = 1
  121. CloExhibit = 30
  122. elseif ARGS[1] = 21:
  123. CloQuality = 2
  124. CloThinness = 5
  125. CloTopCut = 3
  126. CloPanties = 1
  127. CloExhibit = 30
  128. elseif ARGS[1] = 22:
  129. CloQuality = 4
  130. CloThinness = 5
  131. CloTopCut = 2
  132. CloPanties = 1
  133. CloExhibit = 30
  134. end
  135. --- $attributes_burlesque ---------------------------------