diff --git a/media/attribution.js b/media/attribution.js
index fa0fe572..bd97106e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16968,6 +16968,22 @@ const attributionData = {
"liameinarr"
]
},
+ {
+ prefix: "./media/characters/cintia/",
+ files: [
+ { name: "front.svg", source: null, nsfw: true },
+ { name: "back.svg", source: null, nsfw: true },
+ { name: "front-dick.svg", source: null, nsfw: true },
+ { name: "back-dick.svg", source: null, nsfw: true },
+ { name: "bust.svg", source: null, nsfw: true },
+ ],
+ authors: [
+ "mrlynxiee"
+ ],
+ owners: [
+ "adelonda2"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/cintia/back-dick.svg b/media/characters/cintia/back-dick.svg
new file mode 100644
index 00000000..92bc0ad8
--- /dev/null
+++ b/media/characters/cintia/back-dick.svg
@@ -0,0 +1,1374 @@
+
+
+
diff --git a/media/characters/cintia/back.svg b/media/characters/cintia/back.svg
new file mode 100644
index 00000000..f3232f26
--- /dev/null
+++ b/media/characters/cintia/back.svg
@@ -0,0 +1,1301 @@
+
+
+
diff --git a/media/characters/cintia/bust.svg b/media/characters/cintia/bust.svg
new file mode 100644
index 00000000..6b5ce152
--- /dev/null
+++ b/media/characters/cintia/bust.svg
@@ -0,0 +1,884 @@
+
+
+
diff --git a/media/characters/cintia/front-dick.svg b/media/characters/cintia/front-dick.svg
new file mode 100644
index 00000000..8744c1da
--- /dev/null
+++ b/media/characters/cintia/front-dick.svg
@@ -0,0 +1,2172 @@
+
+
+
diff --git a/media/characters/cintia/front.svg b/media/characters/cintia/front.svg
new file mode 100644
index 00000000..6967caaa
--- /dev/null
+++ b/media/characters/cintia/front.svg
@@ -0,0 +1,1969 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index fab7a0a3..09e88d4b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44627,6 +44627,64 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Cintia", species: ["fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5, "meters"),
+ name: "Front",
+ image: {
+ source: "./media/characters/cintia/front.svg",
+ extra: 1312/1228,
+ bottom: 38/1350
+ }
+ },
+ back: {
+ height: math.unit(5, "meters"),
+ name: "Back",
+ image: {
+ source: "./media/characters/cintia/back.svg",
+ extra: 1260/1166,
+ bottom: 98/1358
+ }
+ },
+ frontDick: {
+ height: math.unit(5, "meters"),
+ name: "Front (Dick)",
+ image: {
+ source: "./media/characters/cintia/front-dick.svg",
+ extra: 1312/1228,
+ bottom: 38/1350
+ }
+ },
+ backDick: {
+ height: math.unit(5, "meters"),
+ name: "Back (Dick)",
+ image: {
+ source: "./media/characters/cintia/back-dick.svg",
+ extra: 1260/1166,
+ bottom: 98/1358
+ }
+ },
+ bust: {
+ height: math.unit(1.97, "meters"),
+ name: "Bust",
+ image: {
+ source: "./media/characters/cintia/bust.svg",
+ extra: 617/565,
+ bottom: 0/617
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5, "meters"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {