diff --git a/media/attribution.js b/media/attribution.js
index 621aa591..18513e76 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18749,6 +18749,25 @@ const attributionData = {
"foxinov"
]
},
+ {
+ prefix: "./media/characters/aetherios/",
+ files: [
+ { name: "bottom.svg", source: "null", nsfw: false },
+ { name: "forepaw.svg", source: "null", nsfw: false },
+ { name: "genitals.svg", source: "null", nsfw: true },
+ { name: "head.svg", source: "null", nsfw: false },
+ { name: "hindpaw.svg", source: "null", nsfw: false },
+ { name: "maw.svg", source: "null", nsfw: false },
+ { name: "side.svg", source: "null", nsfw: false },
+ { name: "top.svg", source: "null", nsfw: false },
+ ],
+ authors: [
+ "shadowwolfhunter"
+ ],
+ owners: [
+ "aetherios"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -25834,6 +25853,10 @@ const attributionData = {
"name": "Izzy",
"url": "https://twitter.com/filthyizzy"
},
+ "aetherios": {
+ "name": "Aetherios",
+ "url": "https://www.furaffinity.net/user/aetherios/"
+ },
}
}
diff --git a/media/characters/aetherios/bottom.svg b/media/characters/aetherios/bottom.svg
new file mode 100644
index 00000000..152db518
--- /dev/null
+++ b/media/characters/aetherios/bottom.svg
@@ -0,0 +1,1174 @@
+
+
+
diff --git a/media/characters/aetherios/forepaw.svg b/media/characters/aetherios/forepaw.svg
new file mode 100644
index 00000000..bcf7b146
--- /dev/null
+++ b/media/characters/aetherios/forepaw.svg
@@ -0,0 +1,187 @@
+
+
+
diff --git a/media/characters/aetherios/genitals.svg b/media/characters/aetherios/genitals.svg
new file mode 100644
index 00000000..49a92cf6
--- /dev/null
+++ b/media/characters/aetherios/genitals.svg
@@ -0,0 +1,731 @@
+
+
+
diff --git a/media/characters/aetherios/head.svg b/media/characters/aetherios/head.svg
new file mode 100644
index 00000000..c5412773
--- /dev/null
+++ b/media/characters/aetherios/head.svg
@@ -0,0 +1,2144 @@
+
+
+
diff --git a/media/characters/aetherios/hindpaw.svg b/media/characters/aetherios/hindpaw.svg
new file mode 100644
index 00000000..0bc952e0
--- /dev/null
+++ b/media/characters/aetherios/hindpaw.svg
@@ -0,0 +1,287 @@
+
+
+
diff --git a/media/characters/aetherios/maw.svg b/media/characters/aetherios/maw.svg
new file mode 100644
index 00000000..3a33f845
--- /dev/null
+++ b/media/characters/aetherios/maw.svg
@@ -0,0 +1,1085 @@
+
+
+
diff --git a/media/characters/aetherios/side.svg b/media/characters/aetherios/side.svg
new file mode 100644
index 00000000..5027af47
--- /dev/null
+++ b/media/characters/aetherios/side.svg
@@ -0,0 +1,3270 @@
+
+
+
diff --git a/media/characters/aetherios/top.svg b/media/characters/aetherios/top.svg
new file mode 100644
index 00000000..7f6b88cc
--- /dev/null
+++ b/media/characters/aetherios/top.svg
@@ -0,0 +1,1085 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3126e5b0..bc644ce0 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -50690,6 +50690,104 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Aetherios", species: ["dragon"], tags: ["feral"] },
+ {
+ side: {
+ height: math.unit(47.2, "meters"),
+ weight: math.unit(10000, "tons"),
+ name: "Side",
+ image: {
+ source: "./media/characters/aetherios/side.svg",
+ extra: 2363/642,
+ bottom: 221/2584
+ }
+ },
+ top: {
+ height: math.unit(240, "meters"),
+ weight: math.unit(10000, "tons"),
+ name: "Top",
+ image: {
+ source: "./media/characters/aetherios/top.svg"
+ }
+ },
+ bottom: {
+ height: math.unit(240, "meters"),
+ weight: math.unit(10000, "tons"),
+ name: "Bottom",
+ image: {
+ source: "./media/characters/aetherios/bottom.svg"
+ }
+ },
+ head: {
+ height: math.unit(38.6, "meters"),
+ name: "Head",
+ image: {
+ source: "./media/characters/aetherios/head.svg",
+ extra: 1335/1112,
+ bottom: 0/1335
+ }
+ },
+ maw: {
+ height: math.unit(16.37, "meters"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/aetherios/maw.svg",
+ extra: 748/637,
+ bottom: 0/748
+ }
+ },
+ forepaw: {
+ height: math.unit(18, "meters"),
+ name: "Forepaw",
+ image: {
+ source: "./media/characters/aetherios/forepaw.svg"
+ }
+ },
+ hindpaw: {
+ height: math.unit(23, "meters"),
+ name: "Hindpaw",
+ image: {
+ source: "./media/characters/aetherios/hindpaw.svg"
+ }
+ },
+ genitals: {
+ height: math.unit(42, "meters"),
+ name: "Genitals",
+ image: {
+ source: "./media/characters/aetherios/genitals.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(47.2, "meters"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(160, "meters")
+ },
+ {
+ name: "Mega",
+ height: math.unit(1.87, "km")
+ },
+ {
+ name: "Giga",
+ height: math.unit(40000, "km")
+ },
+ {
+ name: "Stellar",
+ height: math.unit(158000000, "km")
+ },
+ {
+ name: "Cosmic",
+ height: math.unit(9.46e12, "km")
+ },
+ ]
+))
+
//characters
function makeCharacters() {