diff --git a/snuggle.toml b/snuggle.toml
index 4eb7e6c..6c3575f 100644
--- a/snuggle.toml
+++ b/snuggle.toml
@@ -46,3 +46,18 @@ blobhusky = "blobhusky_snuggle_right"
blobhusky_blush = "blobhusky_snuggle_right_blush"
blobhusky_heart = "blobhusky_snuggle_right_heart"
blobhusky_blush_heart = "blobhusky_snuggle_right_blush_heart"
+
+blobcat = "blobcat_snuggle_right"
+blobcat_blush = "blobcat_snuggle_right_blush"
+blobcat_heart = "blobcat_snuggle_right_heart"
+blobcat_blush_heart = "blobcat_snuggle_right_blush_heart"
+
+blobamber = "blobamber_snuggle_right"
+blobamber_blush = "blobamber_snuggle_right_blush"
+blobamber_heart = "blobamber_snuggle_right_heart"
+blobamber_blush_heart = "blobamber_snuggle_right_blush_heart"
+
+blobstella = "blobstella_snuggle_right"
+blobstella_blush = "blobstella_snuggle_right_blush"
+blobstella_heart = "blobstella_snuggle_right_heart"
+blobstella_blush_heart = "blobstella_snuggle_right_blush_heart"
diff --git a/species/blobamber/templates/body-snuggle.mustache b/species/blobamber/templates/body-snuggle.mustache
new file mode 100644
index 0000000..e6540c9
--- /dev/null
+++ b/species/blobamber/templates/body-snuggle.mustache
@@ -0,0 +1,10 @@
+{{>blobcat.body-snuggle}}
+
+
+
+ {{#set-fill}}
+ {{vars.marks_color}}
+ | {{#base}}#belly{{/base}}
+ {{/set-fill}}
+
+
diff --git a/species/blobcat/assets/snuggle_right.svg b/species/blobcat/assets/snuggle_right.svg
new file mode 100644
index 0000000..a76b618
--- /dev/null
+++ b/species/blobcat/assets/snuggle_right.svg
@@ -0,0 +1,51 @@
+
+
diff --git a/species/blobcat/templates/body-snuggle.mustache b/species/blobcat/templates/body-snuggle.mustache
new file mode 100644
index 0000000..0b204cf
--- /dev/null
+++ b/species/blobcat/templates/body-snuggle.mustache
@@ -0,0 +1,18 @@
+{{! Left ear }}
+{{#set-fill}} {{vars.ear_color}} | {{#snuggle_right}}#left-ear{{/snuggle_right}} {{/set-fill}}
+
+{{! Body }}
+
+
+ {{#snuggle_right}}#body{{/snuggle_right}}
+
+
+{{#set-fill}} {{vars.body_color}} | {{#snuggle_right}}#body{{/snuggle_right}} {{/set-fill}}
+
+{{! Right ear }}
+{{#set-fill}} {{vars.ear_color}} | {{#snuggle_right}}#right-ear{{/snuggle_right}} {{/set-fill}}
+{{#set-fill}} {{vars.ear_fluff_color}} | {{#snuggle_right}}#right-ear-fluff{{/snuggle_right}} {{/set-fill}}
+
+
+ {{>whiskers}}
+
diff --git a/species/blobfox/templates/header.mustache b/species/blobfox/templates/header.mustache
index b2b7858..4ce388b 100644
--- a/species/blobfox/templates/header.mustache
+++ b/species/blobfox/templates/header.mustache
@@ -1,5 +1,5 @@