diff --git a/media/attribution.js b/media/attribution.js
index 434abdad..1d5ca7c3 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -23091,6 +23091,20 @@ const attributionData = {
"iron-azalea"
]
},
+ {
+ prefix: "./media/characters/lizzy/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/28609871/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/28609871/", nsfw: true },
+ ],
+ authors: [
+ "ashuri",
+ "chesta"
+ ],
+ owners: [
+ "timegiga"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31915,6 +31929,14 @@ const attributionData = {
"name": "-Iron~Azalea-#0125",
"url": null
},
+ "ashuri": {
+ "name": "~Ashuri",
+ "url": "https://www.furaffinity.net/user/ashuri~/"
+ },
+ "timegiga": {
+ "name": "LizzyTheOtter",
+ "url": "https://twitter.com/TimeGiga"
+ },
}
}
diff --git a/media/characters/lizzy/back.svg b/media/characters/lizzy/back.svg
new file mode 100644
index 00000000..3b3fb514
--- /dev/null
+++ b/media/characters/lizzy/back.svg
@@ -0,0 +1,1585 @@
+
+
+
diff --git a/media/characters/lizzy/front.svg b/media/characters/lizzy/front.svg
new file mode 100644
index 00000000..d2666dbe
--- /dev/null
+++ b/media/characters/lizzy/front.svg
@@ -0,0 +1,1670 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 87dc0403..5f68a6d8 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -67455,6 +67455,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Lizzy", species: ["otter"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6.4, "feet"),
+ weight: math.unit(167.5, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lizzy/front.svg",
+ extra: 1916/1791,
+ bottom: 103/2019
+ }
+ },
+ back: {
+ height: math.unit(6.4, "feet"),
+ weight: math.unit(167.5, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/lizzy/back.svg",
+ extra: 1995/1856,
+ bottom: 11/2006
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6.4, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {