# option=base,head,portrait
# base is the folder in /images/avatar
# head is the png in /images/avatar/[base]
# portrait is the png in /images/portraits
option=male,head_short,male01
option=male,head_short,male02
option=male,head_hood,male03
option=male,head_short,male04
option=male,head_short,male05
option=male,head_short,male06
option=male,head_short,male07
option=male,head_short,male08
option=male,head_short,male09
option=male,head_short,male10
option=male,head_short,male11
option=male,head_bald,male12
option=male,head_short,male13
option=male,head_bald,male14
option=male,head_short,male15
option=male,head_short,male16
option=male,head_short,male17
option=male,head_short,male18
option=male,head_short,male19
option=male,head_hood,male20

option=female,head_long,female01
option=female,head_long,female02
option=female,head_long,female03
option=female,head_long,female04
option=female,head_long,female05
option=female,head_long,female06
option=female,head_long,female07
option=female,head_long,female08
option=female,head_long,female09

# layer=type,x,y,w,h

# assuming the hero is right-handed, we know the layer z-order
# copy the furthest hand first
# row 0,1 main hand
layer=main,0,0,4096,256
# row 6,7 main hand
layer=main,0,768,4096,256
# row 2-5 off hand
layer=off,0,256,4096,512
# copy the head in the middle
# head
layer=head,0,0,4096,1024
# copy the closest hand last
# row 0,1 off hand
layer=off,0,0,4096,256
# row 6,7 off hand
layer=off,0,768,4096,256
# row 2-5 main hand
layer=main,0,256,4096,512

