diff --git a/media/attribution.js b/media/attribution.js
index 798d7db6..46a6fecf 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18528,6 +18528,20 @@ const attributionData = {
"datastains"
]
},
+ {
+ prefix: "./media/characters/mallory/",
+ files: [
+ { name: "front.svg", source: "https://trello.com/c/WYYRyWh1/45-ref-by-cyamallo" },
+ { name: "hand.svg", source: "https://trello.com/c/WYYRyWh1/45-ref-by-cyamallo" },
+ { name: "paw.svg", source: "https://trello.com/c/WYYRyWh1/45-ref-by-cyamallo" },
+ ],
+ authors: [
+ "cyamallo"
+ ],
+ owners: [
+ "datastains"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -25589,6 +25603,10 @@ const attributionData = {
"name": "Hanmonster",
"url": "https://twitter.com/kalydali"
},
+ "cyamallo": {
+ "name": "Cyamallo",
+ "url": "https://trello.com/c/WYYRyWh1/45-ref-by-cyamallo"
+ },
}
}
diff --git a/media/characters/mallory/front.svg b/media/characters/mallory/front.svg
new file mode 100644
index 00000000..0b89b9f3
--- /dev/null
+++ b/media/characters/mallory/front.svg
@@ -0,0 +1,873 @@
+
+
+
diff --git a/media/characters/mallory/hand.svg b/media/characters/mallory/hand.svg
new file mode 100644
index 00000000..5e787d53
--- /dev/null
+++ b/media/characters/mallory/hand.svg
@@ -0,0 +1,108 @@
+
+
+
diff --git a/media/characters/mallory/paw.svg b/media/characters/mallory/paw.svg
new file mode 100644
index 00000000..835017a9
--- /dev/null
+++ b/media/characters/mallory/paw.svg
@@ -0,0 +1,115 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3b2a0c60..f273964a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -50068,6 +50068,42 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Mallory", species: ["rabbit"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5, "inches"),
+ name: "Front",
+ image: {
+ source: "./media/characters/mallory/front.svg",
+ extra: 1919/1678,
+ bottom: 29/1948
+ }
+ },
+ hand: {
+ height: math.unit(0.73, "inches"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/mallory/hand.svg"
+ }
+ },
+ paw: {
+ height: math.unit(0.68, "inches"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/mallory/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(5, "inches"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {