underwear_attributes.qsrc 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. # underwear_attributes
  2. !! **underwear Organization
  3. !! PanStyle: used to set the type of underwear currently there is just 0 for panties and bra and 2 for bodysuit (bodysuit will use pan and bra variables)
  4. !!
  5. !! **underwear Variables
  6. !!
  7. !! PanMaterial/BraMaterial: Used for bra, panty and bodysuit material (bodysuit uses bra) description and maybe some specific reactions. (bodysuit uses BraMaterial)
  8. !! 1 - Leather
  9. !! 2 - rubber
  10. !! 3 - mesh
  11. !! 4 - fishnet
  12. !! 5 - vinyl
  13. !! 6 - lace
  14. !!
  15. !! PanType Used for description of panties, could be useful for specific reactions
  16. !! 1 - panties
  17. !! 2 - boy shorts
  18. !! 3 - G-string
  19. !! 4 - C-string
  20. !! 5 - French Knickers
  21. !!
  22. !! BraType Used for description of bra, could be useful for specific reactions
  23. !! 1 - balcony
  24. !! 2 - bandeau
  25. !! 3 - corset
  26. !! 4 - push up
  27. !! 5 - bralette
  28. !! 6 - sports
  29. !! 7 - shelf
  30. !! 8 - open
  31. !! 9 - under wire
  32. !! 10 - bikini top
  33. !!
  34. !! BraType Used for description of bodysuit with same variable that bra uses, could be useful for specific reactions
  35. !! 1 - Full
  36. !! 2 - long sleeve
  37. !! 3 - high neck
  38. !! 4 - backless
  39. !! 5 - t-shirt
  40. !! 6 - vest
  41. !! 7 - spaghetti strap
  42. !! 8 - romper
  43. !!
  44. !! BraFun/PantyFun For function of underwear (bodysuit uses bra)
  45. !! 1 - regular
  46. !! 2 - sports
  47. !!
  48. !! PanQuality/BraQuality: 1-6 scale, based on the general expensiveness of the underwear. Higher is better quality. (Bodysuit uses BraQuality)
  49. !! Ex: 6-5 are the higher and lower levels of the expensive category
  50. !! 4-3 are the same for average category
  51. !! 2-1 are the same for cheap category.
  52. !!
  53. !! PanThinness/BraThinness: 1-6 scale, with higher values being made of thinner material and/or being more tightly fitting. This is for the item overall, Additional coverage of nipples/genitals does not count that is handled in the next 3 variables (bodysuit uses BraThinness and PanThinness)
  54. !! Ex: 6 transparent - can see through it very easily would include things like fishnet
  55. !! 5 semi-transparent - Can see through it but not immediately obvious, would include wide mesh
  56. !! 4 slightly transparent - You have to really stare but you can make out some details or exceptionally tight and thin
  57. !! 3 thin - Cannot see through it but can make put the shape clearly, or tighter and thinner than normal
  58. !! 2 not particularly thick or thin - This is everything in the middle and should cover the widest range
  59. !! 1 thick - This should stand out as being thicker than you''d expect for underwear, things like thermals or knitted wool that would be obvious if worn with a thin outfit.
  60. !!
  61. !! (bodysuit uses all 3 exposure variables if required)
  62. !! PanCoverFront:1-4 scale not required to be set must expose the vagina at least partially
  63. !! Ex: 4 Pussy not covered at all
  64. !! 3 Pussy is covered but the material is completely transparent, or wide fishnet
  65. !! 2 Pussy covered but still visible, inc. wide mesh
  66. !! 1 Pussy can barely be seen through material if you look hard enough, inc. fine mesh
  67. !!
  68. !! PanCoverBack:1-4 scale not required to be set exposure of the butt, the presence of a g-string or thong does not mean the butt is covered
  69. !! Ex: 4 Butt not covered at all
  70. !! 3 Butt is covered but the material is completely transparent, or wide fishnet
  71. !! 2 Butt covered but still visible, inc. wide mesh
  72. !! 1 Butt can barely be seen through material if you look hard enough, inc. fine mesh
  73. !!
  74. !! BraCover: 1-4 scale not required to be set. Breast exposure, must be some nipple or the whole of the rest of the breast for it to count. Deep cleavage without nipple does not count.
  75. !! Ex: 4 Breasts not covered at all
  76. !! 3 Breasts is covered but the material is completely transparent, or wide fishnet
  77. !! 2 Breasts covered but still visible, inc. wide mesh
  78. !! 1 Breasts can barely be seen through material if you look hard enough, inc. fine mesh
  79. PanStyle = 0
  80. PanMaterial = 0
  81. BraMaterial = 0
  82. BraType = 0
  83. PanQuality = 0
  84. BraQuality = 0
  85. PanThinness = 0
  86. BraThinness = 0
  87. PanCoverFront = 0
  88. PanCoverBack = 0
  89. BraCover = 0
  90. underwear['pair'] = 0
  91. if $ARGS[0] = 'moncheri_bodysuits':
  92. *P FUNC('$attributes_moncheri_bodysuit', $ARGS[0], ARGS[1])
  93. elseif $ARGS[0] = 'lusso_bodysuits':
  94. *P FUNC('$attributes_lusso_bodysuit', $ARGS[0], ARGS[1])
  95. elseif $ARGS[0] = 'lusso_panties':
  96. *P FUNC('$attributes_lusso_panties', $ARGS[0], ARGS[1])
  97. elseif $ARGS[0] = 'lusso_bras':
  98. *P FUNC('$attributes_lusso_bra', $ARGS[0], ARGS[1])
  99. elseif $ARGS[0] = 'scandalicious_bodysuits':
  100. *P FUNC('$attributes_scandalicious_bodysuit', $ARGS[0], ARGS[1])
  101. elseif $ARGS[0] = 'salacious_bodysuits':
  102. *P FUNC('$attributes_salacious_bodysuit', $ARGS[0], ARGS[1])
  103. elseif $ARGS[0] = 'salacious_panties':
  104. *P FUNC('$attributes_salacious_panties', $ARGS[0], ARGS[1])
  105. elseif $ARGS[0] = 'salacious_bras':
  106. *P FUNC('$attributes_salacious_bra', $ARGS[0], ARGS[1])
  107. elseif $ARGS[0] = 'fashionista_panties':
  108. *P FUNC('$attributes_fashionista_panties', $ARGS[0], ARGS[1])
  109. elseif $ARGS[0] = 'fashionista_bras':
  110. *P FUNC('$attributes_fashionista_bra', $ARGS[0], ARGS[1])
  111. elseif $ARGS[0] = 'danilovich_panties':
  112. *P FUNC('$attributes_danilovich_panties', $ARGS[0], ARGS[1])
  113. elseif $ARGS[0] = 'danilovich_bras':
  114. *P FUNC('$attributes_danilovich_bra', $ARGS[0], ARGS[1])
  115. elseif $ARGS[0] = 'eroto_panties':
  116. *P FUNC('$attributes_eroto_panties', $ARGS[0], ARGS[1])
  117. elseif $ARGS[0] = 'eroto_bras':
  118. *P FUNC('$attributes_eroto_bra', $ARGS[0], ARGS[1])
  119. elseif $ARGS[0] = 'cats_panties':
  120. *P FUNC('$attributes_cats_panties', $ARGS[0], ARGS[1])
  121. elseif $ARGS[0] = 'cats_bras':
  122. *P FUNC('$attributes_cats_bra', $ARGS[0], ARGS[1])
  123. elseif $ARGS[0] = 'gm_panties':
  124. *P FUNC('$attributes_gm_panties', $ARGS[0], ARGS[1])
  125. elseif $ARGS[0] = 'gm_bras':
  126. *P FUNC('$attributes_gm_bra', $ARGS[0], ARGS[1])
  127. end
  128. --- underwear_attributes ---------------------------------