diff --git a/media/attribution.js b/media/attribution.js
index 2f23773b..9d6c1f18 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21638,7 +21638,10 @@ const attributionData = {
prefix: "./media/characters/proxy/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/23110813/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/23110813/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/23110813/" },
{ name: "paw.svg", source: null },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/23110813/" },
],
authors: [
"proximiter"
diff --git a/media/characters/proxy/hand.svg b/media/characters/proxy/hand.svg
new file mode 100644
index 00000000..c3ffae85
--- /dev/null
+++ b/media/characters/proxy/hand.svg
@@ -0,0 +1,444 @@
+
+
+
diff --git a/media/characters/proxy/maw.svg b/media/characters/proxy/maw.svg
new file mode 100644
index 00000000..b1b06da0
--- /dev/null
+++ b/media/characters/proxy/maw.svg
@@ -0,0 +1,1170 @@
+
+
+
diff --git a/media/characters/proxy/side.svg b/media/characters/proxy/side.svg
new file mode 100644
index 00000000..c547cfd4
--- /dev/null
+++ b/media/characters/proxy/side.svg
@@ -0,0 +1,924 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e5a65953..95e51eff 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -61881,6 +61881,23 @@ characterMakers.push(() => makeCharacter(
bottom: 55/1660
}
},
+ side: {
+ height: math.unit(7 + 4/12, "feet"),
+ weight: math.unit(400, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/proxy/side.svg",
+ extra: 794/759,
+ bottom: 6/800
+ }
+ },
+ hand: {
+ height: math.unit(1.54, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/proxy/hand.svg"
+ }
+ },
paw: {
height: math.unit(1.53, "feet"),
name: "Paw",
@@ -61888,6 +61905,13 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/proxy/paw.svg"
}
},
+ maw: {
+ height: math.unit(1.9, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/proxy/maw.svg"
+ }
+ },
},
[
{