diff --git a/media/attribution.js b/media/attribution.js
index 5a61b842..368ecc1c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3568,7 +3568,11 @@ const attributionData = {
{
prefix: "./media/characters/natasha/",
files: [
- { name: "front.svg", source: null }
+ { name: "front.svg", source: null },
+ { name: "front-nsfw.svg", source: null, nsfw: true },
+ { name: "front-erect.svg", source: null, nsfw: true },
+ { name: "back.svg", source: null },
+ { name: "dick.svg", source: null, nsfw: true },
],
authors: [
"fsmaverick",
@@ -3578,6 +3582,18 @@ const attributionData = {
"natasha"
]
},
+ {
+ prefix: "./media/characters/natasha/",
+ files: [
+ { name: "back-alt.svg", source: "https://www.furaffinity.net/view/36021528/" },
+ ],
+ authors: [
+ "miss-avens"
+ ],
+ owners: [
+ "natasha"
+ ]
+ },
{
prefix: "./media/characters/nebula/",
files: [
@@ -12408,6 +12424,10 @@ const attributionData = {
"name": "Bronzewing",
"url": "https://www.furaffinity.net/user/geldazane/",
},
+ "miss-avens": {
+ "name": "miss-avens",
+ "url": "https://www.furaffinity.net/user/miss-avens",
+ },
}
}
diff --git a/media/characters/natasha/back-alt.svg b/media/characters/natasha/back-alt.svg
new file mode 100644
index 00000000..fc885e1e
--- /dev/null
+++ b/media/characters/natasha/back-alt.svg
@@ -0,0 +1,336 @@
+
+
+
diff --git a/media/characters/natasha/back.svg b/media/characters/natasha/back.svg
new file mode 100644
index 00000000..6e2e8492
--- /dev/null
+++ b/media/characters/natasha/back.svg
@@ -0,0 +1,412 @@
+
+
+
diff --git a/media/characters/natasha/dick.svg b/media/characters/natasha/dick.svg
new file mode 100644
index 00000000..4dfef839
--- /dev/null
+++ b/media/characters/natasha/dick.svg
@@ -0,0 +1,134 @@
+
+
+
diff --git a/media/characters/natasha/front-erect.svg b/media/characters/natasha/front-erect.svg
new file mode 100644
index 00000000..3997c596
--- /dev/null
+++ b/media/characters/natasha/front-erect.svg
@@ -0,0 +1,849 @@
+
+
+
diff --git a/media/characters/natasha/front-nsfw.svg b/media/characters/natasha/front-nsfw.svg
new file mode 100644
index 00000000..d5d67819
--- /dev/null
+++ b/media/characters/natasha/front-nsfw.svg
@@ -0,0 +1,724 @@
+
+
+
diff --git a/media/characters/natasha/front.svg b/media/characters/natasha/front.svg
index 10b29acc..fef42a9a 100644
--- a/media/characters/natasha/front.svg
+++ b/media/characters/natasha/front.svg
@@ -1,574 +1,688 @@
diff --git a/presets/characters.js b/presets/characters.js
index b3982bd3..6c305df3 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -867,8 +867,55 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/natasha/front.svg",
- extra: 875 / 846,
- bottom: 0.01
+ extra: 859/824,
+ bottom: 23/879.6
+ }
+ },
+ frontNsfw: {
+ height: math.unit(5 + 5 / 12, "feet"),
+ weight: math.unit(75, "kg"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/natasha/front-nsfw.svg",
+ extra: 859/824,
+ bottom: 23/879.6
+ }
+ },
+ frontErect: {
+ height: math.unit(5 + 5 / 12, "feet"),
+ weight: math.unit(75, "kg"),
+ name: "Front (Erect)",
+ image: {
+ source: "./media/characters/natasha/front-erect.svg",
+ extra: 859/824,
+ bottom: 23/879.6
+ }
+ },
+ back: {
+ height: math.unit(5 + 5 / 12, "feet"),
+ weight: math.unit(75, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/natasha/back.svg",
+ extra: 887.9/852.6,
+ bottom: 9.7/896.4
+ }
+ },
+ backAlt: {
+ height: math.unit(5 + 5 / 12, "feet"),
+ weight: math.unit(75, "kg"),
+ name: "Back (Alt)",
+ image: {
+ source: "./media/characters/natasha/back-alt.svg",
+ extra: 1236.7/1192,
+ bottom: 22.3/1258.2
+ }
+ },
+ dick: {
+ height: math.unit(1.772, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/natasha/dick.svg"
}
},
},