diff --git a/media/attribution.js b/media/attribution.js
index b9285fbe..63bfe12e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14782,6 +14782,20 @@ const attributionData = {
"estina"
]
},
+ {
+ prefix: "./media/characters/miles-thestia/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/36640521/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/36640521/" },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/36640543/", nsfw: true },
+ ],
+ authors: [
+ "miles-thestia"
+ ],
+ owners: [
+ "miles-thestia"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -20233,6 +20247,10 @@ const attributionData = {
"name": "ndnode",
"url": "https://aryion.com/g4/user/ndnode"
},
+ "miles-thestia": {
+ "name": "Miles Thestia",
+ "url": "https://twitter.com/MilesThestia"
+ },
}
}
diff --git a/media/characters/miles-thestia/back.svg b/media/characters/miles-thestia/back.svg
new file mode 100644
index 00000000..c3c63fdc
--- /dev/null
+++ b/media/characters/miles-thestia/back.svg
@@ -0,0 +1,652 @@
+
+
+
diff --git a/media/characters/miles-thestia/front-nsfw.svg b/media/characters/miles-thestia/front-nsfw.svg
new file mode 100644
index 00000000..2e23df3f
--- /dev/null
+++ b/media/characters/miles-thestia/front-nsfw.svg
@@ -0,0 +1,768 @@
+
+
+
diff --git a/media/characters/miles-thestia/front.svg b/media/characters/miles-thestia/front.svg
new file mode 100644
index 00000000..82c7d2bc
--- /dev/null
+++ b/media/characters/miles-thestia/front.svg
@@ -0,0 +1,750 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 1c1fab8f..82011d8f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -39096,6 +39096,49 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Miles Thestia", species: ["wolf", "dog"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(1500, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/miles-thestia/front.svg",
+ extra: 1812/1727,
+ bottom: 86/1898
+ }
+ },
+ back: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(1500, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/miles-thestia/back.svg",
+ extra: 1799/1690,
+ bottom: 47/1846
+ }
+ },
+ frontNsfw: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(1500, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/miles-thestia/front-nsfw.svg",
+ extra: 1812/1727,
+ bottom: 86/1898
+ }
+ },
+ },
+ [
+ {
+ name: "Mini-Macro",
+ height: math.unit(10, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {