diff --git a/media/attribution.js b/media/attribution.js
index b3f9bc95..50c8a49e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3692,6 +3692,21 @@ const attributionData = {
"zeroalurus"
]
},
+ {
+ prefix: "./media/characters/zevulfius/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33725369/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/33725369/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/33725369/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/33725369/" },
+ ],
+ authors: [
+ "geodani"
+ ],
+ owners: [
+ "nyanuxk"
+ ]
+ },
{
prefix: "./media/characters/zyas/",
files: [
diff --git a/media/characters/zevulfius/back.svg b/media/characters/zevulfius/back.svg
new file mode 100644
index 00000000..2649c8c2
--- /dev/null
+++ b/media/characters/zevulfius/back.svg
@@ -0,0 +1,127 @@
+
+
+
diff --git a/media/characters/zevulfius/foot.svg b/media/characters/zevulfius/foot.svg
new file mode 100644
index 00000000..4c26b36e
--- /dev/null
+++ b/media/characters/zevulfius/foot.svg
@@ -0,0 +1,52 @@
+
+
+
diff --git a/media/characters/zevulfius/front.svg b/media/characters/zevulfius/front.svg
new file mode 100644
index 00000000..de98a817
--- /dev/null
+++ b/media/characters/zevulfius/front.svg
@@ -0,0 +1,111 @@
+
+
+
diff --git a/media/characters/zevulfius/side.svg b/media/characters/zevulfius/side.svg
new file mode 100644
index 00000000..db049a0f
--- /dev/null
+++ b/media/characters/zevulfius/side.svg
@@ -0,0 +1,121 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d359d52d..74227f1a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -8505,6 +8505,69 @@ characterMakers["Ailbhe"] = () => {
)
};
+characterMakers["Zevulfius"] = () => {
+ return makeCharacter(
+ "Zevulfius",
+ "Nyanuxk",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(120, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/zevulfius/front.svg",
+ extra: 965/903
+ }
+ },
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(120, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/zevulfius/side.svg",
+ extra: 939/900
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(120, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/zevulfius/back.svg",
+ extra: 918/854 * (1 / (1 - 0.005)),
+ bottom: 0.005
+ }
+ },
+ foot: {
+ height: math.unit(6/3.72, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/zevulfius/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(750, "meters")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(20, "km"),
+ default: true
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(2000, "km")
+ },
+ {
+ name: "Teramacro",
+ height: math.unit(250000, "km")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];