diff --git a/media/attribution.js b/media/attribution.js
index ccd8e242..0aa64374 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20728,6 +20728,9 @@ const attributionData = {
                 { name: "delphox-front.svg", source: "https://twitter.com/Cassettewaves/status/1387838932662951937" },
                 { name: "delphox-back.svg", source: "https://twitter.com/Cassettewaves/status/1387838932662951937" },
                 { name: "delphox-front-nsfw.svg", source: null, nsfw: true},
+                { name: "mienshao-front.svg", source: "https://twitter.com/Cassettewaves/status/1412562774371323910" },
+                { name: "mienshao-back.svg", source: "https://twitter.com/Cassettewaves/status/1412562774371323910" },
+                { name: "mienshao-front-nsfw.svg", source: null, nsfw: true},
             ],
             authors: [
                 "cassettewaves"
diff --git a/media/characters/robin-phox/mienshao-back.svg b/media/characters/robin-phox/mienshao-back.svg
new file mode 100644
index 00000000..d08552f8
--- /dev/null
+++ b/media/characters/robin-phox/mienshao-back.svg
@@ -0,0 +1,661 @@
+
+
+
diff --git a/media/characters/robin-phox/mienshao-front-nsfw.svg b/media/characters/robin-phox/mienshao-front-nsfw.svg
new file mode 100644
index 00000000..4fb6f4f2
--- /dev/null
+++ b/media/characters/robin-phox/mienshao-front-nsfw.svg
@@ -0,0 +1,958 @@
+
+
+
diff --git a/media/characters/robin-phox/mienshao-front.svg b/media/characters/robin-phox/mienshao-front.svg
new file mode 100644
index 00000000..e47bea11
--- /dev/null
+++ b/media/characters/robin-phox/mienshao-front.svg
@@ -0,0 +1,916 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 93bf0049..e6498cad 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -57572,7 +57572,7 @@ characterMakers.push(() => makeCharacter(
 ))
 
 characterMakers.push(() => makeCharacter(
-    { name: "Robin Phox", species: ["snivy", "yoshi"], tags: ["anthro"] },
+    { name: "Robin Phox", species: ["snivy", "yoshi", "delphox", "mienshao"], tags: ["anthro"] },
     {
         snivy_front: {
             height: math.unit(2, "feet"),
@@ -57700,6 +57700,40 @@ characterMakers.push(() => makeCharacter(
             },
             form: "delphox",
         },
+        mienshao_front: {
+            height: math.unit(4 + 7/12, "feet"),
+            weight: math.unit(78.3, "lb"),
+            name: "Front",
+            image: {
+                source: "./media/characters/robin-phox/mienshao-front.svg",
+                extra: 1052/970,
+                bottom: 108/1160
+            },
+            form: "mienshao",
+            default: true
+        },
+        mienshao_frontNsfw: {
+            height: math.unit(4 + 7/12, "feet"),
+            weight: math.unit(78.3, "lb"),
+            name: "Front (NSFW)",
+            image: {
+                source: "./media/characters/robin-phox/mienshao-front-nsfw.svg",
+                extra: 1052/970,
+                bottom: 108/1160
+            },
+            form: "mienshao",
+        },
+        mienshao_back: {
+            height: math.unit(4 + 7/12, "feet"),
+            weight: math.unit(78.3, "lb"),
+            name: "Back",
+            image: {
+                source: "./media/characters/robin-phox/mienshao-back.svg",
+                extra: 1102/982,
+                bottom: 32/1134
+            },
+            form: "mienshao",
+        },
     },
     [
         {
@@ -57720,6 +57754,12 @@ characterMakers.push(() => makeCharacter(
             default: true,
             form: "delphox"
         },
+        {
+            name: "Normal",
+            height: math.unit(4 + 7/12, "feet"),
+            default: true,
+            form: "mienshao"
+        },
         {
             name: "Macro",
             height: math.unit(500, "feet"),
@@ -57752,6 +57792,9 @@ characterMakers.push(() => makeCharacter(
         "delphox": {
             name: "Delphox",
         },
+        "mienshao": {
+            name: "Mienshao",
+        },
     }
 ))