diff --git a/media/attribution.js b/media/attribution.js
index 13db3dac..e224683f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11502,6 +11502,20 @@ const attributionData = {
"plat"
]
},
+ {
+ prefix: "./media/characters/neapolitan-ananassa/",
+ files: [
+ { name: "front.svg", source: null, nsfw: true },
+ { name: "side.svg", source: null, nsfw: true },
+ { name: "back.svg", source: null, nsfw: true },
+ ],
+ authors: [
+ "niucniuc"
+ ],
+ owners: [
+ "queenneapolitan"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -15841,6 +15855,14 @@ const attributionData = {
"name": "energytransition",
"url": "https://energytransition.org/"
},
+ "queenneapolitan": {
+ "name": "QueenNeapolitan",
+ "url": "https://twitter.com/QueenNeapolitan"
+ },
+ "niucniuc": {
+ "name": "Niu",
+ "url": "https://twitter.com/niucniuc"
+ },
}
}
diff --git a/media/characters/neapolitan-ananassa/back.svg b/media/characters/neapolitan-ananassa/back.svg
new file mode 100644
index 00000000..7004e854
--- /dev/null
+++ b/media/characters/neapolitan-ananassa/back.svg
@@ -0,0 +1,449 @@
+
+
+
diff --git a/media/characters/neapolitan-ananassa/front.svg b/media/characters/neapolitan-ananassa/front.svg
new file mode 100644
index 00000000..d6b77996
--- /dev/null
+++ b/media/characters/neapolitan-ananassa/front.svg
@@ -0,0 +1,478 @@
+
+
+
diff --git a/media/characters/neapolitan-ananassa/side.svg b/media/characters/neapolitan-ananassa/side.svg
new file mode 100644
index 00000000..266982df
--- /dev/null
+++ b/media/characters/neapolitan-ananassa/side.svg
@@ -0,0 +1,421 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9e5a20c4..a0595bf2 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -29153,6 +29153,57 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Neapolitan Ananassa", species: ["gelato-bee"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(15 + 5/12, "feet"),
+ weight: math.unit(4600, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/neapolitan-ananassa/front.svg",
+ extra: 2903/2736,
+ bottom: 0/2903
+ }
+ },
+ side: {
+ height: math.unit(15 + 5/12, "feet"),
+ weight: math.unit(4600, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/neapolitan-ananassa/side.svg",
+ extra: 2925/2719,
+ bottom: 0/2925
+ }
+ },
+ back: {
+ height: math.unit(15 + 5/12, "feet"),
+ weight: math.unit(4600, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/neapolitan-ananassa/back.svg",
+ extra: 2903/2736,
+ bottom: 0/2903
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(15 + 5/12, "feet"),
+ default: true
+ },
+ {
+ name: "Post-Millenium",
+ height: math.unit(35 + 5/12, "feet")
+ },
+ {
+ name: "Post-Era",
+ height: math.unit(450 + 5/12, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {