diff --git a/media/attribution.js b/media/attribution.js
index 14c15ba0..2c6843cf 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14092,6 +14092,21 @@ const attributionData = {
"youkai-chan"
]
},
+ {
+ prefix: "./media/characters/gen/",
+ files: [
+ { name: "front-human.svg", source: "https://www.furaffinity.net/view/39532877/" },
+ { name: "back-human.svg", source: "https://www.furaffinity.net/view/39532877/" },
+ { name: "front-demi.svg", source: "https://www.furaffinity.net/view/39532934/" },
+ { name: "back-demi.svg", source: "https://www.furaffinity.net/view/39532934/" },
+ ],
+ authors: [
+ "youkai-chan"
+ ],
+ owners: [
+ "youkai-chan"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/gen/back-demi.svg b/media/characters/gen/back-demi.svg
new file mode 100644
index 00000000..abfb0073
--- /dev/null
+++ b/media/characters/gen/back-demi.svg
@@ -0,0 +1,436 @@
+
+
+
diff --git a/media/characters/gen/back-human.svg b/media/characters/gen/back-human.svg
new file mode 100644
index 00000000..dc82d6aa
--- /dev/null
+++ b/media/characters/gen/back-human.svg
@@ -0,0 +1,445 @@
+
+
+
diff --git a/media/characters/gen/front-demi.svg b/media/characters/gen/front-demi.svg
new file mode 100644
index 00000000..4c782bd6
--- /dev/null
+++ b/media/characters/gen/front-demi.svg
@@ -0,0 +1,540 @@
+
+
+
diff --git a/media/characters/gen/front-human.svg b/media/characters/gen/front-human.svg
new file mode 100644
index 00000000..c801d35d
--- /dev/null
+++ b/media/characters/gen/front-human.svg
@@ -0,0 +1,510 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5d09068d..ee79d140 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -36665,6 +36665,55 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Gen", species: ["cat", "human"], tags: ["anthro"] },
+ {
+ frontHuman: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Front (Human)",
+ image: {
+ source: "./media/characters/gen/front-human.svg",
+ extra: 1627/1538,
+ bottom: 71/1698
+ }
+ },
+ backHuman: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Back (Human)",
+ image: {
+ source: "./media/characters/gen/back-human.svg",
+ extra: 1638/1548,
+ bottom: 69/1707
+ }
+ },
+ frontDemi: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Front (Demi)",
+ image: {
+ source: "./media/characters/gen/front-demi.svg",
+ extra: 1627/1538,
+ bottom: 71/1698
+ }
+ },
+ backDemi: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Back (Demi)",
+ image: {
+ source: "./media/characters/gen/back-demi.svg",
+ extra: 1638/1548,
+ bottom: 69/1707
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 2/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {