diff --git a/media/attribution.js b/media/attribution.js
index bc6ef9c4..8b94cc22 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2463,7 +2463,10 @@ const attributionData = {
{
prefix: "./media/characters/erestrebah/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/26128898/" }
+ { name: "front.svg", source: "https://www.furaffinity.net/view/26128898/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/26128898/" },
+ { name: "wing.svg", source: "https://www.furaffinity.net/view/26128898/" },
+ { name: "mouth.svg", source: "https://www.furaffinity.net/view/26128898/" },
],
authors: [
"missyazriel"
@@ -2472,18 +2475,6 @@ const attributionData = {
"kurrikage"
]
},
- {
- prefix: "./media/characters/erestrebah/",
- files: [
- { name: "back.svg", source: "https://www.furaffinity.net/view/18583680/" }
- ],
- authors: [
- "wintuk"
- ],
- owners: [
- "kurrikage"
- ]
- },
{
prefix: "./media/characters/evander/",
files: [
diff --git a/media/characters/erestrebah/back.svg b/media/characters/erestrebah/back.svg
index e1fbcc9b..3f17aee0 100644
--- a/media/characters/erestrebah/back.svg
+++ b/media/characters/erestrebah/back.svg
@@ -1,192 +1,753 @@
-
+
diff --git a/media/characters/erestrebah/front.svg b/media/characters/erestrebah/front.svg
index 1cde26d1..226318f3 100644
--- a/media/characters/erestrebah/front.svg
+++ b/media/characters/erestrebah/front.svg
@@ -1,105 +1,1614 @@
-
+
diff --git a/media/characters/erestrebah/mouth.svg b/media/characters/erestrebah/mouth.svg
new file mode 100644
index 00000000..1aaab777
--- /dev/null
+++ b/media/characters/erestrebah/mouth.svg
@@ -0,0 +1,190 @@
+
+
+
diff --git a/media/characters/erestrebah/wing.svg b/media/characters/erestrebah/wing.svg
new file mode 100644
index 00000000..8c5e0333
--- /dev/null
+++ b/media/characters/erestrebah/wing.svg
@@ -0,0 +1,1235 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 15669c63..b77a61b5 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -3565,8 +3565,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/erestrebah/front.svg",
- extra: 208 / 193,
- bottom: 0.055
+ extra: 1262/1162,
+ bottom: 96/1358
}
},
back: {
@@ -3575,7 +3575,25 @@ characterMakers.push(() => makeCharacter(
name: "Back",
image: {
source: "./media/characters/erestrebah/back.svg",
- extra: 1.3
+ extra: 1257/1139,
+ bottom: 13/1270
+ }
+ },
+ wing: {
+ height: math.unit(2, "meter"),
+ weight: math.unit(50, "kg"),
+ name: "Wing",
+ image: {
+ source: "./media/characters/erestrebah/wing.svg",
+ extra: 1262/1162,
+ bottom: 96/1358
+ }
+ },
+ mouth: {
+ height: math.unit(0.39, "feet"),
+ name: "Mouth",
+ image: {
+ source: "./media/characters/erestrebah/mouth.svg"
}
}
},