diff --git a/media/attribution.js b/media/attribution.js
index 95f3776a..82a0fdd1 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8852,6 +8852,7 @@ const attributionData = {
prefix: "./media/characters/voski/",
files: [
{ name: "front.svg", source: null },
+ { name: "front-nsfw.svg", source: null, nsfw: true},
{ name: "back.svg", source: null },
],
authors: [
diff --git a/media/characters/voski/back.svg b/media/characters/voski/back.svg
index 3871e7cf..98e56bed 100644
--- a/media/characters/voski/back.svg
+++ b/media/characters/voski/back.svg
@@ -1,7 +1,7 @@
diff --git a/media/characters/voski/front-nsfw.svg b/media/characters/voski/front-nsfw.svg
new file mode 100644
index 00000000..21f8c02b
--- /dev/null
+++ b/media/characters/voski/front-nsfw.svg
@@ -0,0 +1,543 @@
+
+
+
diff --git a/media/characters/voski/front.svg b/media/characters/voski/front.svg
index cd5edb57..409ecbb3 100644
--- a/media/characters/voski/front.svg
+++ b/media/characters/voski/front.svg
@@ -1,12 +1,12 @@
diff --git a/presets/characters.js b/presets/characters.js
index b8c6fc10..8f7ed11f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19994,6 +19994,16 @@ characterMakers.push(() => makeCharacter(
bottom: 102.7 / 2177.3866
}
},
+ frontNsfw: {
+ height: math.unit(1.72, "m"),
+ weight: math.unit(80, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/voski/front-nsfw.svg",
+ extra: 2076.22 / 2022.4,
+ bottom: 102.7 / 2177.3866
+ }
+ },
back: {
height: math.unit(1.72, "m"),
weight: math.unit(80, "lb"),