diff --git a/media/attribution.js b/media/attribution.js
index 9eaee1db..5998826e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16923,6 +16923,21 @@ const attributionData = {
"aggressiveblindspook"
]
},
+ {
+ prefix: "./media/characters/xeaduulix/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/43447168/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/43447168/" },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43447199/", nsfw: true },
+ { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/43447199/", nsfw: true },
+ ],
+ authors: [
+ "corpsedragons"
+ ],
+ owners: [
+ "xeaduulix"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23356,6 +23371,14 @@ const attributionData = {
"name": "keitz",
"url": "https://www.furaffinity.net/user/keitz/"
},
+ "xeaduulix": {
+ "name": "Xeaduulix",
+ "url": "https://www.furaffinity.net/user/xeaduulix/"
+ },
+ "corpsedragons": {
+ "name": "CorpseDragons",
+ "url": "https://twitter.com/CorpseDragons"
+ },
}
}
diff --git a/media/characters/xeaduulix/back-nsfw.svg b/media/characters/xeaduulix/back-nsfw.svg
new file mode 100644
index 00000000..428b132e
--- /dev/null
+++ b/media/characters/xeaduulix/back-nsfw.svg
@@ -0,0 +1,1567 @@
+
+
+
diff --git a/media/characters/xeaduulix/back.svg b/media/characters/xeaduulix/back.svg
new file mode 100644
index 00000000..9dd68f8f
--- /dev/null
+++ b/media/characters/xeaduulix/back.svg
@@ -0,0 +1,1472 @@
+
+
+
diff --git a/media/characters/xeaduulix/front-nsfw.svg b/media/characters/xeaduulix/front-nsfw.svg
new file mode 100644
index 00000000..00cf7d18
--- /dev/null
+++ b/media/characters/xeaduulix/front-nsfw.svg
@@ -0,0 +1,1882 @@
+
+
+
diff --git a/media/characters/xeaduulix/front.svg b/media/characters/xeaduulix/front.svg
new file mode 100644
index 00000000..bbeeea93
--- /dev/null
+++ b/media/characters/xeaduulix/front.svg
@@ -0,0 +1,1727 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index a9220341..3dba9675 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44460,6 +44460,55 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Xeaduulix", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(18, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/xeaduulix/front.svg",
+ extra: 1380/1166,
+ bottom: 110/1490
+ }
+ },
+ back: {
+ height: math.unit(18, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/xeaduulix/back.svg",
+ extra: 1592/1170,
+ bottom: 128/1720
+ }
+ },
+ frontNsfw: {
+ height: math.unit(18, "feet"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/xeaduulix/front-nsfw.svg",
+ extra: 1380/1166,
+ bottom: 110/1490
+ }
+ },
+ backNsfw: {
+ height: math.unit(18, "feet"),
+ name: "Back (NSFW)",
+ image: {
+ source: "./media/characters/xeaduulix/back-nsfw.svg",
+ extra: 1592/1170,
+ bottom: 128/1720
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(18, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {