Fix cat & Add Latte

python-refactor
LostQuasar 7 months ago
parent f951e727be
commit f75e975bf3

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" xml:space="preserve" height="128">
<path
d="M43.64 101.628c-.417-.244-.776-.633-.88-1.119-.083-.387-.142-.819.044-1.182.162-.314.524-.482.868-.484.24-.001.459.117.655.259.213.155.288.426.325.673.012.079-.002-.105 0-.145.032-.454.38-.9.84-.958.22-.028.412.12.541.28.124.155.257.313.304.51.053.222.064.453.039.678-.04.364-.304.661-.602.85-.342.217-.706.439-.918.795-.15.251-.25.532-.304.817-.012.06-.006.106-.06.03-.228-.323-.455-.654-.75-.92a1.141 1.141 0 00-.102-.084z"
transform="matrix(-3.39402 0 0 -1.61386 197.135 261.571)" fill="#c2beb1" stroke="#c2beb1" stroke-width=".183"
stroke-linecap="round" stroke-linejoin="round" />
</svg>

After

Width:  |  Height:  |  Size: 702 B

@ -0,0 +1,4 @@
file = "mouth/downturned.svg"
scale = 1
rotate = -2
translate = [7, -11]

@ -0,0 +1,4 @@
file = "mouth/upset.svg"
scale = 1
rotate = -2
translate = [7, -11]

@ -0,0 +1,4 @@
file = "mouth/w_mouth.svg"
scale = 1
rotate = -2
translate = [7, -11]

