diff --git a/species/blobfox/assets/crowbar.svg b/species/blobfox/assets/crowbar.svg
new file mode 100644
index 0000000..ec01bf7
--- /dev/null
+++ b/species/blobfox/assets/crowbar.svg
@@ -0,0 +1,43 @@
+
+
diff --git a/species/blobfox/species.toml b/species/blobfox/species.toml
index 69951f6..261aacc 100644
--- a/species/blobfox/species.toml
+++ b/species/blobfox/species.toml
@@ -41,6 +41,7 @@ comfy_aww = ["body-comfy", "eyes-aww", "mouth-w"]
comfy_boop = ["body-comfy", "boop", "eyes-basic", "mouth-w"]
stabby = ["body-basic", "holding", "eyes-evil", "mouth-w", "hand-3c", "left-hand"]
+gordon = ["body-basic", "holding", "eyes-basic", "mouth-w", "hand-3c", "left-hand"]
blush = ["body-basic", "ear-blush", "eyes-closed", "blush", "mouth-hmpf"]
diff --git a/species/blobfox/templates/body-snug.mustache b/species/blobfox/templates/body-snug.mustache
index 55f9122..9639284 100644
--- a/species/blobfox/templates/body-snug.mustache
+++ b/species/blobfox/templates/body-snug.mustache
@@ -15,9 +15,7 @@
{{#set-fill}} {{vars.ear_fluff_color}} | {{#snug}}#right-ear-fluff{{/snug}} {{/set-fill}}
{{#tags.tail}}
-
- {{#set-fill}} {{vars.body_color}} | {{#snug}}#tail{{/snug}} {{/set-fill}}
-
+ {{>tail}}
{{/tags.tail}}
diff --git a/species/blobfox/templates/crowbar.mustache b/species/blobfox/templates/crowbar.mustache
new file mode 100644
index 0000000..6e6a7e0
--- /dev/null
+++ b/species/blobfox/templates/crowbar.mustache
@@ -0,0 +1,6 @@
+
+ {{#crowbar}}#crowbar-base{{/crowbar}}
+ {{#crowbar}}#crowbar-reflection{{/crowbar}}
+ {{#crowbar}}#crowbar-shadow{{/crowbar}}
+ {{#crowbar}}#crowbar-shadow-2{{/crowbar}}
+
diff --git a/species/blobfox/templates/tail.mustache b/species/blobfox/templates/tail.mustache
index 5466a72..5d21db4 100644
--- a/species/blobfox/templates/tail.mustache
+++ b/species/blobfox/templates/tail.mustache
@@ -1 +1,3 @@
-{{#snug}}#tail{{/snug}}
+
+ {{#set-fill}} {{vars.tail_color}} | {{#snug}}#tail{{/snug}} {{/set-fill}}
+
diff --git a/species/blobfox/variants/gordon.mustache b/species/blobfox/variants/gordon.mustache
new file mode 100644
index 0000000..cedc49c
--- /dev/null
+++ b/species/blobfox/variants/gordon.mustache
@@ -0,0 +1,10 @@
+{{>header}}
+ {{>body}}
+
+ {{>eyes}}
+ {{>nose}}
+ {{>mouth}}
+
+ {{>crowbar}}
+ {{>hands}}
+{{>footer}}
diff --git a/species/blobhusky/assets/base.svg b/species/blobhusky/assets/base.svg
new file mode 100644
index 0000000..0fdcc85
--- /dev/null
+++ b/species/blobhusky/assets/base.svg
@@ -0,0 +1,49 @@
+
+
diff --git a/species/blobhusky/species.toml b/species/blobhusky/species.toml
new file mode 100644
index 0000000..ff110d0
--- /dev/null
+++ b/species/blobhusky/species.toml
@@ -0,0 +1,10 @@
+name = "blobhusky"
+base = "../blobfox/"
+
+[vars]
+body_color = "#6b6b6f"
+ear_color = "#313131"
+ear_fluff_color = "#e1e1e3"
+hand_color = "#e1e1e3"
+tail_color = "#e1e1e3"
+marks_color = "#e1e1e3"
diff --git a/species/blobhusky/templates/body-basic.mustache b/species/blobhusky/templates/body-basic.mustache
new file mode 100644
index 0000000..f439e81
--- /dev/null
+++ b/species/blobhusky/templates/body-basic.mustache
@@ -0,0 +1,5 @@
+{{>blobfox.body-basic}}
+
+
+ {{#set-fill}} {{vars.marks_color}} | {{#base}}#marks{{/base}} {{/set-fill}}
+
diff --git a/species/blobhusky/templates/body-comfy.mustache b/species/blobhusky/templates/body-comfy.mustache
new file mode 100644
index 0000000..8ed1112
--- /dev/null
+++ b/species/blobhusky/templates/body-comfy.mustache
@@ -0,0 +1,7 @@
+{{>blobfox.body-comfy}}
+
+
+
+ {{#set-fill}} {{vars.marks_color}} | {{#base}}#marks{{/base}} {{/set-fill}}
+
+
diff --git a/species/blobhusky/templates/body-snug.mustache b/species/blobhusky/templates/body-snug.mustache
new file mode 100644
index 0000000..285cfad
--- /dev/null
+++ b/species/blobhusky/templates/body-snug.mustache
@@ -0,0 +1,28 @@
+
+
+
+ {{#snug}}#body{{/snug}}
+
+
+
+ {{! TODO: owo ear }}
+ {{#set-fill}} {{vars.ear_color}} | {{#snug}}#left-ear{{/snug}} {{/set-fill}}
+
+ {{#set-fill}} {{vars.body_color}} | {{#snug}}#body{{/snug}} {{/set-fill}}
+ {{#set-fill}} {{vars.body_color}} | {{#snug}}#hair{{/snug}} {{/set-fill}}
+
+ {{#set-fill}} {{vars.ear_color}} | {{#snug}}#right-ear{{/snug}} {{/set-fill}}
+ {{#set-fill}} {{vars.ear_fluff_color}} | {{#snug}}#right-ear-fluff{{/snug}} {{/set-fill}}
+
+
+
+ {{#set-fill}} {{vars.marks_color}} | {{#base}}#marks{{/base}} {{/set-fill}}
+
+
+
+ {{#tags.tail}}
+
+ {{#set-fill}} {{vars.tail_color}} | {{#snug}}#tail{{/snug}} {{/set-fill}}
+
+ {{/tags.tail}}
+
diff --git a/vector/blobhusky.svg b/vector/blobhusky.svg
index 992abc6..8727731 100644
--- a/vector/blobhusky.svg
+++ b/vector/blobhusky.svg
@@ -1,14 +1,12 @@
-
-