_attributes_allure_swim_one.qsrc 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908
  1. # $attributes_allure_swim_one
  2. !2021/01/07
  3. !price range from 2 to 6, please avoid adding too many 6s.
  4. if ARGS[1] = 1:
  5. CloQuality = 3
  6. CloThinness = 4
  7. CloTopCut = 2
  8. CloPanties = 1
  9. CloOnePiece = 1
  10. CloInhibit = 10
  11. $swimwear_description = 'A modest women''s one-piece swimsuit with moss floral print.'
  12. elseif ARGS[1] = 2:
  13. CloQuality = 3
  14. CloThinness = 4
  15. CloTopCut = 2
  16. CloPanties = 1
  17. CloOnePiece = 1
  18. CloInhibit = 10
  19. $swimwear_description = 'A modest women''s one-piece swimsuit with sunbrust floral print.'
  20. elseif ARGS[1] = 3:
  21. CloQuality = 3
  22. CloThinness = 5
  23. CloTopCut = 2
  24. CloPanties = 1
  25. CloOnePiece = 1
  26. CloInhibit = 10
  27. $swimwear_description = 'A v-neck one-piece swimsuit with looped back with celestial print.'
  28. elseif ARGS[1] = 4:
  29. CloQuality = 3
  30. CloThinness = 5
  31. CloTopCut = 4
  32. CloPanties = 1
  33. CloOnePiece = 1
  34. CloInhibit = 15
  35. $swimwear_description = 'A cutout bandeau one-piece swimsuit with minimal back coverage in the color black.'
  36. elseif ARGS[1] = 5:
  37. CloQuality = 3
  38. CloThinness = 5
  39. CloTopCut = 4
  40. CloPanties = 1
  41. CloOnePiece = 1
  42. CloInhibit = 15
  43. $swimwear_description = 'A zip cutout one-piece swimsuit with moderate back coverage and lots of cheek peek in the color ripe cherry.'
  44. elseif ARGS[1] = 6:
  45. CloQuality = 4
  46. CloThinness = 5
  47. CloTopCut = 3
  48. CloPanties = 1
  49. CloOnePiece = 1
  50. CloInhibit = 15
  51. $swimwear_description = 'A v-plunge one-piece swimsuit with minimal back coverage and lots of cheek peek in the color white.'
  52. elseif ARGS[1] = 7:
  53. CloQuality = 4
  54. CloThinness = 5
  55. CloTopCut = 3
  56. CloPanties = 1
  57. CloOnePiece = 1
  58. CloInhibit = 15
  59. $swimwear_description = 'A v-plunge one-piece swimsuit with minimal back coverage and lots of cheek peek in the color black.'
  60. elseif ARGS[1] = 8:
  61. CloQuality = 4
  62. CloThinness = 5
  63. CloTopCut = 3
  64. CloPanties = 1
  65. CloOnePiece = 1
  66. CloInhibit = 15
  67. $swimwear_description = 'A v-plunge one-piece swimsuit with minimal back coverage and lots of cheek peek in the color black.'
  68. elseif ARGS[1] = 9:
  69. CloQuality = 3
  70. CloThinness = 5
  71. CloTopCut = 2
  72. CloPanties = 1
  73. CloOnePiece = 1
  74. CloInhibit = 10
  75. $swimwear_description = 'A flirty, strappy high-neck one-piece swimsuit in the color ivory.'
  76. elseif ARGS[1] = 10:
  77. CloQuality = 3
  78. CloThinness = 5
  79. CloTopCut = 2
  80. CloPanties = 1
  81. CloOnePiece = 1
  82. CloInhibit = 10
  83. $swimwear_description = 'A flirty, strappy high-neck one-piece swimsuit in the color red.'
  84. elseif ARGS[1] = 11:
  85. CloQuality = 4
  86. CloThinness = 5
  87. CloTopCut = 3
  88. CloPanties = 1
  89. CloOnePiece = 1
  90. CloInhibit = 15
  91. $swimwear_description = 'A very flirty one-piece swimsuit with side cutout with salmon print.'
  92. elseif ARGS[1] = 12:
  93. CloQuality = 4
  94. CloThinness = 5
  95. CloTopCut = 4
  96. CloPanties = 1
  97. CloOnePiece = 1
  98. CloInhibit = 15
  99. $swimwear_description = 'A bandeau cheeky one-piece swimsuit with flirty cutout in the color lagoon.'
  100. elseif ARGS[1] = 13:
  101. CloQuality = 4
  102. CloThinness = 5
  103. CloTopCut = 4
  104. CloPanties = 1
  105. CloOnePiece = 1
  106. CloInhibit = 15
  107. $swimwear_description = 'A v-plunge one-piece swimsuit with keyhole cutout with Fiji print.'
  108. elseif ARGS[1] = 14:
  109. CloQuality = 3
  110. CloThinness = 5
  111. CloTopCut = 3
  112. CloPanties = 1
  113. CloOnePiece = 1
  114. CloInhibit = 15
  115. $swimwear_description = 'An olive color one-piece swimsuit with wrap front.'
  116. elseif ARGS[1] = 15:
  117. CloQuality = 3
  118. CloThinness = 5
  119. CloTopCut = 3
  120. CloPanties = 1
  121. CloOnePiece = 1
  122. CloInhibit = 15
  123. $swimwear_description = 'A women''s one-piece swimsuit with wrap front and with dark leopard print.'
  124. elseif ARGS[1] = 16:
  125. CloQuality = 3
  126. CloThinness = 5
  127. CloTopCut = 3
  128. CloPanties = 1
  129. CloOnePiece = 1
  130. CloInhibit = 15
  131. $swimwear_description = 'A v-plunge keyhole cutout 0ne-piece swimsuit with high leg and lots of cheek peek.'
  132. elseif ARGS[1] = 17:
  133. CloQuality = 2
  134. CloThinness = 5
  135. CloTopCut = 3
  136. CloPanties = 1
  137. CloOnePiece = 1
  138. CloInhibit = 15
  139. $swimwear_description = 'A black monokini with side cutout and moderate back coverage.'
  140. elseif ARGS[1] = 18:
  141. CloQuality = 4
  142. CloThinness = 5
  143. CloTopCut = 3
  144. CloPanties = 1
  145. CloOnePiece = 1
  146. CloInhibit = 15
  147. $swimwear_description = 'An one-piece swimsuit with top-tie front and blue tie dye print.'
  148. elseif ARGS[1] = 19:
  149. CloQuality = 4
  150. CloThinness = 5
  151. CloTopCut = 3
  152. CloPanties = 1
  153. CloOnePiece = 1
  154. CloInhibit = 15
  155. $swimwear_description = 'A trendy one-piece swimsuit with waist belt'
  156. elseif ARGS[1] = 20:
  157. CloQuality = 4
  158. CloThinness = 5
  159. CloTopCut = 3
  160. CloPanties = 1
  161. CloOnePiece = 1
  162. CloInhibit = 15
  163. $swimwear_description = 'A push up one-piece swimsuit with halter neckline'
  164. elseif ARGS[1] = 21:
  165. CloQuality = 4
  166. CloThinness = 4
  167. CloTopCut = 3
  168. CloPanties = 1
  169. CloOnePiece = 1
  170. CloInhibit = 15
  171. $swimwear_description = 'A fun and cute one-piece swimsuit with floral print.'
  172. elseif ARGS[1] = 22:
  173. CloQuality = 4
  174. CloThinness = 4
  175. CloTopCut = 3
  176. CloPanties = 1
  177. CloOnePiece = 1
  178. CloInhibit = 15
  179. $swimwear_description = 'A cute, floral print one-piece swimsuit with v-plunge and moderate back coverage.'
  180. elseif ARGS[1] = 23:
  181. CloQuality = 4
  182. CloThinness = 5
  183. CloTopCut = 2
  184. CloPanties = 1
  185. CloOnePiece = 1
  186. CloInhibit = 15
  187. $swimwear_description = 'A classy, black one-piece swimsuit with v-plunge and moderate back coverage.'
  188. elseif ARGS[1] = 24:
  189. CloQuality = 4
  190. CloThinness = 4
  191. CloTopCut = 2
  192. CloPanties = 1
  193. CloOnePiece = 1
  194. CloInhibit = 10
  195. $swimwear_description = 'A black one-piece swimsuit with round neckline and moderate back coverage.'
  196. elseif ARGS[1] = 25:
  197. CloQuality = 4
  198. CloThinness = 4
  199. CloTopCut = 2
  200. CloPanties = 1
  201. CloOnePiece = 1
  202. CloInhibit = 10
  203. $swimwear_description = 'A fashionable one-piece swimsuit with floral print, it has round neckline and full back coverage.'
  204. elseif ARGS[1] = 26:
  205. CloQuality = 3
  206. CloThinness = 5
  207. CloTopCut = 2
  208. CloPanties = 1
  209. CloOnePiece = 1
  210. CloInhibit = 15
  211. $swimwear_description = 'A one-piece swimsuit in the light orange color, it is fun and slightly flirty.'
  212. elseif ARGS[1] = 27:
  213. CloQuality = 3
  214. CloThinness = 5
  215. CloTopCut = 2
  216. CloPanties = 1
  217. CloOnePiece = 1
  218. CloInhibit = 15
  219. $swimwear_description = 'A pink one-piece swimsuit with floral print, it is cute and mood lifting.'
  220. elseif ARGS[1] = 28:
  221. CloQuality = 4
  222. CloThinness = 5
  223. CloTopCut = 2
  224. CloPanties = 1
  225. CloOnePiece = 1
  226. CloInhibit = 20
  227. $swimwear_description = 'A very daring pink one-piece swimsuit with floral print, it has a large cutout, high leg and cheeky design.'
  228. elseif ARGS[1] = 29:
  229. CloQuality = 4
  230. CloThinness = 5
  231. CloTopCut = 2
  232. CloPanties = 1
  233. CloOnePiece = 1
  234. CloInhibit = 20
  235. $swimwear_description = 'A white one-piece swimsuit with floral print, it has round neckline and moderate back coverage.'
  236. elseif ARGS[1] = 30:
  237. CloQuality = 4
  238. CloThinness = 5
  239. CloTopCut = 2
  240. CloPanties = 1
  241. CloOnePiece = 1
  242. CloInhibit = 20
  243. $swimwear_description = 'A light rose color one-piece swimsuit with yellow stripes, it has moderate back coverage.'
  244. elseif ARGS[1] = 31:
  245. CloQuality = 4
  246. CloThinness = 5
  247. CloTopCut = 2
  248. CloPanties = 1
  249. CloOnePiece = 1
  250. CloInhibit = 15
  251. $swimwear_description = 'An indigo color one-piece swimsuit with white floral prinit, it has moderate back coverage.'
  252. elseif ARGS[1] = 32:
  253. CloQuality = 4
  254. CloThinness = 5
  255. CloTopCut = 2
  256. CloPanties = 1
  257. CloOnePiece = 1
  258. CloInhibit = 15
  259. $swimwear_description = 'An lapis color one-piece swimsuit with white floral prinit, it has moderate back coverage.'
  260. elseif ARGS[1] = 33:
  261. CloQuality = 4
  262. CloThinness = 5
  263. CloTopCut = 2
  264. CloPanties = 1
  265. CloOnePiece = 1
  266. CloInhibit = 20
  267. $swimwear_description = 'A fun white one-piece swimsuit with white multi stripe prinit, it has daring cutout and cheeky back coverage.'
  268. elseif ARGS[1] = 34:
  269. CloQuality = 4
  270. CloThinness = 5
  271. CloTopCut = 2
  272. CloPanties = 1
  273. CloOnePiece = 1
  274. CloInhibit = 20
  275. $swimwear_description = 'A classy white one-piece strapless swimsuit with full back coverage, it is very alluring and inviting.'
  276. elseif ARGS[1] = 35:
  277. CloQuality = 4
  278. CloThinness = 5
  279. CloTopCut = 2
  280. CloPanties = 1
  281. CloOnePiece = 1
  282. CloInhibit = 20
  283. $swimwear_description = 'A classy black one-piece swimsuit with full back coverage, a fashionable yet practical design.'
  284. elseif ARGS[1] = 36:
  285. CloQuality = 4
  286. CloThinness = 4
  287. CloTopCut = 2
  288. CloPanties = 1
  289. CloOnePiece = 1
  290. CloInhibit = 10
  291. $swimwear_description = 'A fashionable black one-piece swimsuit with white and aqua color stripes, it has a full back coverage.'
  292. elseif ARGS[1] = 37:
  293. CloQuality = 4
  294. CloThinness = 5
  295. CloTopCut = 2
  296. CloPanties = 1
  297. CloOnePiece = 1
  298. CloInhibit = 20
  299. $swimwear_description = 'A very daring and flirty one-piece swimsuit, it has a large cutout and cheeky back coverage.'
  300. elseif ARGS[1] = 38:
  301. CloQuality = 4
  302. CloThinness = 4
  303. CloTopCut = 2
  304. CloPanties = 1
  305. CloOnePiece = 1
  306. CloInhibit = 10
  307. $swimwear_description = 'A pink one-piece strapless swimsuit with stipes, it has full back coverage.'
  308. elseif ARGS[1] = 39:
  309. CloQuality = 4
  310. CloThinness = 5
  311. CloTopCut = 2
  312. CloPanties = 1
  313. CloOnePiece = 1
  314. CloInhibit = 20
  315. $swimwear_description = 'A very flirty, Carnelian color one-piece swimsuit with high leg design. It has cheeky back coverage.'
  316. elseif ARGS[1] = 40:
  317. CloQuality = 4
  318. CloThinness = 5
  319. CloTopCut = 2
  320. CloPanties = 1
  321. CloOnePiece = 1
  322. CloInhibit = 20
  323. $swimwear_description = 'A very daring and flirty one-piece swimsuit, it has a large cutout and cheeky back coverage.'
  324. elseif ARGS[1] = 41:
  325. CloQuality = 5
  326. CloThinness = 4
  327. CloTopCut = 3
  328. CloPanties = 1
  329. CloOnePiece = 1
  330. CloInhibit = 15
  331. $swimwear_description = 'A Brule color one-piece swimsuit that can also be worn as bodysuit, it has deep v-plunge and cheeky back coverage.'
  332. elseif ARGS[1] = 42:
  333. CloQuality = 5
  334. CloThinness = 4
  335. CloTopCut = 3
  336. CloPanties = 1
  337. CloOnePiece = 1
  338. CloInhibit = 15
  339. $swimwear_description = 'A Chili color one-shoulder one-piece swimsuit that can also be worn as bodysuit, it has deep v-plunge and cheeky back coverage.'
  340. elseif ARGS[1] = 43:
  341. CloQuality = 5
  342. CloThinness = 4
  343. CloTopCut = 3
  344. CloPanties = 1
  345. CloOnePiece = 1
  346. CloInhibit = 15
  347. $swimwear_description = 'This banana stripes one-piece swimsuit that can also be worn as bodysuit, it has cheeky back coverage.'
  348. elseif ARGS[1] = 44:
  349. CloQuality = 5
  350. CloThinness = 5
  351. CloTopCut = 3
  352. CloPanties = 1
  353. CloOnePiece = 1
  354. CloInhibit = 20
  355. $swimwear_description = 'This runched one-piece swimsuit that can also be worn as bodysuit, it has cheeky back coverage.'
  356. elseif ARGS[1] = 45:
  357. CloQuality = 5
  358. CloThinness = 4
  359. CloTopCut = 3
  360. CloPanties = 1
  361. CloOnePiece = 1
  362. CloInhibit = 15
  363. $swimwear_description = 'This strapless one-piece swimsuit that can also be worn as bodysuit and offers decent back coverage.'
  364. elseif ARGS[1] = 46:
  365. CloQuality = 4
  366. CloThinness = 4
  367. CloTopCut = 3
  368. CloPanties = 1
  369. CloOnePiece = 1
  370. CloInhibit = 15
  371. $swimwear_description = 'This animal print one-piece swimsuit has deep v-plunge and moderate back coverage.'
  372. elseif ARGS[1] = 47:
  373. CloQuality = 4
  374. CloThinness = 4
  375. CloTopCut = 2
  376. CloPanties = 1
  377. CloOnePiece = 1
  378. CloInhibit = 10
  379. $swimwear_description = 'This Boho print one-piece swimsuit has over-the-shoulder straps and moderate back coverage.'
  380. elseif ARGS[1] = 48:
  381. CloQuality = 4
  382. CloThinness = 4
  383. CloTopCut = 2
  384. CloPanties = 1
  385. CloOnePiece = 1
  386. CloInhibit = 10
  387. $swimwear_description = 'This long sleeve one-piece swimsuit can also be worn as a bodysuit.'
  388. elseif ARGS[1] = 49:
  389. CloQuality = 4
  390. CloThinness = 4
  391. CloTopCut = 2
  392. CloPanties = 1
  393. CloOnePiece = 1
  394. CloInhibit = 10
  395. $swimwear_description = 'This striped one-piece swimsuit with v-plunge front, scoop back and high leg design.'
  396. elseif ARGS[1] = 50:
  397. CloQuality = 4
  398. CloThinness = 4
  399. CloTopCut = 2
  400. CloPanties = 1
  401. CloOnePiece = 1
  402. CloInhibit = 10
  403. $swimwear_description = 'This strip printed one-piece swimsuit has belted waistband and mid rise leg opening.'
  404. elseif ARGS[1] = 51:
  405. CloQuality = 4
  406. CloThinness = 5
  407. CloTopCut = 3
  408. CloPanties = 1
  409. CloOnePiece = 1
  410. CloInhibit = 20
  411. $swimwear_description = 'This mint colored one-piece swimsuit has deep plunge front and decent back coverage.'
  412. elseif ARGS[1] = 52:
  413. CloQuality = 4
  414. CloThinness = 5
  415. CloTopCut = 3
  416. CloPanties = 1
  417. CloOnePiece = 1
  418. CloInhibit = 20
  419. $swimwear_description = 'This one-piece swimsuit in the color pink has deep plunge front and decent back coverage.'
  420. elseif ARGS[1] = 53:
  421. CloQuality = 4
  422. CloThinness = 4
  423. CloTopCut = 3
  424. CloPanties = 1
  425. CloOnePiece = 1
  426. CloInhibit = 15
  427. $swimwear_description = 'This crochet plunge one-piece swimsuit has a flirty and fashionable design.'
  428. elseif ARGS[1] = 54:
  429. CloQuality = 4
  430. CloThinness = 4
  431. CloTopCut = 3
  432. CloPanties = 1
  433. CloOnePiece = 1
  434. CloInhibit = 15
  435. $swimwear_description = 'This crochet plunge one-piece swimsuit in the color coral has a enticing design.'
  436. elseif ARGS[1] = 55:
  437. CloQuality = 4
  438. CloThinness = 4
  439. CloTopCut = 3
  440. CloPanties = 1
  441. CloOnePiece = 1
  442. CloInhibit = 15
  443. $swimwear_description = 'This crochet plunge one-piece swimsuit in the color coral has a enticing design.'
  444. elseif ARGS[1] = 56:
  445. CloQuality = 4
  446. CloThinness = 5
  447. CloTopCut = 3
  448. CloPanties = 1
  449. CloOnePiece = 1
  450. CloInhibit = 20
  451. $swimwear_description = 'This crochet sheer plunge one-piece swimsuit in coral has a very fashionable design.'
  452. elseif ARGS[1] = 57:
  453. CloQuality = 4
  454. CloThinness = 4
  455. CloTopCut = 2
  456. CloPanties = 1
  457. CloOnePiece = 1
  458. CloInhibit = 10
  459. $swimwear_description = 'This lace high-neck one-piece swimsuit in twhite has a very fashionable design.'
  460. elseif ARGS[1] = 58:
  461. CloQuality = 4
  462. CloThinness = 5
  463. CloTopCut = 2
  464. CloPanties = 1
  465. CloOnePiece = 1
  466. CloInhibit = 15
  467. $swimwear_description = 'This crochet sheer plunge one-piece swimsuit in coral has a very fashionable design.'
  468. elseif ARGS[1] = 59:
  469. CloQuality = 5
  470. CloThinness = 4
  471. CloTopCut = 3
  472. CloPanties = 1
  473. CloOnePiece = 1
  474. CloInhibit = 15
  475. $swimwear_description = 'This corset plunge one-piece swimsuit has rose gold pinstripe.'
  476. elseif ARGS[1] = 60:
  477. CloQuality = 5
  478. CloThinness = 4
  479. CloTopCut = 3
  480. CloPanties = 1
  481. CloOnePiece = 1
  482. CloInhibit = 15
  483. $swimwear_description = 'This criss cross plunge one-piece swimsuit has animal print and high leg design.'
  484. elseif ARGS[1] = 61:
  485. CloQuality = 5
  486. CloThinness = 4
  487. CloTopCut = 3
  488. CloPanties = 1
  489. CloOnePiece = 1
  490. CloInhibit = 15
  491. $swimwear_description = 'This fringe plunge one-piece swimsuit in the color cabemet.'
  492. elseif ARGS[1] = 62:
  493. CloQuality = 4
  494. CloThinness = 4
  495. CloTopCut = 2
  496. CloPanties = 1
  497. CloOnePiece = 1
  498. CloInhibit = 10
  499. $swimwear_description = 'This one-piece swimsuit has an one-shoulder design and with metalic floral print.'
  500. elseif ARGS[1] = 63:
  501. CloQuality = 4
  502. CloThinness = 5
  503. CloTopCut = 2
  504. CloPanties = 1
  505. CloOnePiece = 1
  506. CloInhibit = 15
  507. $swimwear_description = 'This thin one-piece swimsuit has an one-shoulder design in the classic blue.'
  508. elseif ARGS[1] = 64:
  509. CloQuality = 4
  510. CloThinness = 5
  511. CloTopCut = 2
  512. CloPanties = 1
  513. CloOnePiece = 1
  514. CloInhibit = 15
  515. $swimwear_description = 'This thin one-piece swimsuit has an one-shoulder design in the sunshine color.'
  516. elseif ARGS[1] = 65:
  517. CloQuality = 4
  518. CloThinness = 5
  519. CloTopCut = 2
  520. CloPanties = 1
  521. CloOnePiece = 1
  522. CloInhibit = 15
  523. $swimwear_description = 'This thin one-piece swimsuit has an one-shoulder design with marina print.'
  524. elseif ARGS[1] = 66:
  525. CloQuality = 4
  526. CloThinness = 5
  527. CloTopCut = 2
  528. CloPanties = 1
  529. CloOnePiece = 1
  530. CloInhibit = 15
  531. $swimwear_description = 'This thin one-piece swimsuit has an one-shoulder design in the sky blue.'
  532. elseif ARGS[1] = 67:
  533. CloQuality = 4
  534. CloThinness = 5
  535. CloTopCut = 2
  536. CloPanties = 1
  537. CloOnePiece = 1
  538. CloInhibit = 15
  539. $swimwear_description = 'This flirty one-piece swimsuit has a deep plunge and high leg design in mitered print.'
  540. elseif ARGS[1] = 68:
  541. CloQuality = 4
  542. CloThinness = 5
  543. CloTopCut = 2
  544. CloPanties = 1
  545. CloOnePiece = 1
  546. CloInhibit = 15
  547. $swimwear_description = 'This flirty one-piece swimsuit has a plunge neckline and high leg design in mitered print.'
  548. elseif ARGS[1] = 69:
  549. CloQuality = 4
  550. CloThinness = 5
  551. CloTopCut = 3
  552. CloPanties = 1
  553. CloOnePiece = 1
  554. CloInhibit = 20
  555. $swimwear_description = 'This attention stealing one-piece swimsuit in Adobe red has a deep plunge neckline and decent back coverage.'
  556. elseif ARGS[1] = 70:
  557. CloQuality = 4
  558. CloThinness = 5
  559. CloTopCut = 3
  560. CloPanties = 1
  561. CloOnePiece = 1
  562. CloInhibit = 20
  563. $swimwear_description = 'This classy one-piece swimsuit in black has a deep plunge neckline and decent back coverage.'
  564. elseif ARGS[1] = 71:
  565. CloQuality = 5
  566. CloThinness = 4
  567. CloTopCut = 2
  568. CloPanties = 1
  569. CloOnePiece = 1
  570. CloInhibit = 10
  571. $swimwear_description = 'This fancy one-piece swimsuit in white has a high leg design with minimal back coverage.'
  572. elseif ARGS[1] = 72:
  573. CloQuality = 5
  574. CloThinness = 4
  575. CloTopCut = 2
  576. CloPanties = 1
  577. CloOnePiece = 1
  578. CloInhibit = 10
  579. $swimwear_description = 'This fancy one-piece swimsuit in black has a high leg design with minimal back coverage.'
  580. elseif ARGS[1] = 73:
  581. CloQuality = 5
  582. CloThinness = 4
  583. CloTopCut = 2
  584. CloPanties = 1
  585. CloOnePiece = 1
  586. CloInhibit = 10
  587. $swimwear_description = 'This elegant strapless one-piece swimsuit in white has a high leg design with cheeky back coverage.'
  588. elseif ARGS[1] = 74:
  589. CloQuality = 5
  590. CloThinness = 4
  591. CloTopCut = 2
  592. CloPanties = 1
  593. CloOnePiece = 1
  594. CloInhibit = 10
  595. $swimwear_description = 'This elegant strapless one-piece swimsuit in black has a high leg design with cheeky back coverage.'
  596. elseif ARGS[1] = 75:
  597. CloQuality = 5
  598. CloThinness = 4
  599. CloTopCut = 2
  600. CloPanties = 1
  601. CloOnePiece = 1
  602. CloInhibit = 10
  603. $swimwear_description = 'This sophisticate asymmetrical one-piece swimsuit in black has a high waist and high leg design with minimal back coverage.'
  604. elseif ARGS[1] = 76:
  605. CloQuality = 6
  606. CloThinness = 4
  607. CloTopCut = 2
  608. CloPanties = 1
  609. CloOnePiece = 1
  610. CloInhibit = 10
  611. $swimwear_description = 'This expensive one-piece swimsuit in metalic nude has a high leg design with modest back coverage.'
  612. elseif ARGS[1] = 77:
  613. CloQuality = 6
  614. CloThinness = 4
  615. CloTopCut = 2
  616. CloPanties = 1
  617. CloOnePiece = 1
  618. CloInhibit = 10
  619. $swimwear_description = 'This expensive one-piece swimsuit in metalic green has a ultra deep plunge and modest back coverage.'
  620. elseif ARGS[1] = 78:
  621. CloQuality = 5
  622. CloThinness = 4
  623. CloTopCut = 2
  624. CloPanties = 1
  625. CloOnePiece = 1
  626. CloInhibit = 15
  627. $swimwear_description = 'This modish one-piece swimsuit has a one-shoulder, one side cutouts and a cheeky design.'
  628. elseif ARGS[1] = 79:
  629. CloQuality = 5
  630. CloThinness = 4
  631. CloTopCut = 3
  632. CloPanties = 1
  633. CloOnePiece = 1
  634. CloInhibit = 15
  635. $swimwear_description = 'This modish one-piece swimsuit in Everglade has underwired top and cheeky coverage design.'
  636. elseif ARGS[1] = 80:
  637. CloQuality = 5
  638. CloThinness = 4
  639. CloTopCut = 2
  640. CloPanties = 1
  641. CloOnePiece = 1
  642. CloInhibit = 15
  643. $swimwear_description = 'This modish one-piece swimsuit in Marmalade has a very daring and skimpy back coverage.'
  644. elseif ARGS[1] = 81:
  645. CloQuality = 5
  646. CloThinness = 4
  647. CloTopCut = 3
  648. CloPanties = 1
  649. CloOnePiece = 1
  650. CloInhibit = 15
  651. $swimwear_description = 'This luxurious one-piece swimsuit in the color Cotton Candy has a deep plunge and a decent back coverage.'
  652. elseif ARGS[1] = 82:
  653. CloQuality = 5
  654. CloThinness = 4
  655. CloTopCut = 2
  656. CloPanties = 1
  657. CloOnePiece = 1
  658. CloInhibit = 10
  659. $swimwear_description = 'This high-priced one-piece swimsuit has a ruffle-trimmed bodice and a classic back coverage.'
  660. elseif ARGS[1] = 83:
  661. CloQuality = 5
  662. CloThinness = 4
  663. CloTopCut = 2
  664. CloPanties = 1
  665. CloOnePiece = 1
  666. CloInhibit = 10
  667. $swimwear_description = 'This fashionable one-piece swimsuit in the Grape Gum print has a v-plunge neckline and a classic back coverage.'
  668. elseif ARGS[1] = 84:
  669. CloQuality = 5
  670. CloThinness = 4
  671. CloTopCut = 3
  672. CloPanties = 1
  673. CloOnePiece = 1
  674. CloInhibit = 15
  675. $swimwear_description = 'This ultra fashionable one-piece swimsuit has a v-plunge front and a cheeky bottom.'
  676. elseif ARGS[1] = 85:
  677. CloQuality = 5
  678. CloThinness = 4
  679. CloTopCut = 3
  680. CloPanties = 1
  681. CloOnePiece = 1
  682. CloInhibit = 15
  683. $swimwear_description = 'This cute one-piece ruffled swimsuit has a plunge front and a cheeky bottom.'
  684. elseif ARGS[1] = 86:
  685. CloQuality = 4
  686. CloThinness = 4
  687. CloTopCut = 2
  688. CloPanties = 1
  689. CloOnePiece = 1
  690. CloInhibit = 10
  691. $swimwear_description = 'This chic one-piece runched swimsuit has a bandeau top design and a full back coverage.'
  692. elseif ARGS[1] = 87:
  693. CloQuality = 4
  694. CloThinness = 4
  695. CloTopCut = 3
  696. CloPanties = 1
  697. CloOnePiece = 1
  698. CloInhibit = 15
  699. $swimwear_description = 'This ruched one-piece swimsuit in Rivera Blue has very fashionable design.'
  700. elseif ARGS[1] = 88:
  701. CloQuality = 4
  702. CloThinness = 4
  703. CloTopCut = 3
  704. CloPanties = 1
  705. CloOnePiece = 1
  706. CloInhibit = 15
  707. $swimwear_description = 'This alluring one-piece swimsuit in Midnight stripes has a v-plunge front and decent back coverage.'
  708. elseif ARGS[1] = 89:
  709. CloQuality = 4
  710. CloThinness = 4
  711. CloTopCut = 3
  712. CloPanties = 1
  713. CloOnePiece = 1
  714. CloInhibit = 15
  715. $swimwear_description = 'This alluring one-piece swimsuit has a halter design with plunge neckline and a full back coverage.'
  716. elseif ARGS[1] = 90:
  717. CloQuality = 4
  718. CloThinness = 4
  719. CloTopCut = 3
  720. CloPanties = 1
  721. CloOnePiece = 1
  722. CloInhibit = 15
  723. $swimwear_description = 'This elegant one-piece swimsuit has a ruffled halter design with plunge neckline and a full back coverage.'
  724. elseif ARGS[1] = 91:
  725. CloQuality = 5
  726. CloThinness = 4
  727. CloTopCut = 3
  728. CloPanties = 1
  729. CloOnePiece = 1
  730. CloInhibit = 15
  731. $swimwear_description = 'This elegant one-piece swimsuit has a v-neck and a full back coverage.'
  732. elseif ARGS[1] = 92:
  733. CloQuality = 5
  734. CloThinness = 4
  735. CloTopCut = 3
  736. CloPanties = 1
  737. CloOnePiece = 1
  738. CloInhibit = 15
  739. $swimwear_description = 'This leopard printed one-piece swimsuit has a deep plunge and a full back coverage.'
  740. elseif ARGS[1] = 93:
  741. CloQuality = 5
  742. CloThinness = 4
  743. CloTopCut = 2
  744. CloPanties = 1
  745. CloOnePiece = 1
  746. CloInhibit = 10
  747. $swimwear_description = 'This skirted one-piece swimsuit with floral print has a full back coverage.'
  748. elseif ARGS[1] = 94:
  749. CloQuality = 5
  750. CloThinness = 4
  751. CloTopCut = 2
  752. CloPanties = 1
  753. CloOnePiece = 1
  754. CloInhibit = 10
  755. $swimwear_description = 'This sophisticate one-piece swimsuit with ruffle edges and cheeky bottom.'
  756. elseif ARGS[1] = 95:
  757. CloQuality = 4
  758. CloThinness = 4
  759. CloTopCut = 2
  760. CloPanties = 1
  761. CloOnePiece = 1
  762. CloInhibit = 10
  763. $swimwear_description = 'This shoulder strap one-piece swimsuit has full back coverage.'
  764. elseif ARGS[1] = 96:
  765. CloQuality = 4
  766. CloThinness = 4
  767. CloTopCut = 2
  768. CloPanties = 1
  769. CloOnePiece = 1
  770. CloInhibit = 10
  771. $swimwear_description = 'This fancy bandeau one-piece swimsuit has a v-front design and moderate back coverage.'
  772. elseif ARGS[1] = 97:
  773. CloQuality = 4
  774. CloThinness = 4
  775. CloTopCut = 3
  776. CloPanties = 1
  777. CloOnePiece = 1
  778. CloInhibit = 15
  779. $swimwear_description = 'This alluring one-piece swimsuit in the color Mare Navy has a deep plunge design and full back coverage.'
  780. elseif ARGS[1] = 98:
  781. CloQuality = 4
  782. CloThinness = 4
  783. CloTopCut = 3
  784. CloPanties = 1
  785. CloOnePiece = 1
  786. CloInhibit = 15
  787. $swimwear_description = 'A one-piece swimsuit with striped print has a bandeau tie-front design and full back coverage.'
  788. elseif ARGS[1] = 99:
  789. CloQuality = 4
  790. CloThinness = 4
  791. CloTopCut = 3
  792. CloPanties = 1
  793. CloOnePiece = 1
  794. CloInhibit = 15
  795. $swimwear_description = 'A one-piece swimsuit with classic striped print, it has a high leg design and a full back coverage.'
  796. elseif ARGS[1] = 100:
  797. CloQuality = 4
  798. CloThinness = 4
  799. CloTopCut = 3
  800. CloPanties = 1
  801. CloOnePiece = 1
  802. CloInhibit = 15
  803. $swimwear_description = 'A one-piece swimsuit with vertical striped print, it has a very deep plunge and a full back coverage.'
  804. end
  805. --- $attributes_allure_swim_one ---------------------------------