diff --git a/media/attribution.js b/media/attribution.js
index b7014755..c7a0101f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -5393,6 +5393,20 @@ const attributionData = {
"zephiro"
]
},
+ {
+ prefix: "./media/characters/zephiro/",
+ files: [
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/34557564/" },
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/34557564/" },
+ { name: "beans.svg", source: "https://www.furaffinity.net/view/34557564/" },
+ ],
+ authors: [
+ "sugaryviolet"
+ ],
+ owners: [
+ "zephiro"
+ ]
+ },
{
prefix: "./media/characters/zero-alurus/",
files: [
@@ -17181,6 +17195,10 @@ const attributionData = {
"name": "StrawberryNeko",
"url": "https://www.furaffinity.net/user/strawberryneko"
},
+ "sugaryviolet": {
+ "name": "sugaryviolet",
+ "url": "https://www.furaffinity.net/user/sugaryviolet"
+ },
}
}
diff --git a/media/characters/zephiro/beans.svg b/media/characters/zephiro/beans.svg
new file mode 100644
index 00000000..b30190a3
--- /dev/null
+++ b/media/characters/zephiro/beans.svg
@@ -0,0 +1,139 @@
+
+
+
diff --git a/media/characters/zephiro/hand.svg b/media/characters/zephiro/hand.svg
new file mode 100644
index 00000000..7cfcfba5
--- /dev/null
+++ b/media/characters/zephiro/hand.svg
@@ -0,0 +1,115 @@
+
+
+
diff --git a/media/characters/zephiro/paw.svg b/media/characters/zephiro/paw.svg
new file mode 100644
index 00000000..d4f6a844
--- /dev/null
+++ b/media/characters/zephiro/paw.svg
@@ -0,0 +1,122 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 15ce7751..79f672df 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2234,8 +2234,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Zephiro", species: ["raccoon"], tags: ["anthro"] },
{
front: {
- height: math.unit(7, "feet"),
- weight: math.unit(80, "kg"),
+ height: math.unit(5 + 3/12, "feet"),
+ weight: math.unit(60, "kg"),
name: "Front",
image: {
source: "./media/characters/zephiro/front.svg",
@@ -2244,8 +2244,8 @@ characterMakers.push(() => makeCharacter(
}
},
side: {
- height: math.unit(7, "feet"),
- weight: math.unit(80, "kg"),
+ height: math.unit(5 + 3/12, "feet"),
+ weight: math.unit(60, "kg"),
name: "Side",
image: {
source: "./media/characters/zephiro/side.svg",
@@ -2254,8 +2254,8 @@ characterMakers.push(() => makeCharacter(
}
},
back: {
- height: math.unit(7, "feet"),
- weight: math.unit(80, "kg"),
+ height: math.unit(5 + 3/12, "feet"),
+ weight: math.unit(60, "kg"),
name: "Back",
image: {
source: "./media/characters/zephiro/back.svg",
@@ -2263,6 +2263,27 @@ characterMakers.push(() => makeCharacter(
bottom: 0.013
}
},
+ hand: {
+ height: math.unit(0.68, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/zephiro/hand.svg"
+ }
+ },
+ paw: {
+ height: math.unit(1, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/zephiro/paw.svg"
+ }
+ },
+ beans: {
+ height: math.unit(0.93, "feet"),
+ name: "Beans",
+ image: {
+ source: "./media/characters/zephiro/beans.svg"
+ }
+ },
},
[
{