diff --git a/media/attribution.js b/media/attribution.js
index cc68d258..f52d2572 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22811,6 +22811,25 @@ const attributionData = {
"sizablesongster"
]
},
+ {
+ prefix: "./media/characters/titania/",
+ files: [
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/47503083/", nsfw: true },
+ { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/47503083/", nsfw: true },
+ { name: "front-sfw.svg", source: "https://www.furaffinity.net/view/47503093/", nsfw: false },
+ { name: "back-sfw.svg", source: "https://www.furaffinity.net/view/47503093/", nsfw: false },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/47503093/", nsfw: false },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/47503093/", nsfw: false },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/47503093/", nsfw: false },
+ { name: "nethers.svg", source: "https://www.furaffinity.net/view/47503083/", nsfw: true },
+ ],
+ authors: [
+ "beathebehemoth"
+ ],
+ owners: [
+ "0-madespain-0"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/titania/back-nsfw.svg b/media/characters/titania/back-nsfw.svg
new file mode 100644
index 00000000..2aebac37
--- /dev/null
+++ b/media/characters/titania/back-nsfw.svg
@@ -0,0 +1,2252 @@
+
+
+
diff --git a/media/characters/titania/back-sfw.svg b/media/characters/titania/back-sfw.svg
new file mode 100644
index 00000000..f9ebafb3
--- /dev/null
+++ b/media/characters/titania/back-sfw.svg
@@ -0,0 +1,2225 @@
+
+
+
diff --git a/media/characters/titania/foot.svg b/media/characters/titania/foot.svg
new file mode 100644
index 00000000..342267e7
--- /dev/null
+++ b/media/characters/titania/foot.svg
@@ -0,0 +1,257 @@
+
+
+
diff --git a/media/characters/titania/front-nsfw.svg b/media/characters/titania/front-nsfw.svg
new file mode 100644
index 00000000..0c353d88
--- /dev/null
+++ b/media/characters/titania/front-nsfw.svg
@@ -0,0 +1,2063 @@
+
+
+
diff --git a/media/characters/titania/front-sfw.svg b/media/characters/titania/front-sfw.svg
new file mode 100644
index 00000000..a6d0ed8b
--- /dev/null
+++ b/media/characters/titania/front-sfw.svg
@@ -0,0 +1,1979 @@
+
+
+
diff --git a/media/characters/titania/head.svg b/media/characters/titania/head.svg
new file mode 100644
index 00000000..605b3f23
--- /dev/null
+++ b/media/characters/titania/head.svg
@@ -0,0 +1,885 @@
+
+
+
diff --git a/media/characters/titania/maw.svg b/media/characters/titania/maw.svg
new file mode 100644
index 00000000..b4363221
--- /dev/null
+++ b/media/characters/titania/maw.svg
@@ -0,0 +1,1006 @@
+
+
+
diff --git a/media/characters/titania/nethers.svg b/media/characters/titania/nethers.svg
new file mode 100644
index 00000000..ba53994a
--- /dev/null
+++ b/media/characters/titania/nethers.svg
@@ -0,0 +1,921 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 40ee37b0..870ef0be 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -66474,6 +66474,99 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Titania", species: ["horse"], tags: ["anthro"] },
+ {
+ frontNsfw: {
+ height: math.unit(2.48, "meters"),
+ weight: math.unit(112, "kg"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/titania/front-nsfw.svg",
+ extra: 1302/1232,
+ bottom: 90/1392
+ }
+ },
+ backNsfw: {
+ height: math.unit(2.48, "meters"),
+ weight: math.unit(112, "kg"),
+ name: "Back (NSFW)",
+ image: {
+ source: "./media/characters/titania/back-nsfw.svg",
+ extra: 1355/1288,
+ bottom: 18/1373
+ }
+ },
+ frontSfw: {
+ height: math.unit(2.48, "meters"),
+ weight: math.unit(112, "kg"),
+ name: "Front (SFW)",
+ image: {
+ source: "./media/characters/titania/front-sfw.svg",
+ extra: 1302/1232,
+ bottom: 90/1392
+ }
+ },
+ backSfw: {
+ height: math.unit(2.48, "meters"),
+ weight: math.unit(112, "kg"),
+ name: "Back (SFW)",
+ image: {
+ source: "./media/characters/titania/back-sfw.svg",
+ extra: 1355/1288,
+ bottom: 18/1373
+ }
+ },
+ head: {
+ height: math.unit(2.06, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/titania/head.svg"
+ }
+ },
+ maw: {
+ height: math.unit(0.8, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/titania/maw.svg"
+ }
+ },
+ foot: {
+ height: math.unit(1.65, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/titania/foot.svg"
+ }
+ },
+ nethers: {
+ height: math.unit(1.7, "feet"),
+ name: "Nethers",
+ image: {
+ source: "./media/characters/titania/nethers.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(2.48, "meters"),
+ default: true
+ },
+ {
+ name: "Mini Macro",
+ height: math.unit(248, "meters")
+ },
+ {
+ name: "Macro",
+ height: math.unit(620, "meters")
+ },
+ {
+ name: "Mega Macro",
+ height: math.unit(1860, "meters")
+ },
+ ]
+))
+
//characters
function makeCharacters() {