diff --git a/media/attribution.js b/media/attribution.js
index 4cc89f42..78a0d95e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13097,6 +13097,20 @@ const attributionData = {
"yiffbattle"
]
},
+ {
+ prefix: "./media/characters/xoltol/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34067351/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/34067351/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/34067351/" },
+ ],
+ authors: [
+ "tinythehusky"
+ ],
+ owners: [
+ "xoltol"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -18052,6 +18066,14 @@ const attributionData = {
"name": "Yiffbattle",
"url": "https://twitter.com/Yiffbattle/"
},
+ "tinythehusky": {
+ "name": "TinyTheHusky",
+ "url": "https://www.furaffinity.net/user/tinythehusky/"
+ },
+ "xoltol": {
+ "name": "Xoltol Argentum",
+ "url": "https://twitter.com/XoltolA"
+ },
}
}
diff --git a/media/characters/xoltol/front.svg b/media/characters/xoltol/front.svg
new file mode 100644
index 00000000..ec348ee2
--- /dev/null
+++ b/media/characters/xoltol/front.svg
@@ -0,0 +1,517 @@
+
+
+
diff --git a/media/characters/xoltol/hand.svg b/media/characters/xoltol/hand.svg
new file mode 100644
index 00000000..bf83591d
--- /dev/null
+++ b/media/characters/xoltol/hand.svg
@@ -0,0 +1,83 @@
+
+
+
diff --git a/media/characters/xoltol/side.svg b/media/characters/xoltol/side.svg
new file mode 100644
index 00000000..81cc41d6
--- /dev/null
+++ b/media/characters/xoltol/side.svg
@@ -0,0 +1,363 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 531dcd5f..f2d34e58 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -34230,6 +34230,60 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Xoltol", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(7 + 2/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/xoltol/front.svg",
+ extra: 2212/2124,
+ bottom: 84/2296
+ }
+ },
+ side: {
+ height: math.unit(7 + 2/12, "feet"),
+ name: "Side",
+ image: {
+ source: "./media/characters/xoltol/side.svg",
+ extra: 2273/2197,
+ bottom: 26/2299
+ }
+ },
+ hand: {
+ height: math.unit(2.5, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/xoltol/hand.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Small-ish",
+ height: math.unit(5 + 11/12, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(7 + 2/12, "feet")
+ },
+ {
+ name: "\"Macro\"",
+ height: math.unit(14 + 9/12, "feet"),
+ default: true
+ },
+ {
+ name: "Alternate Height",
+ height: math.unit(20, "feet")
+ },
+ {
+ name: "Actually Macro",
+ height: math.unit(100, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {