diff --git a/media/attribution.js b/media/attribution.js
index 63dbfaaa..a2f4e512 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19941,6 +19941,19 @@ const attributionData = {
"xazzon"
]
},
+ {
+ prefix: "./media/characters/aurora-beagsidhe/",
+ files: [
+ { name: "dressed.svg", source: "https://twitter.com/Emerald_Aurora/status/1480547356722540550" },
+ { name: "undressed.svg", source: null },
+ ],
+ authors: [
+ "jerbear"
+ ],
+ owners: [
+ "emerald-aurora"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27802,6 +27815,14 @@ const attributionData = {
"name": "xazzon",
"url": "https://twitter.com/xazzonozzax/"
},
+ "jerbear": {
+ "name": "Jerbear",
+ "url": "https://twitter.com/JShedgiehog"
+ },
+ "emerald-aurora": {
+ "name": "Aurora",
+ "url": "https://twitter.com/Emerald_Aurora"
+ },
}
}
diff --git a/media/characters/aurora-beagsidhe/dressed.svg b/media/characters/aurora-beagsidhe/dressed.svg
new file mode 100644
index 00000000..c4d3c463
--- /dev/null
+++ b/media/characters/aurora-beagsidhe/dressed.svg
@@ -0,0 +1,1002 @@
+
+
+
diff --git a/media/characters/aurora-beagsidhe/undressed.svg b/media/characters/aurora-beagsidhe/undressed.svg
new file mode 100644
index 00000000..a2531328
--- /dev/null
+++ b/media/characters/aurora-beagsidhe/undressed.svg
@@ -0,0 +1,942 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2c83ee20..e11608bb 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -54654,6 +54654,91 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Aurora Beagsidhe", species: ["catgirl"], tags: ["anthro"] },
+ {
+ dressed: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(173, "lb"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/aurora-beagsidhe/dressed.svg",
+ extra: 3262/2862,
+ bottom: 188/3450
+ }
+ },
+ undressed: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(173, "lb"),
+ name: "Undressed",
+ image: {
+ source: "./media/characters/aurora-beagsidhe/undressed.svg",
+ extra: 3262/2862,
+ bottom: 188/3450
+ }
+ },
+ },
+ [
+ {
+ name: "The void",
+ height: math.unit(7.29193e-34, "angstroms")
+ },
+ {
+ name: "Uh-Oh.",
+ height: math.unit(5.734e-7, "angstroms")
+ },
+ {
+ name: "Pico",
+ height: math.unit(0.876, "angstroms")
+ },
+ {
+ name: "Nano",
+ height: math.unit(0.000134200, "mm")
+ },
+ {
+ name: "Micro",
+ height: math.unit(0.0673020, "mm")
+ },
+ {
+ name: "Tiny",
+ height: math.unit(2.4, "mm")
+ },
+ {
+ name: "Actual Normal",
+ height: math.unit(3, "inches"),
+ default: true
+ },
+ {
+ name: "Normal",
+ height: math.unit(5 + 8/12, "feet")
+ },
+ {
+ name: "Giant",
+ height: math.unit(12, "feet")
+ },
+ {
+ name: "City Ruler",
+ height: math.unit(270, "meters")
+ },
+ {
+ name: "Giga",
+ height: math.unit(1117.6, "km")
+ },
+ {
+ name: "All-Powerful Queen",
+ height: math.unit(70.8, "gigameters")
+ },
+ {
+ name: "'Goddess'",
+ height: math.unit(600, "yottameters")
+ },
+ {
+ name: "Biggest!",
+ height: math.unit(4.23e5, "yottameters")
+ },
+ ]
+))
+
//characters
function makeCharacters() {