diff --git a/media/attribution.js b/media/attribution.js
index 3dcea77a..4396c208 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18294,6 +18294,22 @@ const attributionData = {
"kurrikage"
]
},
+ {
+ prefix: "./media/characters/devon-childs/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/31400870/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/31400870/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/31400870/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/31400870/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/31400870/" },
+ ],
+ authors: [
+ "solidasp"
+ ],
+ owners: [
+ "spotted-menace"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -25280,6 +25296,14 @@ const attributionData = {
"name": "NinNomGeko",
"url": "https://www.furaffinity.net/user/ninnomgeko"
},
+ "solidasp": {
+ "name": "SOLIDASP",
+ "url": "https://www.furaffinity.net/user/solidasp/"
+ },
+ "spotted-menace": {
+ "name": "spotted_menace",
+ "url": "https://twitter.com/spotted_menace"
+ },
}
}
diff --git a/media/characters/devon-childs/back.svg b/media/characters/devon-childs/back.svg
new file mode 100644
index 00000000..7755335d
--- /dev/null
+++ b/media/characters/devon-childs/back.svg
@@ -0,0 +1,1298 @@
+
+
+
diff --git a/media/characters/devon-childs/foot.svg b/media/characters/devon-childs/foot.svg
new file mode 100644
index 00000000..7246730f
--- /dev/null
+++ b/media/characters/devon-childs/foot.svg
@@ -0,0 +1,569 @@
+
+
+
diff --git a/media/characters/devon-childs/front.svg b/media/characters/devon-childs/front.svg
new file mode 100644
index 00000000..00e66bf9
--- /dev/null
+++ b/media/characters/devon-childs/front.svg
@@ -0,0 +1,1806 @@
+
+
+
diff --git a/media/characters/devon-childs/hand.svg b/media/characters/devon-childs/hand.svg
new file mode 100644
index 00000000..55506f2d
--- /dev/null
+++ b/media/characters/devon-childs/hand.svg
@@ -0,0 +1,436 @@
+
+
+
diff --git a/media/characters/devon-childs/side.svg b/media/characters/devon-childs/side.svg
new file mode 100644
index 00000000..e7cb40ac
--- /dev/null
+++ b/media/characters/devon-childs/side.svg
@@ -0,0 +1,1199 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 042b8ca6..b410d4cb 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -49214,6 +49214,71 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Devon Childs", species: ["hyena"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 5/12, "feet"),
+ weight: math.unit(265, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/devon-childs/front.svg",
+ extra: 1795/1721,
+ bottom: 41/1836
+ }
+ },
+ side: {
+ height: math.unit(6 + 5/12, "feet"),
+ weight: math.unit(265, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/devon-childs/side.svg",
+ extra: 1812/1738,
+ bottom: 30/1842
+ }
+ },
+ back: {
+ height: math.unit(6 + 5/12, "feet"),
+ weight: math.unit(265, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/devon-childs/back.svg",
+ extra: 1808/1735,
+ bottom: 23/1831
+ }
+ },
+ hand: {
+ height: math.unit(1.464, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/devon-childs/hand.svg"
+ }
+ },
+ foot: {
+ height: math.unit(1.6, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/devon-childs/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(7, "cm")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6 + 5/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(154, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {