diff --git a/media/attribution.js b/media/attribution.js
index fc29ee44..d2858005 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9830,6 +9830,20 @@ const attributionData = {
                 "angelthecatgirl"
             ]
         },
+        {
+            prefix: "./media/characters/mekana/",
+            files: [
+                { name: "front.svg", source: null, nsfw: true },
+                { name: "side.svg", source: null, nsfw: true },
+                { name: "back.svg", source: null, nsfw: true },
+            ],
+            authors: [
+                "angelthecatgirl"
+            ],
+            owners: [
+                "angelthecatgirl"
+            ]
+        },
         //characters
         {
             prefix: "./media/dildos/chance/",
diff --git a/media/characters/mekana/back.svg b/media/characters/mekana/back.svg
new file mode 100644
index 00000000..73d41154
--- /dev/null
+++ b/media/characters/mekana/back.svg
@@ -0,0 +1,314 @@
+
+
+
diff --git a/media/characters/mekana/front.svg b/media/characters/mekana/front.svg
new file mode 100644
index 00000000..e8e78d7b
--- /dev/null
+++ b/media/characters/mekana/front.svg
@@ -0,0 +1,283 @@
+
+
+
diff --git a/media/characters/mekana/side.svg b/media/characters/mekana/side.svg
new file mode 100644
index 00000000..35d9e11e
--- /dev/null
+++ b/media/characters/mekana/side.svg
@@ -0,0 +1,225 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ef6d4beb..713a50e9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -494,6 +494,11 @@ const speciesData = {
       name: "Catgirl",
       parents: ["mammal"]
     },
+    "cowgirl": {
+      name: "Cowgirl",
+      parents: ["mammal"]
+    },
+    
     
     
     
@@ -23484,6 +23489,48 @@ characterMakers.push(() => makeCharacter(
     ]
 ))
 
+characterMakers.push(() => makeCharacter(
+    { name: "Mekana", species: ["cowgirl"], tags: ["anthro"] },
+    {
+        front: {
+            height: math.unit(5, "feet"),
+            weight: math.unit(180, "lb"),
+            name: "Front",
+            image: {
+                source: "./media/characters/mekana/front.svg",
+                extra: 1671/1605,
+                bottom: 3.5/1691
+            }
+        },
+        side: {
+            height: math.unit(5, "feet"),
+            weight: math.unit(180, "lb"),
+            name: "Side",
+            image: {
+                source: "./media/characters/mekana/side.svg",
+                extra: 1671/1605,
+                bottom: 3.5/1691
+            }
+        },
+        back: {
+            height: math.unit(5, "feet"),
+            weight: math.unit(180, "lb"),
+            name: "Back",
+            image: {
+                source: "./media/characters/mekana/back.svg",
+                extra: 1671/1605,
+                bottom: 3.5/1691
+            }
+        },
+    },
+    [
+        {
+            name: "Normal",
+            height: math.unit(5, "feet")
+        },
+    ]
+))
+
 //characters
 
 function makeCharacters() {