diff --git a/media/LICENSES.md b/media/LICENSES.md
index d49293b4..3fb744ca 100644
--- a/media/LICENSES.md
+++ b/media/LICENSES.md
@@ -615,6 +615,20 @@ https://www.furaffinity.net/view/26091968/
* side.svg
* back.svg
+## Zaakira
+
+**https://www.furaffinity.net/user/citrinelle**
+
+https://www.furaffinity.net/view/20127378/
+
+* standing.svg
+
+**https://www.furaffinity.net/user/sentinelwinder**
+
+https://www.furaffinity.net/view/23174731/
+
+* laying.svg
+
# Naturals
* front.svg
diff --git a/media/characters/zaakira/laying.svg b/media/characters/zaakira/laying.svg
new file mode 100644
index 00000000..7574cea2
--- /dev/null
+++ b/media/characters/zaakira/laying.svg
@@ -0,0 +1,77 @@
+
+
+
diff --git a/media/characters/zaakira/standing.svg b/media/characters/zaakira/standing.svg
new file mode 100644
index 00000000..1e8ca065
--- /dev/null
+++ b/media/characters/zaakira/standing.svg
@@ -0,0 +1,94 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e730f61a..88d14500 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2861,6 +2861,43 @@ characterMakers["Rain Fallen"] = () => {
)
};
+characterMakers["Zaakira"] = () => {
+ return makeCharacter(
+ "Zaakira",
+ "Jazzywolf",
+ {
+ standing: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(180, "lbs"),
+ name: "Standing",
+ image: {
+ source: "./media/characters/zaakira/standing.svg"
+ }
+ },
+ laying: {
+ height: math.unit(3, "feet"),
+ weight: math.unit(180, "lbs"),
+ name: "Laying",
+ image: {
+ source: "./media/characters/zaakira/laying.svg"
+ }
+ },
+
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(216, "feet")
+ }
+ ],
+ math.unit(216, "feet")
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({