diff --git a/media/attribution.js b/media/attribution.js
index 616802cc..d51cbea3 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19517,6 +19517,20 @@ const attributionData = {
"dukeferret"
]
},
+ {
+ prefix: "./media/characters/dein/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35131976/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/35131976/" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/35131976/" },
+ ],
+ authors: [
+ "themuffinly"
+ ],
+ owners: [
+ "aweirdferret"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27059,10 +27073,6 @@ const attributionData = {
"name": "Owak Bone",
"url": "https://www.furaffinity.net/user/marowak88/"
},
- "themuffinly": {
- "name": "TheMuffinly",
- "url": "https://www.furaffinity.net/user/themuffinly/"
- },
"kassy": {
"name": "Kassy",
"url": "https://portfolio.commishes.com/user/Kassy"
@@ -27083,6 +27093,10 @@ const attributionData = {
"name": "DukeFerret",
"url": "https://twitter.com/DeliciousFerret"
},
+ "aweirdferret": {
+ "name": "AWeirdFerret",
+ "url": "https://twitter.com/AWeirdFerret"
+ },
}
}
diff --git a/media/characters/dein/front.svg b/media/characters/dein/front.svg
new file mode 100644
index 00000000..b3ab6236
--- /dev/null
+++ b/media/characters/dein/front.svg
@@ -0,0 +1,702 @@
+
+
+
diff --git a/media/characters/dein/maw.svg b/media/characters/dein/maw.svg
new file mode 100644
index 00000000..b576a6f6
--- /dev/null
+++ b/media/characters/dein/maw.svg
@@ -0,0 +1,375 @@
+
+
+
diff --git a/media/characters/dein/side.svg b/media/characters/dein/side.svg
new file mode 100644
index 00000000..5c905808
--- /dev/null
+++ b/media/characters/dein/side.svg
@@ -0,0 +1,466 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 8d4306fd..bab9febc 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -53405,6 +53405,50 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Dein", species: ["ferret"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 4/12, "feet"),
+ weight: math.unit(156, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/dein/front.svg",
+ extra: 855/815,
+ bottom: 48/903
+ }
+ },
+ side: {
+ height: math.unit(5 + 4/12, "feet"),
+ weight: math.unit(156, "lb"),
+ name: "side",
+ image: {
+ source: "./media/characters/dein/side.svg",
+ extra: 846/803,
+ bottom: 25/871
+ }
+ },
+ maw: {
+ height: math.unit(1.45, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/dein/maw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Ferret Sized",
+ height: math.unit(2 + 5/12, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(5 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {