diff --git a/media/attribution.js b/media/attribution.js
index bcba5875..7711620d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21215,6 +21215,21 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/atlas-dragon/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/30803671/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/30803671/" },
+ { name: "front-lewd.svg", source: "https://www.furaffinity.net/view/30803671/", nsfw: true },
+ { name: "back-lewd.svg", source: "https://www.furaffinity.net/view/30803671/", nsfw: true },
+ ],
+ authors: [
+ "imperatorcaesar"
+ ],
+ owners: [
+ "va0027"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/atlas-dragon/back-lewd.svg b/media/characters/atlas-dragon/back-lewd.svg
new file mode 100644
index 00000000..e6f68e30
--- /dev/null
+++ b/media/characters/atlas-dragon/back-lewd.svg
@@ -0,0 +1,3460 @@
+
+
+
diff --git a/media/characters/atlas-dragon/back.svg b/media/characters/atlas-dragon/back.svg
new file mode 100644
index 00000000..56c56cab
--- /dev/null
+++ b/media/characters/atlas-dragon/back.svg
@@ -0,0 +1,3243 @@
+
+
+
diff --git a/media/characters/atlas-dragon/front-lewd.svg b/media/characters/atlas-dragon/front-lewd.svg
new file mode 100644
index 00000000..3731b4c2
--- /dev/null
+++ b/media/characters/atlas-dragon/front-lewd.svg
@@ -0,0 +1,3950 @@
+
+
+
diff --git a/media/characters/atlas-dragon/front.svg b/media/characters/atlas-dragon/front.svg
new file mode 100644
index 00000000..5e7d1711
--- /dev/null
+++ b/media/characters/atlas-dragon/front.svg
@@ -0,0 +1,3738 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index f755c5d1..e48e4ba1 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -60083,6 +60083,99 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Atlas (Dragon)", species: ["dragon", "deity"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(2.5, "meters"),
+ weight: math.unit(200, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/atlas-dragon/front.svg",
+ extra: 745/462,
+ bottom: 36/781
+ }
+ },
+ back: {
+ height: math.unit(2.5, "meters"),
+ weight: math.unit(200, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/atlas-dragon/back.svg",
+ extra: 848/822,
+ bottom: 57/905
+ }
+ },
+ frontLewd: {
+ height: math.unit(2.5, "meters"),
+ weight: math.unit(200, "kg"),
+ name: "Front (Lewd)",
+ image: {
+ source: "./media/characters/atlas-dragon/front-lewd.svg",
+ extra: 745/462,
+ bottom: 36/781
+ }
+ },
+ backLewd: {
+ height: math.unit(2.5, "meters"),
+ weight: math.unit(200, "kg"),
+ name: "Back (Lewd)",
+ image: {
+ source: "./media/characters/atlas-dragon/back-lewd.svg",
+ extra: 848/822,
+ bottom: 57/905
+ }
+ },
+ },
+ [
+ {
+ name: "Incognito",
+ height: math.unit(2.5, "meters")
+ },
+ {
+ name: "Small Macro",
+ height: math.unit(50, "meters")
+ },
+ {
+ name: "Macro",
+ height: math.unit(350, "meters")
+ },
+ {
+ name: "Mega",
+ height: math.unit(5.5, "kilometers")
+ },
+ {
+ name: "Mega+",
+ height: math.unit(50, "km")
+ },
+ {
+ name: "Giga",
+ height: math.unit(350, "km")
+ },
+ {
+ name: "Giga+",
+ height: math.unit(2000, "km")
+ },
+ {
+ name: "Giga++",
+ height: math.unit(6500, "km")
+ },
+ {
+ name: "Terra",
+ height: math.unit(30000, "km")
+ },
+ {
+ name: "Terra+",
+ height: math.unit(250000, "km")
+ },
+ {
+ name: "True Size",
+ height: math.unit(100, "multiverses"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {