diff --git a/media/attribution.js b/media/attribution.js
index 80f65393..87cf33fd 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17370,6 +17370,20 @@ const attributionData = {
"bitotheheart"
]
},
+ {
+ prefix: "./media/characters/marvy/",
+ files: [
+ { name: "nude.svg", source: "https://www.furaffinity.net/view/19265623/", nsfw: true },
+ { name: "dressed.svg", source: "https://www.furaffinity.net/view/19265623/", nsfw: false },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/19265623/", nsfw: false },
+ ],
+ authors: [
+ "valsalia"
+ ],
+ owners: [
+ "marvy"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -24028,6 +24042,14 @@ const attributionData = {
"name": "Bito",
"url": "https://twitter.com/bitotheheart"
},
+ "valsalia": {
+ "name": "Valsalia",
+ "url": "https://www.furaffinity.net/user/valsalia/"
+ },
+ "marvy": {
+ "name": "Marvy",
+ "url": "https://www.furaffinity.net/user/marvy/"
+ },
}
}
diff --git a/media/characters/marvy/dressed.svg b/media/characters/marvy/dressed.svg
new file mode 100644
index 00000000..f93391c4
--- /dev/null
+++ b/media/characters/marvy/dressed.svg
@@ -0,0 +1,2821 @@
+
+
+
diff --git a/media/characters/marvy/head.svg b/media/characters/marvy/head.svg
new file mode 100644
index 00000000..08e1ef35
--- /dev/null
+++ b/media/characters/marvy/head.svg
@@ -0,0 +1,565 @@
+
+
+
diff --git a/media/characters/marvy/nude.svg b/media/characters/marvy/nude.svg
new file mode 100644
index 00000000..db80c393
--- /dev/null
+++ b/media/characters/marvy/nude.svg
@@ -0,0 +1,2147 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index cc04f331..edb9206c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -45881,6 +45881,46 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Marvy", species: ["sergal"], tags: ["anthro"] },
+ {
+ nude: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(225, "lb"),
+ name: "Nude",
+ image: {
+ source: "./media/characters/marvy/nude.svg",
+ extra: 1900/1683,
+ bottom: 89/1989
+ }
+ },
+ dressed: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(225, "lb"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/marvy/dressed.svg",
+ extra: 1900/1683,
+ bottom: 89/1989
+ }
+ },
+ head: {
+ height: math.unit(1, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/marvy/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {