diff --git a/media/attribution.js b/media/attribution.js
index 48c273c9..ecfd5fc9 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14867,6 +14867,19 @@ const attributionData = {
"kyeraangelus"
]
},
+ {
+ prefix: "./media/characters/yuko/",
+ files: [
+ { name: "front.svg", source: "https://www.deviantart.com/modezombie/art/YCH-Yuko-nude-866234014", nsfw: true },
+ { name: "front-clothed.svg", source: "https://www.deviantart.com/modezombie/art/YCH-Yuko-866234007" }
+ ],
+ authors: [
+ "modezombie"
+ ],
+ owners: [
+ "cat-tastroph"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -20350,6 +20363,14 @@ const attributionData = {
"name": "Bludgeon",
"url": "https://www.furaffinity.net/user/bludgeon"
},
+ "modezombie": {
+ "name": "ModeZombie",
+ "url": "https://www.deviantart.com/modezombie"
+ },
+ "cat-tastroph": {
+ "name": "Cat_Tastroph",
+ "url": "https://twitter.com/Cat_tastroph"
+ },
}
}
diff --git a/media/characters/yuko/front-clothed.svg b/media/characters/yuko/front-clothed.svg
new file mode 100644
index 00000000..3ce8c453
--- /dev/null
+++ b/media/characters/yuko/front-clothed.svg
@@ -0,0 +1,789 @@
+
+
+
diff --git a/media/characters/yuko/front.svg b/media/characters/yuko/front.svg
new file mode 100644
index 00000000..442d3c45
--- /dev/null
+++ b/media/characters/yuko/front.svg
@@ -0,0 +1,716 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 114ae25c..84983a41 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -39322,6 +39322,55 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Yuko", species: ["catgirl"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(7 + 6/12, "feet"),
+ weight: math.unit(540, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/yuko/front.svg",
+ extra: 1282/1222,
+ bottom: 101/1383
+ }
+ },
+ frontClothed: {
+ height: math.unit(7 + 6/12, "feet"),
+ weight: math.unit(540, "lb"),
+ name: "Front (Clothed)",
+ image: {
+ source: "./media/characters/yuko/front-clothed.svg",
+ extra: 1282/1222,
+ bottom: 101/1383
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 6/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(26 + 9/12, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(300, "feet")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(5000, "feet")
+ },
+ {
+ name: "Planetary",
+ height: math.unit(10000, "miles")
+ },
+ ]
+))
+
//characters
function makeCharacters() {