diff --git a/media/attribution.js b/media/attribution.js
index 97dc6920..90228b2a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11962,8 +11962,10 @@ const attributionData = {
{
prefix: "./media/characters/holly-the-mega-mousky-heathers/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/31737319/" },
- { name: "front-super.svg", source: "https://www.furaffinity.net/view/32386453/" },
+ { name: "super.svg", source: "https://www.furaffinity.net/view/32386453/" },
+ { name: "casual.svg", source: "https://www.furaffinity.net/view/31737319/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/31737319/" },
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/31737319/" },
],
authors: [
"beathebehemoth"
diff --git a/media/characters/holly-the-mega-mousky-heathers/casual.svg b/media/characters/holly-the-mega-mousky-heathers/casual.svg
new file mode 100644
index 00000000..9dbc6114
--- /dev/null
+++ b/media/characters/holly-the-mega-mousky-heathers/casual.svg
@@ -0,0 +1,4309 @@
+
+
+
diff --git a/media/characters/holly-the-mega-mousky-heathers/front-super.svg b/media/characters/holly-the-mega-mousky-heathers/front-super.svg
deleted file mode 100644
index b57fc4c9..00000000
--- a/media/characters/holly-the-mega-mousky-heathers/front-super.svg
+++ /dev/null
@@ -1,570 +0,0 @@
-
-
-
diff --git a/media/characters/holly-the-mega-mousky-heathers/front.svg b/media/characters/holly-the-mega-mousky-heathers/front.svg
deleted file mode 100644
index ed9d0bee..00000000
--- a/media/characters/holly-the-mega-mousky-heathers/front.svg
+++ /dev/null
@@ -1,699 +0,0 @@
-
-
-
diff --git a/media/characters/holly-the-mega-mousky-heathers/hand.svg b/media/characters/holly-the-mega-mousky-heathers/hand.svg
new file mode 100644
index 00000000..6b86047e
--- /dev/null
+++ b/media/characters/holly-the-mega-mousky-heathers/hand.svg
@@ -0,0 +1,529 @@
+
+
+
diff --git a/media/characters/holly-the-mega-mousky-heathers/paw.svg b/media/characters/holly-the-mega-mousky-heathers/paw.svg
new file mode 100644
index 00000000..06af0e72
--- /dev/null
+++ b/media/characters/holly-the-mega-mousky-heathers/paw.svg
@@ -0,0 +1,753 @@
+
+
+
diff --git a/media/characters/holly-the-mega-mousky-heathers/super.svg b/media/characters/holly-the-mega-mousky-heathers/super.svg
new file mode 100644
index 00000000..4a5277a4
--- /dev/null
+++ b/media/characters/holly-the-mega-mousky-heathers/super.svg
@@ -0,0 +1,4078 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5a2513f9..cfdd9513 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -32865,33 +32865,52 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Holly \"The Mega Mousky\" Heathers", species: ["mouse", "husky", "kaiju"], tags: ["anthro"] },
{
- front: {
- height: math.unit(6, "feet"),
+ super: {
+ height: math.unit(6 + 2/12, "feet"),
weight: math.unit(150, "lb"),
- name: "Front",
+ name: "Super",
image: {
- source: "./media/characters/holly-the-mega-mousky-heathers/front.svg",
- extra: 2567 / 2435,
- bottom: 39 / 2606
+ source: "./media/characters/holly-the-mega-mousky-heathers/super.svg",
+ extra: 2555/2387,
+ bottom: 50/2605
}
},
- frontSuper: {
- height: math.unit(6, "feet"),
- name: "Front (Super)",
+ casual: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Casual",
+ image: {
+ source: "./media/characters/holly-the-mega-mousky-heathers/casual.svg",
+ extra: 2555/2387,
+ bottom: 50/2605
+ }
+ },
+ hand: {
+ height: math.unit(1.08, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/holly-the-mega-mousky-heathers/hand.svg"
+ }
+ },
+ paw: {
+ height: math.unit(1.33, "feet"),
+ name: "Paw",
image: {
- source: "./media/characters/holly-the-mega-mousky-heathers/front-super.svg",
- extra: 2567 / 2435,
- bottom: 39 / 2606
+ source: "./media/characters/holly-the-mega-mousky-heathers/paw.svg"
}
},
},
[
{
name: "Normal",
- height: math.unit(5 + 10 / 12, "feet")
+ height: math.unit(6 + 2/12, "feet")
},
{
- name: "Macro",
+ name: "Preferred Height",
+ height: math.unit(220, "feet")
+ },
+ {
+ name: "Max Height",
height: math.unit(1100, "feet"),
default: true
},