Update blobfox templates

feat/template
Shad Amethyst 2 years ago
parent 05a5fd91f0
commit 8eb66abf33
Signed by: amethyst
GPG Key ID: D970C8DD1D6DEE36

@ -5,7 +5,7 @@ name = "blobfox"
base = ["body-basic", "eyes-basic", "mouth-w"]
happy = ["body-basic", "eyes-happy", "mouth-w"]
evil = ["body-basic", "eyes-evil", "mouth-w"]
owo = ["body-basic", "ear-owo", "eyes-happy", "mouth-w"]
owo = ["body-basic", "ear-owo", "eyes-owo", "mouth-w"]
"3c" = ["body-basic", "eyes-basic", "mouth-w", "hand-3c", "left-hand"]
"3c_evil" = ["body-basic", "eyes-evil", "mouth-w", "hand-3c", "left-hand"]
@ -16,10 +16,11 @@ boop_owo = ["body-basic", "ear-owo", "boop", "eyes-owo", "mouth-w"]
reach = ["body-basic", "eyes-basic", "mouth-w", "hands-reach", "left-hand", "right-hand"]
reach_aww = ["body-basic", "eyes-aww", "mouth-w", "hands-reach", "left-hand", "right-hand"]
reach_owo = ["body-basic", "ear-owo", "eyes-owo", "mouth-w", "hands-reach", "left-hand", "right-hand"]
snug = ["body-snug", "eyes-happy", "tail"]
snug_aww = ["body-snug", "eyes-aww", "tail"]
snug_owo = ["body-snug", "ear-owo", "eyes-owo", "tail"]
snug_boop_owo = ["body-snug", "ear-owo", "eyes-owo", "tail", "boop"]
stabby = ["body-basic", "prop", "eyes-evil", "mouth-w", "hand-3c", "left-hand"]
stabby = ["body-basic", "holding", "eyes-evil", "mouth-w", "hand-3c", "left-hand"]

