diff --git a/media/attribution.js b/media/attribution.js
index 22e595d5..613f5add 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19866,6 +19866,19 @@ const attributionData = {
"pinksaber"
]
},
+ {
+ prefix: "./media/characters/alsandair-hergenroether/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/TheMagicalPango/status/1472794118141231108", nsfw: true },
+ { name: "back.svg", source: "https://twitter.com/TheMagicalPango/status/1472794118141231108", nsfw: true },
+ ],
+ authors: [
+ "norodoggo"
+ ],
+ owners: [
+ "themagicalpango"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27672,6 +27685,14 @@ const attributionData = {
"name": "WinterWarning",
"url": "https://twitter.com/warning_winter"
},
+ "norodoggo": {
+ "name": "NoroDoggo",
+ "url": "https://twitter.com/norodoggo"
+ },
+ "themagicalpango": {
+ "name": "TheMagicalPango",
+ "url": "https://twitter.com/TheMagicalPango/"
+ },
}
}
diff --git a/media/characters/alsandair-hergenroether/back.svg b/media/characters/alsandair-hergenroether/back.svg
new file mode 100644
index 00000000..13603685
--- /dev/null
+++ b/media/characters/alsandair-hergenroether/back.svg
@@ -0,0 +1,1896 @@
+
+
+
diff --git a/media/characters/alsandair-hergenroether/front.svg b/media/characters/alsandair-hergenroether/front.svg
new file mode 100644
index 00000000..1fe9d48b
--- /dev/null
+++ b/media/characters/alsandair-hergenroether/front.svg
@@ -0,0 +1,2924 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6b179801..36c24689 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -54433,6 +54433,43 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Alsandair Hergenroether", species: ["pangolin", "deity"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(7 + 5/12, "feet"),
+ weight: math.unit(687, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/alsandair-hergenroether/front.svg",
+ extra: 1251/1186,
+ bottom: 75/1326
+ }
+ },
+ back: {
+ height: math.unit(7 + 5/12, "feet"),
+ weight: math.unit(687, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/alsandair-hergenroether/back.svg",
+ extra: 1290/1229,
+ bottom: 17/1307
+ }
+ },
+ },
+ [
+ {
+ name: "Max Compression",
+ height: math.unit(7 + 5/12, "feet"),
+ default: true
+ },
+ {
+ name: "\"Normal\"",
+ height: math.unit(2, "universes")
+ },
+ ]
+))
+
//characters
function makeCharacters() {