123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- # $attributes_burlesque
- !Quality range is 2-6.
- if ARGS[1] = 1:
- CloQuality = 4
- CloThinness = 4
- CloTopCut = 2
- CloPantsShortness = 5
- CloExhibit = 25
- elseif ARGS[1] = 2:
- CloQuality = 4
- CloThinness = 5
- CloTopCut = 3
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 3:
- CloQuality = 3
- CloThinness = 4
- CloTopCut = 2
- CloSkirtShortness = 4
- CloExhibit = 25
- elseif ARGS[1] = 4:
- CloQuality = 4
- CloThinness = 4
- CloTopCut = 3
- CloPantsShortness = 5
- CloExhibit = 30
- elseif ARGS[1] = 5:
- CloQuality = 5
- CloThinness = 5
- CloTopCut = 2
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 6:
- CloQuality = 5
- CloThinness = 4
- CloTopCut = 2
- CloSkirtShortness = 2
- CloExhibit = 10
- elseif ARGS[1] = 7:
- CloQuality = 6
- CloThinness = 3
- CloTopCut = 3
- CloSkirtShortness = 1
- CloExhibit = 15
- elseif ARGS[1] = 8:
- CloQuality = 3
- CloThinness = 5
- CloTopCut = 4
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 9:
- CloQuality = 6
- CloThinness = 3
- CloTopCut = 2
- CloSkirtShortness = 1
- CloExhibit = 5
- elseif ARGS[1] = 10:
- CloQuality = 4
- CloThinness = 5
- CloTopCut = 3
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 11:
- CloQuality = 4
- CloThinness = 4
- CloTopCut = 2
- CloPantsShortness = 5
- CloExhibit = 25
- elseif ARGS[1] = 12:
- CloQuality = 4
- CloThinness = 4
- CloTopCut = 2
- CloPantsShortness = 5
- CloExhibit = 25
- elseif ARGS[1] = 13:
- CloQuality = 4
- CloThinness = 5
- CloTopCut = 2
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 14:
- CloQuality = 6
- CloThinness = 4
- CloTopCut = 2
- CloSkirtShortness = 4
- CloExhibit = 25
- elseif ARGS[1] = 15:
- CloQuality = 5
- CloThinness = 4
- CloTopCut = 2
- CloSkirtShortness = 5
- CloExhibit = 35
- elseif ARGS[1] = 16:
- CloQuality = 3
- CloThinness = 5
- CloTopCut = 2
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 17:
- CloQuality = 4
- CloThinness = 5
- CloTopCut = 2
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 18:
- CloQuality = 3
- CloThinness = 5
- CloTopCut = 3
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 19:
- CloQuality = 3
- CloThinness = 5
- CloTopCut = 3
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 20:
- CloQuality = 4
- CloThinness = 5
- CloTopCut = 2
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 21:
- CloQuality = 2
- CloThinness = 5
- CloTopCut = 3
- CloPanties = 1
- CloExhibit = 25
- elseif ARGS[1] = 22:
- CloQuality = 4
- CloThinness = 5
- CloTopCut = 2
- CloPanties = 1
- CloExhibit = 25
- end
- --- $attributes_burlesque ---------------------------------
|