@ -1,8 +0,0 @@
<g id="base">
{{#boop_owo}}#left-ear{{/boop_owo}}
{{#boop_owo}}#left-ear-fluff{{/boop_owo}}
{{#base}}#body{{/base}}
{{#base}}#hair{{/base}}
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}
</g>

@ -1,7 +0,0 @@
<g id="base">
{{#base}}#left-ear{{/base}}
{{#base}}#body{{/base}}
{{#base}}#hair{{/base}}
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}
</g>

@ -0,0 +1,15 @@
{{! Left ear }}
{{#tags.ear-owo}}
{{#boop_owo}}#left-ear{{/boop_owo}}
{{#boop_owo}}#left-ear-fluff{{/boop_owo}}
{{/tags.ear-owo}}
{{^tags.ear-owo}}
{{#base}}#left-ear{{/base}}
{{/tags.ear-owo}}
{{#base}}#body{{/base}}
{{#base}}#hair{{/base}}
{{! Right ear }}
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}

@ -1,17 +1,21 @@
<g id="base-snug">
<g id="body-snug">
{{! TODO: owo ear }}
{{#snug}}#left-ear{{/snug}}
{{#snug}}#body{{/snug}}
{{#snug}}#hair{{/snug}}
{{#snug}}#right-ear{{/snug}}
{{#snug}}#right-ear-fluff{{/snug}}
{{! TODO: update to the latest standard }}
<!--<g id="old">
{{#snug}}#left-ear{{/snug}}
{{#snug}}#right-ear{{/snug}}
{{#snug}}#right-ear-fluff{{/snug}}
{{#snug}}#body{{/snug}}
</g>-->
<!--<g id="new" transform="scale(1 0.88) translate(0 2)">
{{#tags.tail}}
<g id="tail">
{{#snug}}#tail{{/snug}}
{{#snug}}#tail-outline{{/snug}}
</g>
{{/tags.tail}}
</g>
<!-- Following is a list of transforms to approximate the snug version using the base version
<g id="new" transform="scale(1 0.88) translate(0 2)">
<g id="left-ear" transform="rotate(5 6.6 5.5) translate(0 0.2) scale(1 1.2)">
{{#base}}#left-ear{{/base}}
</g>
@ -21,5 +25,5 @@
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}
</g>
</g>-->
</g>
</g>
-->

@ -0,0 +1,8 @@
<g id="body">
{{#tags.body-basic}}
{{>body-basic}}
{{/tags.body-basic}}
{{#tags.body-snug}}
{{>body-snug}}
{{/tags.body-snug}}
</g>

@ -1,2 +0,0 @@
{{! cf. base-extra }}
<g id="base-extra" />

@ -1,2 +0,0 @@
{{! Should be included after >base if there is no arm, object, etc. on the emote }}
<g id="base-feature" />

@ -1,2 +0,0 @@
{{! cf. base-extra }}
<g id="reach-extra" />

@ -1,4 +0,0 @@
<g id="eyes-aww">
{{#reach_aww}}#left-eye{{/reach_aww}}
{{#reach_aww}}#right-eye{{/reach_aww}}
</g>

@ -1,4 +0,0 @@
<g id="eyes-eveil">
{{#3c_evil}}#left-eye{{/3c_evil}}
{{#3c_evil}}#right-eye{{/3c_evil}}
</g>

@ -1,4 +0,0 @@
<g id="eyes-owo">
{{#boop_owo}}#left-eye{{/boop_owo}}
{{#boop_owo}}#right-eye{{/boop_owo}}
</g>

@ -1,4 +0,0 @@
<g id="eyes-snug">
{{#snug}}#left-eye{{/snug}}
{{#snug}}#right-eye{{/snug}}
</g>

@ -1,4 +1,22 @@
<g id="eyes">
{{#base}}#left-eye{{/base}}
{{#base}}#right-eye{{/base}}
{{#tags.eyes-basic}}
{{#base}}#left-eye{{/base}}
{{#base}}#right-eye{{/base}}
{{/tags.eyes-basic}}
{{#tags.eyes-owo}}
{{#boop_owo}}#left-eye{{/boop_owo}}
{{#boop_owo}}#right-eye{{/boop_owo}}
{{/tags.eyes-owo}}
{{#tags.eyes-happy}}
{{#snug}}#left-eye{{/snug}}
{{#snug}}#right-eye{{/snug}}
{{/tags.eyes-happy}}
{{#tags.eyes-aww}}
{{#reach_aww}}#left-eye{{/reach_aww}}
{{#reach_aww}}#right-eye{{/reach_aww}}
{{/tags.eyes-aww}}
{{#tags.eyes-evil}}
{{#3c_evil}}#left-eye{{/3c_evil}}
{{#3c_evil}}#right-eye{{/3c_evil}}
{{/tags.eyes-evil}}
</g>

@ -1 +0,0 @@
{{#3c_evil}}#left-hand{{/3c_evil}}

@ -1,9 +0,0 @@
<g id="hand-knife">
<g id="knife">
{{#knife}}#blade-back{{/knife}}
{{#knife}}#blade-front{{/knife}}
{{#knife}}#handle{{/knife}}
{{#knife}}#handle-screw{{/knife}}
</g>
{{#knife}}#left-hand{{/knife}}
</g>

@ -1,4 +0,0 @@
<g id="hands-reach">
{{#reach_aww}}#left-hand{{/reach_aww}}
{{#reach_aww}}#right-hand{{/reach_aww}}
</g>

@ -0,0 +1,15 @@
<g id="hands">
{{#tags.hands-reach}}
{{#reach_aww}}#left-hand{{/reach_aww}}
{{#reach_aww}}#right-hand{{/reach_aww}}
{{/tags.hands-reach}}
{{#tags.hand-3c}}
{{#tags.holding}}
{{#knife}}#left-hand{{/knife}}
{{/tags.holding}}
{{^tags.holding}}
{{! :3c hand }}
{{#3c_evil}}#left-hand{{/3c_evil}}
{{/tags.holding}}
{{/tags.hand-3c}}
</g>

@ -5,30 +5,5 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<!-- For some reason this makes krita give a nicer anti-alias over darker backgrounds -->
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="10.154753"
inkscape:cx="59.381059"
inkscape:cy="57.214585"
inkscape:window-width="1536"
inkscape:window-height="779"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
units="px"
inkscape:showpageshadow="2"
inkscape:deskcolor="#505050">
<inkscape:grid type="xygrid" id="grid10" />
</sodipodi:namedview>
<title>{{variant_name}}</title>
<g id="main">

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 389 B

@ -0,0 +1,6 @@
<g id="knife">
{{#knife}}#blade-back{{/knife}}
{{#knife}}#blade-front{{/knife}}
{{#knife}}#handle{{/knife}}
{{#knife}}#handle-screw{{/knife}}
</g>

@ -1 +0,0 @@
{{#base}}#mouth{{/base}}

@ -0,0 +1,3 @@
{{#tags.mouth-w}}
{{#base}}#mouth{{/base}}
{{/tags.mouth-w}}

@ -1,4 +0,0 @@
<g id="nose-aww">
{{#base}}#nose{{/base}}
{{#reach_aww}}#nose-outline{{/reach_aww}}
</g>

@ -1,4 +0,0 @@
<g id="nose-evil">
{{#3c_evil}}#nose-outline{{/3c_evil}}
{{#base}}#nose{{/base}}
</g>

@ -1,4 +0,0 @@
<g id="nose-owo">
{{#base}}#nose{{/base}}
{{#boop_owo}}#nose-outline{{/boop_owo}}
</g>

@ -1,4 +0,0 @@
<g id="nose-snug">
{{#snug}}#nose{{/snug}}
{{#snug}}#nose-outline{{/snug}}
</g>

@ -1,4 +1,16 @@
<g id="nose">
{{#base}}#nose-outline{{/base}}
{{#tags.eyes-basic}}
{{#base}}#nose-outline{{/base}}
{{/tags.eyes-basic}}
{{#tags.eyes-owo}}
{{#boop_owo}}#nose-outline{{/boop_owo}}
{{/tags.eyes-owo}}
{{#tags.eyes-aww}}
{{#reach_aww}}#nose-outline{{/reach_aww}}
{{/tags.eyes-aww}}
{{#tags.eyes-evil}}
{{#3c_evil}}#nose-outline{{/3c_evil}}
{{/tags.eyes-evil}}
{{#base}}#nose{{/base}}
</g>

@ -1,4 +0,0 @@
<g id="tail-snug">
{{#snug}}#tail{{/snug}}
{{#snug}}#tail-outline{{/snug}}
</g>

@ -1,12 +1,9 @@
{{>header}}
<g id="body">
{{>base}}
{{>hand-3c}}
{{>extra-3c}}
</g>
<g id="features">
{{>eyes}}
{{>nose}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hands}}
{{>footer}}

@ -1,12 +1,9 @@
{{>header}}
<g id="body">
{{>base}}
{{>hand-3c}}
{{>extra-3c}}
</g>
<g id="features">
{{>eyes-evil}}
{{>nose-evil}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hands}}
{{>footer}}

@ -1,11 +1,7 @@
{{>header}}
<g id="body">
{{>base}}
{{>extra-base}}
</g>
<g id="features">
{{>eyes}}
{{>nose}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>footer}}

@ -1,12 +1,9 @@
{{>header}}
<g id="body">
{{>base}}
{{>extra-base}}
</g>
<g id="features">
{{>eyes}}
{{>nose}}
{{>mouth-w}}
{{>hand-boop}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hand-boop}}
{{>footer}}

@ -1,12 +1,9 @@
{{>header}}
<g id="body">
{{>base}}
{{>extra-base}}
</g>
<g id="features">
{{>eyes-aww}}
{{>nose-aww}}
{{>mouth-w}}
{{>hand-boop}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hand-boop}}
{{>footer}}

@ -1,12 +1,9 @@
{{>header}}
<g id="body">
{{>base-owo}}
{{>extra-base}}
</g>
<g id="features">
{{>eyes-owo}}
{{>nose-owo}}
{{>mouth-w}}
{{>hand-boop}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hand-boop}}
{{>footer}}

@ -1,11 +1,7 @@
{{>header}}
<g id="body">
{{>base}}
{{>extra-base}}
</g>
<g id="features">
{{>eyes-evil}}
{{>nose-evil}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>footer}}

@ -1,11 +1,7 @@
{{>header}}
<g id="body">
{{>base}}
{{>extra-base}}
</g>
<g id="features">
{{>eyes-snug}}
{{>nose-snug}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>footer}}

@ -1,11 +1,7 @@
{{>header}}
<g id="body">
{{>base-owo}}
{{>extra-base}}
</g>
<g id="features">
{{>eyes-owo}}
{{>nose-owo}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>footer}}

@ -1,12 +1,9 @@
{{>header}}
<g id="body">
{{>base}}
{{>hands-reach}}
{{>extra-reach}}
</g>
<g id="features">
{{>eyes}}
{{>nose}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hands}}
{{>footer}}

@ -1,12 +1,9 @@
{{>header}}
<g id="body">
{{>base}}
{{>hands-reach}}
{{>extra-reach}}
</g>
<g id="features">
{{>eyes-aww}}
{{>nose-aww}}
{{>mouth-w}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hands}}
{{>footer}}

@ -0,0 +1,9 @@
{{>header}}
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>hands}}
{{>footer}}

@ -1,11 +1,6 @@
{{>header}}
<g id="body">
{{>base-snug}}
{{>tail-snug}}
{{>extra-snug}}
</g>
<g id="features">
{{>eyes-snug}}
{{>nose-snug}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>footer}}

@ -1,11 +1,6 @@
{{>header}}
<g id="body">
{{>base-snug}}
{{>tail-snug}}
{{>extra-snug}}
</g>
<g id="features">
{{>eyes-aww}}
{{>nose-aww}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>footer}}

@ -1,12 +1,8 @@
{{>header}}
<g id="body">
{{>base-snug}}
{{>tail-snug}}
{{>extra-snug}}
</g>
<g id="features">
{{>eyes-owo}}
{{>nose-owo}}
{{>hand-boop}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>hand-boop}}
{{>footer}}

@ -1,11 +1,6 @@
{{>header}}
<g id="body">
{{>base-snug}}
{{>tail-snug}}
{{>extra-snug}}
</g>
<g id="features">
{{>eyes-owo}}
{{>nose-owo}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>footer}}

@ -1,12 +1,10 @@
{{>header}}
<g id="body">
{{>base}}
{{>extra-3c}}
</g>
<g id="features">
{{>eyes-evil}}
{{>nose-evil}}
{{>mouth-w}}
{{>hand-knife}}
</g>
{{>body}}
{{>eyes}}
{{>nose}}
{{>mouth}}
{{>knife}}
{{>hands}}
{{>footer}}

Loading…
Cancel
Save