@ -1,30 +1,35 @@
cup_empty = ["holding/cup_lower.toml", "hand/right_lower.toml"]
cup_coffee = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/liquid.svg", "holding/cup_liquid/coffee_color.toml", "hand/right.svg"]
cup_hot_coco = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/liquid.svg", "holding/cup_liquid/hot_coco_color.toml", "hand/right.svg"]
knife = ["holding/knife.svg", "hand/left.svg"]
knife_right = ["holding/knife_right.toml", "hand/right.svg"]
egg = ["holding/egg.svg"]
blanket_fox = ["overlay/blanket.svg", "overlay/blanket_ear/fox.svg"]
arctic = ["colors/arcticfox.toml"]
red_fox = ["colors/fox.toml"]
fox_color = ["colors/fox.toml"]
fox_fur = ["fur/fox/base.svg"] fox_fur = ["fur/fox/base.svg"]
fox_pat = ["fur/fox/pat.svg"] fox_pat = ["fur/fox/pat.svg"]
fox_snug = ["fur/fox/snug.svg"] fox_snug = ["fur/fox/snug.svg"]
arctic_fox = ["colors/arcticfox.toml"]
red_fox = ["colors/fox.toml"]
fox_face_base = ["eyes/left/base.svg", "eyes/right/base.svg", "nose/base.svg", "mouth/w_mouth.svg"]
fox_blush = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/base.svg", "mouth/downturned.svg", "overlay/blush.svg"]
fox_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/happy.svg", "mouth/w_mouth.svg"]
fox_shock = ["eyes/left/small.svg", "eyes/right/small.svg", "nose/no_outline.svg", "mouth/w_mouth.svg"]
fox_upset = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/upset.svg"]
fox_upset_mild = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/downturned.svg"]
fox_evil = ["eyes/left/evil.svg", "eyes/right/evil.svg", "nose/evil.svg", "mouth/w_mouth.svg"]
fox_aww = ["eyes/left/aww.svg", "eyes/right/aww.svg", "nose/aww.svg", "mouth/w_mouth.svg"]
fox_snug_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/happy.svg"]
fox_snug_aww = ["eyes/left/aww.svg", "eyes/right/aww.svg", "nose/aww.svg"]
fox_blanket = ["overlay/blanket.svg", "overlay/blanket_ear/fox.svg"]
face_base = ["eyes/left/base.svg", "eyes/right/base.svg", "nose/base.svg", "mouth/w_mouth.svg"] cat_fur = ["fur/cat/base.svg"]
blush = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/base.svg", "mouth/downturned.svg", "overlay/blush.svg"] cat_pat = ["fur/fox/pat.svg"]
happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/happy.svg", "mouth/w_mouth.svg"] #cat_snug = ["fur/fox/snug.svg"] DOES NOT EXIST
shock = ["eyes/left/small.svg", "eyes/right/small.svg", "nose/no_outline.svg", "mouth/w_mouth.svg"] yellow_cat = ["colors/cat.toml"]
upset = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/upset.svg"] cat_face_base = ["eyes/left/base.svg", "eyes/right/base.svg", "mouth/cat_w_mouth.toml"]
upset_mild = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/downturned.svg"] cat_blush = ["eyes/left/squint.svg", "eyes/right/squint.svg", "mouth/downturned.svg", "overlay/blush.svg"]
evil = ["eyes/left/evil.svg", "eyes/right/evil.svg", "nose/evil.svg", "mouth/w_mouth.svg"] cat_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "mouth/cat_w_mouth.toml"]
aww = ["eyes/left/aww.svg", "eyes/right/aww.svg", "nose/aww.svg", "mouth/w_mouth.svg"] cat_shock = ["eyes/left/small.svg", "eyes/right/small.svg", "mouth/cat_w_mouth.toml"]
snug_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/happy.svg"] cat_upset = ["eyes/left/squint.svg", "eyes/right/squint.svg", "mouth/cat_upset.toml"]
snug_aww = ["eyes/left/aww.svg", "eyes/right/aww.svg", "nose/aww.svg"] cat_upset_mild = ["eyes/left/squint.svg", "eyes/right/squint.svg", "mouth/cat_downturned.toml"]
eyes_base = ["eyes/left/base.svg", "eyes/right/base.svg"] cat_evil = ["eyes/left/evil.svg", "eyes/right/evil.svg", "mouth/cat_w_mouth.toml"]
cat_aww = ["eyes/left/aww.svg", "eyes/right/aww.svg", "mouth/cat_w_mouth.toml"]
cat_snug_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg"]
cat_snug_aww = ["eyes/left/aww.svg", "eyes/right/aww.svg"]
cat_blanket = ["overlay/blanket.svg", "overlay/blanket_ear/cat.svg"]
holding_heart = ["hand/big_left.svg", "hand/big_right.svg"] holding_heart = ["hand/big_left.svg", "hand/big_right.svg"]
@ -37,7 +42,15 @@ pan_heart = ["holding/hearts/pan.svg"]
pride_heart = ["holding/hearts/progress.svg"] pride_heart = ["holding/hearts/progress.svg"]
red_heart = ["holding/hearts/heart.svg"] red_heart = ["holding/hearts/heart.svg"]
trans_heart = ["holding/hearts/trans.svg"] trans_heart = ["holding/hearts/trans.svg"]
cup_empty = ["holding/cup_lower.toml", "hand/right_lower.toml"]
cup_coffee = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/liquid.svg", "holding/cup_liquid/coffee_color.toml", "hand/right.svg"]
cup_latte = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/liquid.svg", "holding/cup_liquid/latte_color.toml", "holding/cup_liquid/latte_heart.svg", "hand/right.svg"]
cup_hot_coco = ["overlay/steam.svg","holding/cup.svg","holding/cup_liquid/liquid.svg", "holding/cup_liquid/hot_coco_color.toml", "hand/right.svg"]
knife = ["holding/knife.svg", "hand/left.svg"]
knife_right = ["holding/knife_right.toml", "hand/right.svg"]
egg = ["holding/egg.svg"]
eyes_base = ["eyes/left/base.svg", "eyes/right/base.svg"]
pat_blush = ["overlay/blush_pat.toml"] pat_blush = ["overlay/blush_pat.toml"]
squint_eyes = ["eyes/left/squint.svg", "eyes/right/squint.svg"] squint_eyes = ["eyes/left/squint.svg", "eyes/right/squint.svg"]
extra_blush = ["overlay/more_blush.svg"] extra_blush = ["overlay/more_blush.svg"]

