diff --git a/media/attribution.js b/media/attribution.js
index 8ec70349..af28d59e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10000,6 +10000,23 @@ const attributionData = {
                 "xrequiem"
             ]
         },
+        {
+            prefix: "./media/characters/juri/",
+            files: [
+                { name: "back.svg", source: null, nsfw: false },
+                { name: "front.svg", source: null, nsfw: false },
+                { name: "maw.svg", source: null, nsfw: false },
+                { name: "side.svg", source: null, nsfw: false },
+                { name: "sitting.svg", source: null, nsfw: false },
+                { name: "stomach.svg", source: null, nsfw: false },
+            ],
+            authors: [
+                "meep"
+            ],
+            owners: [
+                "xrequiem"
+            ]
+        },
         //characters
         {
             prefix: "./media/dildos/chance/",
diff --git a/media/characters/juri/back.svg b/media/characters/juri/back.svg
new file mode 100644
index 00000000..95d5e10c
--- /dev/null
+++ b/media/characters/juri/back.svg
@@ -0,0 +1,365 @@
+
+
+
diff --git a/media/characters/juri/front.svg b/media/characters/juri/front.svg
new file mode 100644
index 00000000..a1fc5bac
--- /dev/null
+++ b/media/characters/juri/front.svg
@@ -0,0 +1,790 @@
+
+
+
diff --git a/media/characters/juri/maw.svg b/media/characters/juri/maw.svg
new file mode 100644
index 00000000..2fa8424a
--- /dev/null
+++ b/media/characters/juri/maw.svg
@@ -0,0 +1,324 @@
+
+
+
diff --git a/media/characters/juri/side.svg b/media/characters/juri/side.svg
new file mode 100644
index 00000000..d4a706bb
--- /dev/null
+++ b/media/characters/juri/side.svg
@@ -0,0 +1,451 @@
+
+
+
diff --git a/media/characters/juri/sitting.svg b/media/characters/juri/sitting.svg
new file mode 100644
index 00000000..8aa094d8
--- /dev/null
+++ b/media/characters/juri/sitting.svg
@@ -0,0 +1,591 @@
+
+
+
diff --git a/media/characters/juri/stomach.svg b/media/characters/juri/stomach.svg
new file mode 100644
index 00000000..f588a0db
--- /dev/null
+++ b/media/characters/juri/stomach.svg
@@ -0,0 +1,123 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 380b7026..3a491ab6 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -24822,6 +24822,74 @@ characterMakers.push(() => makeCharacter(
     ]
 ))
 
+characterMakers.push(() => makeCharacter(
+    { name: "Juri" },
+    {
+        front: {
+            height: math.unit(7 + 3/12, "feet"),
+            weight: math.unit(180, "lb"),
+            name: "Front",
+            image: {
+                source: "./media/characters/juri/front.svg",
+                extra: 1401/1237,
+                bottom: 18.5/1418
+            }
+        },
+        side: {
+            height: math.unit(7 + 3/12, "feet"),
+            weight: math.unit(180, "lb"),
+            name: "Side",
+            image: {
+                source: "./media/characters/juri/side.svg",
+                extra: 1424/1242,
+                bottom: 18.5/1447
+            }
+        },
+        sitting: {
+            height: math.unit(6, "feet"),
+            weight: math.unit(180, "lb"),
+            name: "Sitting",
+            image: {
+                source: "./media/characters/juri/sitting.svg",
+                extra: 1270/1143,
+                bottom: 100/1343
+            }
+        },
+        back: {
+            height: math.unit(7 + 3/12, "feet"),
+            weight: math.unit(180, "lb"),
+            name: "Back",
+            image: {
+                source: "./media/characters/juri/back.svg",
+                extra: 1377/1240,
+                bottom: 23.7/1405
+            }
+        },
+        maw: {
+            height: math.unit(2.8, "feet"),
+            name: "Maw",
+            image: {
+                source: "./media/characters/juri/maw.svg"
+            }
+        },
+        stomach: {
+            height: math.unit(0.89, "feet"),
+            capacity: math.unit(4, "liters"),
+            name: "Stomach",
+            image: {
+                source: "./media/characters/juri/stomach.svg"
+            }
+        },
+    },
+    [
+        {
+            name: "Normal",
+            height: math.unit(7 + 3/12, "feet"),
+            default: true
+        },
+    ]
+))
+
 //characters
 
 function makeCharacters() {