_attributes_alternative.qsrc 15 KB

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