diff --git a/media/attribution.js b/media/attribution.js
index bd293de2..3b6d82c2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13946,6 +13946,21 @@ const attributionData = {
"mutsuju"
]
},
+ {
+ prefix: "./media/characters/lexor/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/30990143/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/30990143/" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/30990143/" },
+ { name: "dick.svg", source: "https://www.furaffinity.net/view/30990143/", nsfw: true },
+ ],
+ authors: [
+ "vallhund"
+ ],
+ owners: [
+ "sai-mercael"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/lexor/back.svg b/media/characters/lexor/back.svg
new file mode 100644
index 00000000..cf70b865
--- /dev/null
+++ b/media/characters/lexor/back.svg
@@ -0,0 +1,1306 @@
+
+
+
diff --git a/media/characters/lexor/dick.svg b/media/characters/lexor/dick.svg
new file mode 100644
index 00000000..74a650b4
--- /dev/null
+++ b/media/characters/lexor/dick.svg
@@ -0,0 +1,128 @@
+
+
+
diff --git a/media/characters/lexor/front.svg b/media/characters/lexor/front.svg
new file mode 100644
index 00000000..7417de03
--- /dev/null
+++ b/media/characters/lexor/front.svg
@@ -0,0 +1,1533 @@
+
+
+
diff --git a/media/characters/lexor/maw.svg b/media/characters/lexor/maw.svg
new file mode 100644
index 00000000..2e666625
--- /dev/null
+++ b/media/characters/lexor/maw.svg
@@ -0,0 +1,775 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index bd6d0feb..96d59652 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -36323,6 +36323,53 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Lexor", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(11 + 6/12, "feet"),
+ weight: math.unit(1366, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lexor/front.svg",
+ extra: 1560/1481,
+ bottom: 211/1771
+ }
+ },
+ back: {
+ height: math.unit(11 + 6/12, "feet"),
+ weight: math.unit(1366, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/lexor/back.svg",
+ extra: 1614/1533,
+ bottom: 76/1690
+ }
+ },
+ maw: {
+ height: math.unit(3, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/lexor/maw.svg"
+ }
+ },
+ dick: {
+ height: math.unit(2.59, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/lexor/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(11 + 6/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {