diff --git a/media/attribution.js b/media/attribution.js
index 68cc7d99..0576564b 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3968,7 +3968,7 @@ const attributionData = {
]
},
{
- prefix: "./media/characters/vanrel/",
+ prefix: "./media/characters/vanrel-hyena/",
files: [
{ name: "front.svg", source: null }
],
@@ -3980,7 +3980,7 @@ const attributionData = {
]
},
{
- prefix: "./media/characters/vanrel-kuiper/",
+ prefix: "./media/characters/vanrel/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/30583316/" },
{ name: "side.svg", source: "https://www.furaffinity.net/view/30583316/" },
diff --git a/media/characters/vanrel-hyena/front.svg b/media/characters/vanrel-hyena/front.svg
new file mode 100644
index 00000000..7e4251ac
--- /dev/null
+++ b/media/characters/vanrel-hyena/front.svg
@@ -0,0 +1,218 @@
+
+
+
diff --git a/media/characters/vanrel-kuiper/front.svg b/media/characters/vanrel-kuiper/front.svg
deleted file mode 100644
index 57b18f73..00000000
--- a/media/characters/vanrel-kuiper/front.svg
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
diff --git a/media/characters/vanrel-kuiper/beans.svg b/media/characters/vanrel/beans.svg
similarity index 100%
rename from media/characters/vanrel-kuiper/beans.svg
rename to media/characters/vanrel/beans.svg
diff --git a/media/characters/vanrel/front.svg b/media/characters/vanrel/front.svg
index 7e4251ac..57b18f73 100644
--- a/media/characters/vanrel/front.svg
+++ b/media/characters/vanrel/front.svg
@@ -1,218 +1,145 @@
diff --git a/media/characters/vanrel-kuiper/side.svg b/media/characters/vanrel/side.svg
similarity index 100%
rename from media/characters/vanrel-kuiper/side.svg
rename to media/characters/vanrel/side.svg
diff --git a/presets/characters.js b/presets/characters.js
index 3e07ab9a..0199ea6f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -7605,8 +7605,9 @@ characterMakers["Vanrel (Hyena)"] = () => {
weight: math.unit(175, "lb"),
name: "Front",
image: {
- source: "./media/characters/vanrel/front.svg",
- extra: 1086/1010
+ source: "./media/characters/vanrel-hyena/front.svg",
+ extra: 1086/1010 * (1 / (1 - 0.04)),
+ bottom: 0.04
}
},
},
@@ -10245,9 +10246,9 @@ characterMakers["Quincy"] = () => {
)
};
-characterMakers["Vanrel Kuiper"] = () => {
+characterMakers["Vanrel"] = () => {
return makeCharacter(
- "Vanrel Kuiper",
+ "Vanrel",
"Fuzzypaws",
{
front: {
@@ -10255,7 +10256,7 @@ characterMakers["Vanrel Kuiper"] = () => {
weight: math.unit(150, "lb"),
name: "Front",
image: {
- source: "./media/characters/vanrel-kuiper/front.svg",
+ source: "./media/characters/vanrel/front.svg",
extra: (1 / (1 - 0.02)),
bottom: 0.02
}
@@ -10265,16 +10266,16 @@ characterMakers["Vanrel Kuiper"] = () => {
weight: math.unit(150, "lb"),
name: "Side",
image: {
- source: "./media/characters/vanrel-kuiper/side.svg",
+ source: "./media/characters/vanrel/side.svg",
extra: (1 / (1 - 0.025)),
bottom: 0.025
}
},
- paw: {
+ beans: {
height: math.unit(0.89, "feet"),
- name: "Paw",
+ name: "Beans",
image: {
- source: "./media/characters/vanrel-kuiper/paw.svg"
+ source: "./media/characters/vanrel/beans.svg"
}
},
},