_attributes_flamingos_outfits.qsrc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  1. # $attributes_flamingos_outfits
  2. !2021/12/09
  3. !prince range from 2 to 5, avoid adding too many 2s and 5s
  4. if ARGS[1] = 1:
  5. CloQuality = 4
  6. CloThinness = 2
  7. CloTopCut = 1
  8. CloPantsShortness = 1
  9. elseif ARGS[1] = 2:
  10. CloQuality = 3
  11. CloThinness = 3
  12. CloTopCut = 1
  13. CloPantsShortness = 1
  14. elseif ARGS[1] = 3:
  15. CloQuality = 3
  16. CloThinness = 5
  17. CloTopCut = 1
  18. CloPantsShortness = 1
  19. CloStyle = 4
  20. elseif ARGS[1] = 4:
  21. CloQuality = 3
  22. CloThinness = 3
  23. CloTopCut = 1
  24. CloPantsShortness = 1
  25. elseif ARGS[1] = 5:
  26. CloQuality = 3
  27. CloThinness = 4
  28. CloTopCut = 1
  29. CloPantsShortness = 1
  30. elseif ARGS[1] = 6:
  31. CloQuality = 3
  32. CloThinness = 5
  33. CloTopCut = 2
  34. CloPantsShortness = 1
  35. CloStyle = 4
  36. elseif ARGS[1] = 7:
  37. CloQuality = 3
  38. CloThinness = 6
  39. CloTopCut = 1
  40. CloPantsShortness = 1
  41. CloStyle = 4
  42. CloBimbo = 1
  43. CloCoverTop = 3
  44. elseif ARGS[1] = 8:
  45. CloQuality = 3
  46. CloThinness = 3
  47. CloTopCut = 2
  48. CloPantsShortness = 1
  49. elseif ARGS[1] = 9:
  50. CloQuality = 3
  51. CloThinness = 2
  52. CloTopCut = 1
  53. CloPantsShortness = 1
  54. elseif ARGS[1] = 10:
  55. CloQuality = 4
  56. CloThinness = 6
  57. CloTopCut = 2
  58. CloPantsShortness = 1
  59. CloStyle = 4
  60. CloCoverTop = 3
  61. elseif ARGS[1] = 11:
  62. CloQuality = 3
  63. CloThinness = 4
  64. CloTopCut = 2
  65. CloPantsShortness = 1
  66. elseif ARGS[1] = 12:
  67. CloQuality = 4
  68. CloThinness = 4
  69. CloTopCut = 2
  70. CloPantsShortness = 1
  71. elseif ARGS[1] = 13:
  72. CloQuality = 4
  73. CloThinness = 5
  74. CloTopCut = 1
  75. CloPantsShortness = 1
  76. elseif ARGS[1] = 14:
  77. CloQuality = 3
  78. CloThinness = 6
  79. CloTopCut = 2
  80. CloPantsShortness = 1
  81. CloStyle = 4
  82. CloCoverTop = 1
  83. elseif ARGS[1] = 15:
  84. CloQuality = 3
  85. CloThinness = 6
  86. CloTopCut = 2
  87. CloPantsShortness = 1
  88. CloStyle = 4
  89. elseif ARGS[1] = 16:
  90. CloQuality = 3
  91. CloThinness = 6
  92. CloTopCut = 2
  93. CloPantsShortness = 1
  94. CloBimbo = 1
  95. CloStyle = 4
  96. CloCoverTop = 2
  97. elseif ARGS[1] = 17:
  98. CloQuality = 4
  99. CloThinness = 6
  100. CloTopCut = 2
  101. CloPantsShortness = 1
  102. CloBimbo = 1
  103. CloCoverTop = 1
  104. elseif ARGS[1] = 18:
  105. CloQuality = 3
  106. CloThinness = 6
  107. CloTopCut = 2
  108. CloPantsShortness = 1
  109. CloStyle = 4
  110. CloCoverTop = 3
  111. elseif ARGS[1] = 19:
  112. CloQuality = 3
  113. CloThinness = 4
  114. CloTopCut = 2
  115. CloPantsShortness = 1
  116. elseif ARGS[1] = 20:
  117. CloQuality = 3
  118. CloThinness = 4
  119. CloTopCut = 2
  120. CloPantsShortness = 1
  121. elseif ARGS[1] = 21:
  122. CloQuality = 3
  123. CloThinness = 4
  124. CloTopCut = 2
  125. CloPantsShortness = 1
  126. elseif ARGS[1] = 22:
  127. CloQuality = 3
  128. CloThinness = 4
  129. CloTopCut = 2
  130. CloPantsShortness = 1
  131. elseif ARGS[1] = 23:
  132. CloQuality = 3
  133. CloThinness = 5
  134. CloTopCut = 2
  135. CloPantsShortness = 1
  136. elseif ARGS[1] = 24:
  137. CloQuality = 4
  138. CloThinness = 5
  139. CloTopCut = 2
  140. CloPantsShortness = 1
  141. elseif ARGS[1] = 25:
  142. CloQuality = 4
  143. CloThinness = 5
  144. CloTopCut = 2
  145. CloPantsShortness = 1
  146. elseif ARGS[1] = 26:
  147. CloQuality = 3
  148. CloThinness = 4
  149. CloTopCut = 2
  150. CloPantsShortness = 1
  151. elseif ARGS[1] = 27:
  152. CloQuality = 3
  153. CloThinness = 4
  154. CloTopCut = 2
  155. CloPantsShortness = 1
  156. elseif ARGS[1] = 28:
  157. CloQuality = 4
  158. CloThinness = 5
  159. CloTopCut = 2
  160. CloPantsShortness = 1
  161. elseif ARGS[1] = 29:
  162. CloQuality = 3
  163. CloThinness = 4
  164. CloTopCut = 2
  165. CloPantsShortness = 1
  166. elseif ARGS[1] = 30:
  167. CloQuality = 4
  168. CloThinness = 4
  169. CloTopCut = 3
  170. CloPantsShortness = 1
  171. elseif ARGS[1] = 31:
  172. CloQuality = 3
  173. CloThinness = 5
  174. CloTopCut = 3
  175. CloPantsShortness = 1
  176. elseif ARGS[1] = 32:
  177. CloQuality = 3
  178. CloThinness = 6
  179. CloTopCut = 3
  180. CloPantsShortness = 1
  181. CloBimbo = 1
  182. CloStyle = 4
  183. CloCoverTop = 1
  184. elseif ARGS[1] = 33:
  185. CloQuality = 3
  186. CloThinness = 6
  187. CloTopCut = 3
  188. CloPantsShortness = 1
  189. CloStyle = 4
  190. CloCoverTop = 2
  191. elseif ARGS[1] = 34:
  192. CloQuality = 3
  193. CloThinness = 5
  194. CloTopCut = 3
  195. CloPantsShortness = 1
  196. elseif ARGS[1] = 35:
  197. CloQuality = 3
  198. CloThinness = 5
  199. CloTopCut = 3
  200. CloPantsShortness = 1
  201. elseif ARGS[1] = 36:
  202. CloQuality = 3
  203. CloThinness = 5
  204. CloTopCut = 3
  205. CloPantsShortness = 1
  206. CloBimbo = 1
  207. CloStyle = 4
  208. elseif ARGS[1] = 37:
  209. CloQuality = 3
  210. CloThinness = 5
  211. CloTopCut = 3
  212. CloPantsShortness = 1
  213. CloBimbo = 1
  214. CloStyle = 4
  215. elseif ARGS[1] = 38:
  216. CloQuality = 3
  217. CloThinness = 5
  218. CloTopCut = 3
  219. CloPantsShortness = 1
  220. CloStyle = 4
  221. elseif ARGS[1] = 39:
  222. CloQuality = 3
  223. CloThinness = 5
  224. CloTopCut = 3
  225. CloPantsShortness = 1
  226. elseif ARGS[1] = 40:
  227. CloQuality = 3
  228. CloThinness = 6
  229. CloTopCut = 3
  230. CloPantsShortness = 1
  231. CloStyle = 4
  232. elseif ARGS[1] = 41:
  233. CloQuality = 3
  234. CloThinness = 5
  235. CloTopCut = 3
  236. CloPantsShortness = 1
  237. CloStyle = 4
  238. CloCoverTop = 1
  239. elseif ARGS[1] = 42:
  240. CloQuality = 3
  241. CloThinness = 4
  242. CloTopCut = 3
  243. CloPantsShortness = 1
  244. CloStyle = 4
  245. elseif ARGS[1] = 43:
  246. CloQuality = 3
  247. CloThinness = 4
  248. CloTopCut = 3
  249. CloPantsShortness = 1
  250. elseif ARGS[1] = 44:
  251. CloQuality = 3
  252. CloThinness = 5
  253. CloTopCut = 3
  254. CloPantsShortness = 1
  255. CloStyle = 4
  256. elseif ARGS[1] = 45:
  257. CloQuality = 3
  258. CloThinness = 5
  259. CloTopCut = 3
  260. CloPantsShortness = 1
  261. elseif ARGS[1] = 46:
  262. CloQuality = 3
  263. CloThinness = 4
  264. CloTopCut = 3
  265. CloPantsShortness = 1
  266. CloStyle = 4
  267. elseif ARGS[1] = 47:
  268. CloQuality = 3
  269. CloThinness = 5
  270. CloTopCut = 3
  271. CloPantsShortness = 1
  272. elseif ARGS[1] = 48:
  273. CloQuality = 3
  274. CloThinness = 4
  275. CloTopCut = 3
  276. CloPantsShortness = 1
  277. elseif ARGS[1] = 49:
  278. CloQuality = 3
  279. CloThinness = 4
  280. CloTopCut = 3
  281. CloPantsShortness = 1
  282. elseif ARGS[1] = 50:
  283. CloQuality = 4
  284. CloThinness = 5
  285. CloTopCut = 3
  286. CloPantsShortness = 1
  287. CloBimbo = 1
  288. CloStyle = 4
  289. elseif ARGS[1] = 51:
  290. CloQuality = 3
  291. CloThinness = 4
  292. CloTopCut = 3
  293. CloPantsShortness = 1
  294. elseif ARGS[1] = 52:
  295. CloQuality = 3
  296. CloThinness = 4
  297. CloTopCut = 3
  298. CloPantsShortness = 1
  299. elseif ARGS[1] = 53:
  300. CloQuality = 3
  301. CloThinness = 5
  302. CloTopCut = 3
  303. CloPantsShortness = 1
  304. elseif ARGS[1] = 54:
  305. CloQuality = 3
  306. CloThinness = 6
  307. CloTopCut = 3
  308. CloPantsShortness = 1
  309. CloStyle = 4
  310. elseif ARGS[1] = 55:
  311. CloQuality = 3
  312. CloThinness = 4
  313. CloTopCut = 3
  314. CloPantsShortness = 1
  315. elseif ARGS[1] = 56:
  316. CloQuality = 3
  317. CloThinness = 4
  318. CloTopCut = 3
  319. CloPantsShortness = 1
  320. elseif ARGS[1] = 57:
  321. CloQuality = 5
  322. CloThinness = 5
  323. CloTopCut = 2
  324. CloPantsShortness = 1
  325. CloStyle = 4
  326. elseif ARGS[1] = 58:
  327. CloQuality = 3
  328. CloThinness = 4
  329. CloTopCut = 3
  330. CloPantsShortness = 1
  331. elseif ARGS[1] = 59:
  332. CloQuality = 4
  333. CloThinness = 5
  334. CloTopCut = 4
  335. CloPantsShortness = 1
  336. elseif ARGS[1] = 60:
  337. CloQuality = 3
  338. CloThinness = 5
  339. CloTopCut = 4
  340. CloPantsShortness = 1
  341. CloStyle = 4
  342. elseif ARGS[1] = 61:
  343. CloQuality = 3
  344. CloThinness = 4
  345. CloTopCut = 3
  346. CloPantsShortness = 1
  347. elseif ARGS[1] = 62:
  348. CloQuality = 3
  349. CloThinness = 4
  350. CloTopCut = 4
  351. CloPantsShortness = 1
  352. CloStyle = 4
  353. elseif ARGS[1] = 63:
  354. CloQuality = 3
  355. CloThinness = 5
  356. CloTopCut = 3
  357. CloPantsShortness = 1
  358. CloStyle = 4
  359. elseif ARGS[1] = 64:
  360. CloQuality = 3
  361. CloThinness = 5
  362. CloBra = 1
  363. CloPantsShortness = 1
  364. CloBimbo = 1
  365. CloStyle = 4
  366. elseif ARGS[1] = 65:
  367. CloQuality = 3
  368. CloThinness = 5
  369. CloBra = 1
  370. CloPantsShortness = 1
  371. CloBimbo = 1
  372. CloStyle = 4
  373. elseif ARGS[1] = 66:
  374. CloQuality = 3
  375. CloThinness = 6
  376. CloTopCut = 2
  377. CloPantsShortness = 4
  378. CloStyle = 4
  379. elseif ARGS[1] = 67:
  380. CloQuality = 3
  381. CloThinness = 6
  382. CloTopCut = 2
  383. CloPantsShortness = 4
  384. CloStyle = 4
  385. elseif ARGS[1] = 68:
  386. CloQuality = 4
  387. CloThinness = 6
  388. CloTopCut = 2
  389. CloPantsShortness = 4
  390. CloBimbo = 1
  391. CloStyle = 4
  392. CloCoverTop = 3
  393. elseif ARGS[1] = 69:
  394. CloQuality = 3
  395. CloThinness = 5
  396. CloTopCut = 3
  397. CloPantsShortness = 4
  398. elseif ARGS[1] = 70:
  399. CloQuality = 3
  400. CloThinness = 5
  401. CloTopCut = 3
  402. CloPantsShortness = 4
  403. elseif ARGS[1] = 71:
  404. CloQuality = 3
  405. CloThinness = 5
  406. CloTopCut = 3
  407. CloPantsShortness = 4
  408. elseif ARGS[1] = 72:
  409. CloQuality = 3
  410. CloThinness = 4
  411. CloTopCut = 2
  412. CloPantsShortness = 5
  413. elseif ARGS[1] = 73:
  414. CloQuality = 3
  415. CloThinness = 4
  416. CloTopCut = 2
  417. CloPantsShortness = 4
  418. elseif ARGS[1] = 74:
  419. CloQuality = 3
  420. CloThinness = 5
  421. CloTopCut = 3
  422. CloPantsShortness = 4
  423. CloStyle = 4
  424. elseif ARGS[1] = 75:
  425. CloQuality = 3
  426. CloThinness = 5
  427. CloTopCut = 3
  428. CloPantsShortness = 4
  429. elseif ARGS[1] = 76:
  430. CloQuality = 3
  431. CloThinness = 5
  432. CloTopCut = 3
  433. CloPantsShortness = 4
  434. CloBimbo = 1
  435. elseif ARGS[1] = 77:
  436. CloQuality = 3
  437. CloThinness = 4
  438. CloTopCut = 3
  439. CloPantsShortness = 4
  440. CloStyle = 4
  441. elseif ARGS[1] = 78:
  442. CloQuality = 5
  443. CloThinness = 5
  444. CloTopCut = 1
  445. CloPantsShortness = 5
  446. elseif ARGS[1] = 79:
  447. CloQuality = 4
  448. CloThinness = 6
  449. CloTopCut = 1
  450. CloPantsShortness = 5
  451. CloBimbo = 1
  452. CloCoverTop = 2
  453. elseif ARGS[1] = 80:
  454. CloQuality = 5
  455. CloThinness = 6
  456. CloTopCut = 1
  457. CloPantsShortness = 5
  458. CloStyle = 4
  459. elseif ARGS[1] = 81:
  460. CloQuality = 3
  461. CloThinness = 5
  462. CloTopCut = 2
  463. CloPantsShortness = 5
  464. elseif ARGS[1] = 82:
  465. CloQuality = 3
  466. CloThinness = 3
  467. CloTopCut = 1
  468. CloPantsShortness = 5
  469. elseif ARGS[1] = 83:
  470. CloQuality = 4
  471. CloThinness = 4
  472. CloTopCut = 1
  473. CloPantsShortness = 5
  474. elseif ARGS[1] = 84:
  475. CloQuality = 3
  476. CloThinness = 4
  477. CloTopCut = 1
  478. CloPantsShortness = 5
  479. elseif ARGS[1] = 85:
  480. CloQuality = 5
  481. CloThinness = 5
  482. CloTopCut = 1
  483. CloPantsShortness = 5
  484. elseif ARGS[1] = 86:
  485. CloQuality = 4
  486. CloThinness = 2
  487. CloTopCut = 2
  488. CloPantsShortness = 5
  489. elseif ARGS[1] = 87:
  490. CloQuality = 4
  491. CloThinness = 3
  492. CloTopCut = 2
  493. CloPantsShortness = 5
  494. elseif ARGS[1] = 88:
  495. CloQuality = 4
  496. CloThinness = 4
  497. CloTopCut = 2
  498. CloPantsShortness = 5
  499. elseif ARGS[1] = 89:
  500. CloQuality = 4
  501. CloThinness = 5
  502. CloTopCut = 3
  503. CloPantsShortness = 5
  504. elseif ARGS[1] = 90:
  505. CloQuality = 4
  506. CloThinness = 6
  507. CloTopCut = 2
  508. CloPantsShortness = 5
  509. CloStyle = 4
  510. elseif ARGS[1] = 91:
  511. CloQuality = 4
  512. CloThinness = 3
  513. CloTopCut = 2
  514. CloPantsShortness = 5
  515. elseif ARGS[1] = 92:
  516. CloQuality = 4
  517. CloThinness = 5
  518. CloTopCut = 2
  519. CloPantsShortness = 5
  520. elseif ARGS[1] = 93:
  521. CloQuality = 4
  522. CloThinness = 4
  523. CloTopCut = 2
  524. CloPantsShortness = 5
  525. elseif ARGS[1] = 94:
  526. CloQuality = 3
  527. CloThinness = 3
  528. CloTopCut = 2
  529. CloPantsShortness = 5
  530. elseif ARGS[1] = 95:
  531. CloQuality = 4
  532. CloThinness = 3
  533. CloTopCut = 2
  534. CloPantsShortness = 5
  535. elseif ARGS[1] = 96:
  536. CloQuality = 3
  537. CloThinness = 6
  538. CloTopCut = 2
  539. CloPantsShortness = 5
  540. CloStyle = 4
  541. elseif ARGS[1] = 97:
  542. CloQuality = 4
  543. CloThinness = 5
  544. CloTopCut = 2
  545. CloPantsShortness = 5
  546. CloStyle = 4
  547. elseif ARGS[1] = 98:
  548. CloQuality = 4
  549. CloThinness = 5
  550. CloTopCut = 2
  551. CloPantsShortness = 5
  552. elseif ARGS[1] = 99:
  553. CloQuality = 3
  554. CloThinness = 6
  555. CloTopCut = 2
  556. CloPantsShortness = 5
  557. CloStyle = 4
  558. CloCoverTop = 2
  559. elseif ARGS[1] = 100:
  560. CloQuality = 3
  561. CloThinness = 6
  562. CloTopCut = 2
  563. CloPantsShortness = 5
  564. CloStyle = 4
  565. CloCoverTop = 3
  566. elseif ARGS[1] = 101:
  567. CloQuality = 3
  568. CloThinness = 6
  569. CloTopCut = 2
  570. CloPantsShortness = 5
  571. CloStyle = 4
  572. CloCoverTop = 3
  573. elseif ARGS[1] = 102:
  574. CloQuality = 3
  575. CloThinness = 4
  576. CloTopCut = 2
  577. CloPantsShortness = 5
  578. elseif ARGS[1] = 103:
  579. CloQuality = 3
  580. CloThinness = 4
  581. CloTopCut = 2
  582. CloPantsShortness = 5
  583. elseif ARGS[1] = 104:
  584. CloQuality = 3
  585. CloThinness = 6
  586. CloTopCut = 2
  587. CloPantsShortness = 5
  588. CloStyle = 4
  589. elseif ARGS[1] = 105:
  590. CloQuality = 3
  591. CloThinness = 5
  592. CloTopCut = 2
  593. CloPantsShortness = 5
  594. CloStyle = 4
  595. elseif ARGS[1] = 106:
  596. CloQuality = 4
  597. CloThinness = 5
  598. CloTopCut = 2
  599. CloPantsShortness = 5
  600. elseif ARGS[1] = 107:
  601. CloQuality = 3
  602. CloThinness = 6
  603. CloTopCut = 3
  604. CloPantsShortness = 5
  605. CloStyle = 4
  606. elseif ARGS[1] = 108:
  607. CloQuality = 3
  608. CloThinness = 6
  609. CloTopCut = 2
  610. CloPantsShortness = 5
  611. CloStyle = 4
  612. CloCoverTop = 2
  613. elseif ARGS[1] = 109:
  614. CloQuality = 3
  615. CloThinness = 6
  616. CloTopCut = 2
  617. CloPantsShortness = 5
  618. CloStyle = 4
  619. CloCoverTop = 1
  620. elseif ARGS[1] = 110:
  621. CloQuality = 3
  622. CloThinness = 5
  623. CloTopCut = 2
  624. CloPantsShortness = 5
  625. elseif ARGS[1] = 111:
  626. CloQuality = 3
  627. CloThinness = 5
  628. CloTopCut = 2
  629. CloPantsShortness = 5
  630. elseif ARGS[1] = 112:
  631. CloQuality = 3
  632. CloThinness = 4
  633. CloTopCut = 2
  634. CloPantsShortness = 5
  635. elseif ARGS[1] = 113:
  636. CloQuality = 3
  637. CloThinness = 6
  638. CloTopCut = 3
  639. CloPantsShortness = 5
  640. elseif ARGS[1] = 114:
  641. CloQuality = 3
  642. CloThinness = 4
  643. CloTopCut = 3
  644. CloPantsShortness = 5
  645. elseif ARGS[1] = 115:
  646. CloQuality = 3
  647. CloThinness = 4
  648. CloTopCut = 3
  649. CloPantsShortness = 5
  650. elseif ARGS[1] = 116:
  651. CloQuality = 5
  652. CloThinness = 5
  653. CloTopCut = 3
  654. CloPantsShortness = 5
  655. elseif ARGS[1] = 117:
  656. CloQuality = 4
  657. CloThinness = 5
  658. CloTopCut = 3
  659. CloPantsShortness = 5
  660. CloStyle = 4
  661. elseif ARGS[1] = 118:
  662. CloQuality = 3
  663. CloThinness = 4
  664. CloTopCut = 2
  665. CloPantsShortness = 5
  666. elseif ARGS[1] = 119:
  667. CloQuality = 3
  668. CloThinness = 4
  669. CloTopCut = 3
  670. CloPantsShortness = 5
  671. elseif ARGS[1] = 120:
  672. CloQuality = 3
  673. CloThinness = 4
  674. CloTopCut = 3
  675. CloPantsShortness = 5
  676. elseif ARGS[1] = 121:
  677. CloQuality = 3
  678. CloThinness = 5
  679. CloTopCut = 3
  680. CloPantsShortness = 5
  681. elseif ARGS[1] = 122:
  682. CloQuality = 3
  683. CloThinness = 5
  684. CloTopCut = 3
  685. CloPantsShortness = 5
  686. CloStyle = 4
  687. elseif ARGS[1] = 123:
  688. CloQuality = 3
  689. CloThinness = 5
  690. CloTopCut = 3
  691. CloPantsShortness = 5
  692. CloStyle = 4
  693. elseif ARGS[1] = 124:
  694. CloQuality = 3
  695. CloThinness = 4
  696. CloTopCut = 3
  697. CloPantsShortness = 5
  698. elseif ARGS[1] = 125:
  699. CloQuality = 3
  700. CloThinness = 5
  701. CloTopCut = 3
  702. CloPantsShortness = 5
  703. elseif ARGS[1] = 126:
  704. CloQuality = 3
  705. CloThinness = 4
  706. CloTopCut = 3
  707. CloPantsShortness = 5
  708. elseif ARGS[1] = 127:
  709. CloQuality = 4
  710. CloThinness = 4
  711. CloTopCut = 2
  712. CloPantsShortness = 5
  713. elseif ARGS[1] = 128:
  714. CloQuality = 3
  715. CloThinness = 5
  716. CloTopCut = 3
  717. CloPantsShortness = 5
  718. elseif ARGS[1] = 129:
  719. CloQuality = 3
  720. CloThinness = 4
  721. CloTopCut = 3
  722. CloPantsShortness = 5
  723. elseif ARGS[1] = 130:
  724. CloQuality = 4
  725. CloThinness = 5
  726. CloTopCut = 3
  727. CloPantsShortness = 5
  728. CloBimbo = 1
  729. CloStyle = 4
  730. elseif ARGS[1] = 131:
  731. CloQuality = 3
  732. CloThinness = 5
  733. CloTopCut = 3
  734. CloPantsShortness = 5
  735. elseif ARGS[1] = 132:
  736. CloQuality = 4
  737. CloThinness = 4
  738. CloTopCut = 3
  739. CloPantsShortness = 5
  740. elseif ARGS[1] = 133:
  741. CloQuality = 4
  742. CloThinness = 4
  743. CloTopCut = 3
  744. CloPantsShortness = 5
  745. elseif ARGS[1] = 134:
  746. CloQuality = 3
  747. CloThinness = 5
  748. CloTopCut = 3
  749. CloPantsShortness = 5
  750. CloBimbo = 1
  751. CloStyle = 4
  752. elseif ARGS[1] = 135:
  753. CloQuality = 3
  754. CloThinness = 5
  755. CloTopCut = 3
  756. CloPantsShortness = 5
  757. CloStyle = 4
  758. elseif ARGS[1] = 136:
  759. CloQuality = 3
  760. CloThinness = 4
  761. CloBra = 1
  762. CloPantsShortness = 5
  763. CloBimbo = 1
  764. CloStyle = 4
  765. elseif ARGS[1] = 137:
  766. CloQuality = 4
  767. CloThinness = 5
  768. CloTopCut = 3
  769. CloPantsShortness = 5
  770. elseif ARGS[1] = 138:
  771. CloQuality = 3
  772. CloThinness = 4
  773. CloTopCut = 3
  774. CloPantsShortness = 5
  775. CloStyle = 4
  776. elseif ARGS[1] = 139:
  777. CloQuality = 3
  778. CloThinness = 4
  779. CloTopCut = 3
  780. CloPantsShortness = 5
  781. CloStyle = 4
  782. elseif ARGS[1] = 140:
  783. CloQuality = 3
  784. CloThinness = 5
  785. CloTopCut = 3
  786. CloPantsShortness = 5
  787. CloStyle = 4
  788. elseif ARGS[1] = 141:
  789. CloQuality = 5
  790. CloThinness = 4
  791. CloTopCut = 4
  792. CloPantsShortness = 5
  793. CloBimbo = 1
  794. elseif ARGS[1] = 142:
  795. CloQuality = 3
  796. CloThinness = 4
  797. CloTopCut = 4
  798. CloPantsShortness = 5
  799. CloStyle = 4
  800. elseif ARGS[1] = 143:
  801. CloQuality = 3
  802. CloThinness = 4
  803. CloTopCut = 4
  804. CloPantsShortness = 5
  805. CloBimbo = 1
  806. elseif ARGS[1] = 144:
  807. CloQuality = 3
  808. CloThinness = 5
  809. CloTopCut = 4
  810. CloPantsShortness = 5
  811. CloStyle = 4
  812. elseif ARGS[1] = 145:
  813. CloQuality = 3
  814. CloThinness = 5
  815. CloTopCut = 4
  816. CloPantsShortness = 5
  817. CloStyle = 4
  818. elseif ARGS[1] = 146:
  819. CloQuality = 3
  820. CloThinness = 5
  821. CloTopCut = 4
  822. CloPantsShortness = 5
  823. CloStyle = 4
  824. elseif ARGS[1] = 147:
  825. CloQuality = 3
  826. CloThinness = 5
  827. CloBra = 1
  828. CloPantsShortness = 5
  829. CloStyle = 4
  830. elseif ARGS[1] = 148:
  831. CloQuality = 3
  832. CloThinness = 4
  833. CloBra = 1
  834. CloPantsShortness = 5
  835. elseif ARGS[1] = 149:
  836. CloQuality = 3
  837. CloThinness = 6
  838. CloBra = 1
  839. CloPantsShortness = 5
  840. CloStyle = 4
  841. elseif ARGS[1] = 150:
  842. CloQuality = 3
  843. CloThinness = 4
  844. CloTopCut = 4
  845. CloPantsShortness = 5
  846. CloStyle = 4
  847. elseif ARGS[1] = 151:
  848. CloQuality = 3
  849. CloThinness = 5
  850. CloTopCut = 4
  851. CloPantsShortness = 5
  852. CloStyle = 4
  853. CloCoverTop = 2
  854. elseif ARGS[1] = 152:
  855. CloQuality = 3
  856. CloThinness = 5
  857. CloBra = 1
  858. CloPantsShortness = 5
  859. CloStyle = 4
  860. elseif ARGS[1] = 153:
  861. CloQuality = 3
  862. CloThinness = 4
  863. CloTopCut = 1
  864. CloPantsShortness = 6
  865. CloBimbo = 1
  866. elseif ARGS[1] = 154:
  867. CloQuality = 5
  868. CloThinness = 4
  869. CloTopCut = 2
  870. CloPantsShortness = 6
  871. elseif ARGS[1] = 155:
  872. CloQuality = 3
  873. CloThinness = 5
  874. CloTopCut = 4
  875. CloPantsShortness = 6
  876. CloBimbo = 1
  877. CloStyle = 4
  878. elseif ARGS[1] = 156:
  879. CloQuality = 3
  880. CloThinness = 4
  881. CloTopCut = 2
  882. CloPantsShortness = 6
  883. CloBimbo = 1
  884. CloStyle = 4
  885. elseif ARGS[1] = 157:
  886. CloQuality = 4
  887. CloThinness = 5
  888. CloBra = 1
  889. CloPantsShortness = 6
  890. CloStyle = 4
  891. elseif ARGS[1] = 158:
  892. CloQuality = 3
  893. CloThinness = 4
  894. CloTopCut = 3
  895. CloPantsShortness = 6
  896. CloBimbo = 1
  897. elseif ARGS[1] = 159:
  898. CloQuality = 4
  899. CloThinness = 5
  900. CloTopCut = 4
  901. CloPantsShortness = 6
  902. CloBimbo = 1
  903. CloStyle = 4
  904. elseif ARGS[1] = 160:
  905. CloQuality = 3
  906. CloThinness = 4
  907. CloBra = 1
  908. CloPantsShortness = 6
  909. CloBimbo = 1
  910. CloStyle = 4
  911. end
  912. --- $attributes_flamingos_outfits ---------------------------------