diff --git a/media/attribution.js b/media/attribution.js
index af8648e3..f7242b6f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14709,6 +14709,19 @@ const attributionData = {
"swoledraggo"
]
},
+ {
+ prefix: "./media/characters/mal-dragon/",
+ files: [
+ { name: "front.svg", source: null, nsfw: true },
+ { name: "back.svg", source: null, nsfw: true },
+ ],
+ authors: [
+ "dragga"
+ ],
+ owners: [
+ "estina"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/mal-dragon/back.svg b/media/characters/mal-dragon/back.svg
new file mode 100644
index 00000000..3a579593
--- /dev/null
+++ b/media/characters/mal-dragon/back.svg
@@ -0,0 +1,345 @@
+
+
+
diff --git a/media/characters/mal-dragon/front.svg b/media/characters/mal-dragon/front.svg
new file mode 100644
index 00000000..0aa4519f
--- /dev/null
+++ b/media/characters/mal-dragon/front.svg
@@ -0,0 +1,482 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5dcd3375..9f457529 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -38724,6 +38724,79 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Mal (Dragon)", species: ["dragon", "deity"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(1442, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/mal-dragon/front.svg",
+ extra: 1515/1444,
+ bottom: 113/1628
+ }
+ },
+ back: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(1442, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/mal-dragon/back.svg",
+ extra: 1527/1434,
+ bottom: 25/1552
+ }
+ },
+ },
+ [
+ {
+ name: "Mortal Interaction",
+ height: math.unit(10, "feet"),
+ default: true
+ },
+ {
+ name: "Large",
+ height: math.unit(30, "feet")
+ },
+ {
+ name: "Kaiju",
+ height: math.unit(300, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(10000, "feet")
+ },
+ {
+ name: "Continent Cracker",
+ height: math.unit(30000000, "feet")
+ },
+ {
+ name: "Sol-Swallowing",
+ height: math.unit(1e11, "feet")
+ },
+ {
+ name: "Light Universal",
+ height: math.unit(5, "universes")
+ },
+ {
+ name: "Universe Atoms",
+ height: math.unit(1.829e9, "universes")
+ },
+ {
+ name: "Light Multiversal",
+ height: math.unit(5, "multiverses")
+ },
+ {
+ name: "Multiverse Atoms",
+ height: math.unit(1.829e9, "multiverses")
+ },
+ {
+ name: "Fabric of Time",
+ height: math.unit(1e262, "multiverses")
+ },
+ ]
+))
+
//characters
function makeCharacters() {