@ -1,26 +1,75 @@
arctic_blush = ["arctic", "fox_fur", "blush"] arctic_fox_blush = ["arctic_fox", "fox_fur", "fox_blush"]
arctic_extra_blush = ["arctic", "fox_fur", "squint_eyes", "extra_blush"] arctic_fox_extra_blush = ["arctic_fox", "fox_fur", "squint_eyes", "extra_blush"]
arctic_happy = ["arctic", "fox_fur", "happy"] arctic_fox_happy = ["arctic_fox", "fox_fur", "fox_happy"]
arctic_shock = ["arctic", "fox_fur", "shock", "knife_right"] arctic_fox_shock = ["arctic_fox", "fox_fur", "fox_shock", "knife_right"]
arctic_upset = ["arctic", "fox_fur", "upset"] arctic_fox_upset = ["arctic_fox", "fox_fur", "fox_upset"]
arctic_upset_mild = ["arctic", "fox_fur", "upset_mild"] arctic_fox_upset_mild = ["arctic_fox", "fox_fur", "fox_upset_mild"]
arctic_evil = ["arctic", "fox_fur", "evil"] arctic_fox_evil = ["arctic_fox", "fox_fur", "fox_evil"]
arctic_aww = ["arctic", "fox_fur", "aww"] arctic_fox_aww = ["arctic_fox", "fox_fur", "fox_aww"]
arctic_egg = ["arctic", "fox_fur", "eyes_base", "egg", "holding_heart"] arctic_fox_egg = ["arctic_fox", "fox_fur", "eyes_base", "egg", "holding_heart"]
arctic_blanket = ["arctic", "fox_fur", "aww", "blanket_fox", "base_blush"] arctic_fox_blanket = ["arctic_fox", "fox_fur", "fox_aww", "fox_blanket", "base_blush"]
arctic_evil_knife = ["arctic", "fox_fur", "evil", "knife"] arctic_fox_evil_knife = ["arctic_fox", "fox_fur", "fox_evil", "knife"]
arctic_snug_aww = ["arctic", "fox_snug", "snug_aww"] arctic_fox_snug_aww = ["arctic_fox", "fox_snug", "fox_snug_aww"]
arctic_snug_happy = ["arctic", "fox_snug", "snug_happy", "base_blush"] arctic_fox_snug_happy = ["arctic_fox", "fox_snug", "fox_snug_happy", "base_blush"]
arctic_fox_blue_heart = ["arctic_fox", "fox_fur", "eyes_base", "blue_heart", "holding_heart"]
arctic_fox_red_heart = ["arctic_fox", "fox_fur", "eyes_base", "red_heart", "holding_heart"]
arctic_fox_ace_heart = ["arctic_fox", "fox_fur", "eyes_base", "ace_heart", "holding_heart"]
arctic_fox_agender_heart = ["arctic_fox", "fox_fur", "eyes_base", "agender_heart", "holding_heart"]
arctic_fox_demi_heart = ["arctic_fox", "fox_fur", "eyes_base", "demi_heart", "holding_heart"]
arctic_fox_enby_heart = ["arctic_fox", "fox_fur", "eyes_base", "enby_heart", "holding_heart"]
arctic_fox_trans_heart = ["arctic_fox", "fox_fur", "eyes_base", "trans_heart", "holding_heart"]
arctic_fox_coffee_happy = ["arctic_fox", "fox_fur", "fox_happy", "cup_coffee"]
arctic_fox_coffee = ["arctic_fox", "fox_fur", "fox_face_base", "cup_coffee"]
arctic_fox_latte = ["arctic_fox", "fox_fur", "fox_face_base", "cup_latte"]
arctic_fox_hot_coco = ["arctic_fox", "fox_fur", "fox_face_base", "cup_hot_coco"]
arctic_fox_no_coffee = ["arctic_fox", "fox_fur", "fox_upset_mild", "cup_empty"]
arctic_blue_heart = ["arctic", "fox_fur", "eyes_base", "blue_heart", "holding_heart"] red_fox_blush = ["red_fox", "fox_fur", "fox_blush"]
arctic_red_heart = ["arctic", "fox_fur", "eyes_base", "red_heart", "holding_heart"] red_fox_extra_blush = ["red_fox", "fox_fur", "squint_eyes", "extra_blush"]
arctic_ace_heart = ["arctic", "fox_fur", "eyes_base", "ace_heart", "holding_heart"] red_fox_happy = ["red_fox", "fox_fur", "fox_happy"]
arctic_agender_heart = ["arctic", "fox_fur", "eyes_base", "agender_heart", "holding_heart"] red_fox_shock = ["red_fox", "fox_fur", "fox_shock", "knife_right"]
arctic_demi_heart = ["arctic", "fox_fur", "eyes_base", "demi_heart", "holding_heart"] red_fox_upset = ["red_fox", "fox_fur", "fox_upset"]
arctic_enby_heart = ["arctic", "fox_fur", "eyes_base", "enby_heart", "holding_heart"] red_fox_upset_mild = ["red_fox", "fox_fur", "fox_upset_mild"]
arctic_trans_heart = ["arctic", "fox_fur", "eyes_base", "trans_heart", "holding_heart"] red_fox_evil = ["red_fox", "fox_fur", "fox_evil"]
red_fox_aww = ["red_fox", "fox_fur", "fox_aww"]
red_fox_egg = ["red_fox", "fox_fur", "eyes_base", "egg", "holding_heart"]
red_fox_blanket = ["red_fox", "fox_fur", "fox_aww", "fox_blanket", "base_blush"]
red_fox_evil_knife = ["red_fox", "fox_fur", "fox_evil", "knife"]
red_fox_snug_aww = ["red_fox", "fox_snug", "fox_snug_aww"]
red_fox_snug_happy = ["red_fox", "fox_snug", "fox_snug_happy", "base_blush"]
red_fox_blue_heart = ["red_fox", "fox_fur", "eyes_base", "blue_heart", "holding_heart"]
red_fox_red_heart = ["red_fox", "fox_fur", "eyes_base", "red_heart", "holding_heart"]
red_fox_ace_heart = ["red_fox", "fox_fur", "eyes_base", "ace_heart", "holding_heart"]
red_fox_agender_heart = ["red_fox", "fox_fur", "eyes_base", "agender_heart", "holding_heart"]
red_fox_demi_heart = ["red_fox", "fox_fur", "eyes_base", "demi_heart", "holding_heart"]
red_fox_enby_heart = ["red_fox", "fox_fur", "eyes_base", "enby_heart", "holding_heart"]
red_fox_trans_heart = ["red_fox", "fox_fur", "eyes_base", "trans_heart", "holding_heart"]
red_fox_coffee_happy = ["red_fox", "fox_fur", "fox_happy", "cup_coffee"]
red_fox_coffee = ["red_fox", "fox_fur", "fox_face_base", "cup_coffee"]
red_fox_hot_coco = ["red_fox", "fox_fur", "fox_face_base", "cup_hot_coco"]
red_fox_no_coffee = ["red_fox", "fox_fur", "fox_upset_mild", "cup_empty"]
arctic_coffee_happy = ["arctic", "fox_fur", "happy", "cup_coffee"] cat_blush = ["yellow_cat", "cat_fur", "cat_blush"]
arctic_coffee = ["arctic", "fox_fur", "face_base", "cup_coffee"] cat_extra_blush = ["yellow_cat", "cat_fur", "squint_eyes", "extra_blush"]
arctic_hot_coco = ["arctic", "fox_fur", "face_base", "cup_hot_coco"] cat_happy = ["yellow_cat", "cat_fur", "cat_happy"]
arctic_no_coffee = ["arctic", "fox_fur", "upset_mild", "cup_empty"] cat_shock = ["yellow_cat", "cat_fur", "cat_shock", "knife_right"]
cat_upset = ["yellow_cat", "cat_fur", "cat_upset"]
cat_upset_mild = ["yellow_cat", "cat_fur", "cat_upset_mild"]
cat_evil = ["yellow_cat", "cat_fur", "cat_evil"]
cat_aww = ["yellow_cat", "cat_fur", "cat_aww"]
cat_egg = ["yellow_cat", "cat_fur", "eyes_base", "egg", "holding_heart"]
cat_blanket = ["yellow_cat", "cat_fur", "cat_aww", "cat_blanket", "base_blush"]
cat_evil_knife = ["yellow_cat", "cat_fur", "cat_evil", "knife"]
#cat_snug_aww = ["yellow_cat", "cat_snug", "cat_snug_aww"] DOES NOT EXIST
#cat_snug_happy = ["yellow_cat", "cat_snug", "cat_snug_happy", "base_blush"] DOESNOT EXIST
cat_blue_heart = ["yellow_cat", "cat_fur", "eyes_base", "blue_heart", "holding_heart"]
cat_red_heart = ["yellow_cat", "cat_fur", "eyes_base", "red_heart", "holding_heart"]
cat_ace_heart = ["yellow_cat", "cat_fur", "eyes_base", "ace_heart", "holding_heart"]
cat_agender_heart = ["yellow_cat", "cat_fur", "eyes_base", "agender_heart", "holding_heart"]
cat_demi_heart = ["yellow_cat", "cat_fur", "eyes_base", "demi_heart", "holding_heart"]
cat_enby_heart = ["yellow_cat", "cat_fur", "eyes_base", "enby_heart", "holding_heart"]
cat_trans_heart = ["yellow_cat", "cat_fur", "eyes_base", "trans_heart", "holding_heart"]
cat_coffee_happy = ["yellow_cat", "cat_fur", "cat_happy", "cup_coffee"]
cat_coffee = ["yellow_cat", "cat_fur", "cat_face_base", "cup_coffee"]
cat_hot_coco = ["yellow_cat", "cat_fur", "cat_face_base", "cup_hot_coco"]
cat_no_coffee = ["yellow_cat", "cat_fur", "cat_upset_mild", "cup_empty"]
Loading…
Cancel
Save