123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- # $attrib_shoe_pussy
- if ARGS[1] = 1:
- ShoQuality = 4
- ShoHeels = 3
- ShoCut = 1
- elseif ARGS[1] = 2:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 2
- elseif ARGS[1] = 3:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 1
- ShoStyle = 1
- elseif ARGS[1] = 4:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 5:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 1
- ShoStyle = 1
- elseif ARGS[1] = 6:
- ShoQuality = 4
- ShoHeels = 1
- ShoCut = 1
- ShoStyle = 2
- elseif ARGS[1] = 7:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 8:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 9:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 10:
- ShoQuality = 5
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 11:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 2
- elseif ARGS[1] = 12:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 5
- ShoStyle = 1
- elseif ARGS[1] = 13:
- ShoQuality = 5
- ShoHeels = 1
- ShoCut = 2
- elseif ARGS[1] = 14:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 2
- elseif ARGS[1] = 15:
- ShoQuality = 3
- ShoHeels = 1
- ShoCut = 1
- elseif ARGS[1] = 16:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 17:
- ShoQuality = 5
- ShoHeels = 1
- ShoCut = 2
- ShoStyle = 3
- elseif ARGS[1] = 18:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 19:
- ShoQuality = 4
- ShoHeels = 1
- ShoCut = 1
- elseif ARGS[1] = 20:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 2
- elseif ARGS[1] = 21:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 2
- elseif ARGS[1] = 22:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 2
- elseif ARGS[1] = 23:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- ShoStyle = 3
- elseif ARGS[1] = 24:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 25:
- ShoQuality = 4
- ShoHeels = 3
- ShoCut = 2
- elseif ARGS[1] = 26:
- ShoQuality = 3
- ShoHeels = 1
- ShoCut = 1
- elseif ARGS[1] = 27:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 5
- elseif ARGS[1] = 28:
- ShoQuality = 3
- ShoHeels = 2
- ShoCut = 1
- elseif ARGS[1] = 29:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 30:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 31:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 32:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 33:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 34:
- ShoQuality = 3
- ShoHeels = 4
- ShoCut = 1
- elseif ARGS[1] = 35:
- ShoQuality = 4
- ShoHeels = 3
- ShoCut = 2
- elseif ARGS[1] = 36:
- ShoQuality = 4
- ShoHeels = 2
- ShoCut = 2
- elseif ARGS[1] = 37:
- ShoQuality = 3
- ShoHeels = 3
- ShoCut = 2
- elseif ARGS[1] = 38:
- ShoQuality = 4
- ShoHeels = 4
- ShoCut = 2
- end
- --- $attrib_shoe_pussy ---------------------------------
|