diff --git a/media/attribution.js b/media/attribution.js
index b1688187..af8648e3 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14696,6 +14696,19 @@ const attributionData = {
"tiff"
]
},
+ {
+ prefix: "./media/characters/raxinath/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/38531426/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/38531426/" },
+ ],
+ authors: [
+ "alphamoonlight"
+ ],
+ owners: [
+ "swoledraggo"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -20123,6 +20136,14 @@ const attributionData = {
"name": "kuro724",
"url": null
},
+ "swoledraggo": {
+ "name": "SwoleDraggo",
+ "url": "https://www.furaffinity.net/user/swoledraggo/"
+ },
+ "alphamoonlight": {
+ "name": "AlphaMoonlight",
+ "url": "https://www.furaffinity.net/user/alphamoonlight"
+ },
}
}
diff --git a/media/characters/raxinath/back.svg b/media/characters/raxinath/back.svg
new file mode 100644
index 00000000..447a4755
--- /dev/null
+++ b/media/characters/raxinath/back.svg
@@ -0,0 +1,606 @@
+
+
+
diff --git a/media/characters/raxinath/front.svg b/media/characters/raxinath/front.svg
new file mode 100644
index 00000000..dabbac37
--- /dev/null
+++ b/media/characters/raxinath/front.svg
@@ -0,0 +1,844 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 4bb7d78c..6c369d96 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -38667,6 +38667,59 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Raxinath", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/raxinath/front.svg",
+ extra: 1407/1309,
+ bottom: 39/1446
+ }
+ },
+ back: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/raxinath/back.svg",
+ extra: 1405/1315,
+ bottom: 9/1414
+ }
+ },
+ },
+ [
+ {
+ name: "Speck",
+ height: math.unit(0.5, "nm")
+ },
+ {
+ name: "Micro",
+ height: math.unit(3, "inches")
+ },
+ {
+ name: "Kobold",
+ height: math.unit(3, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(8, "feet"),
+ default: true
+ },
+ {
+ name: "Building",
+ height: math.unit(50, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(300, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {