diff --git a/media/attribution.js b/media/attribution.js
index e30c3a4a..a50ecd44 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16480,6 +16480,19 @@ const attributionData = {
"argentvz"
]
},
+ {
+ prefix: "./media/characters/gapp/",
+ files: [
+ { name: "side.svg", source: "https://www.furaffinity.net/view/38947109/" },
+ { name: "mouth.svg", source: "https://www.furaffinity.net/view/38947109/" },
+ ],
+ authors: [
+ "corriezodori"
+ ],
+ owners: [
+ "duk3assassin"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/gapp/mouth.svg b/media/characters/gapp/mouth.svg
new file mode 100644
index 00000000..910aea4b
--- /dev/null
+++ b/media/characters/gapp/mouth.svg
@@ -0,0 +1,216 @@
+
+
+
diff --git a/media/characters/gapp/side.svg b/media/characters/gapp/side.svg
new file mode 100644
index 00000000..6dc604f1
--- /dev/null
+++ b/media/characters/gapp/side.svg
@@ -0,0 +1,626 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 352e5888..6b9f95f9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -43368,6 +43368,36 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Gapp", species: ["zorgoia"], tags: ["feral"] },
+ {
+ side: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(236, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/gapp/side.svg",
+ extra: 775/340,
+ bottom: 58/833
+ }
+ },
+ mouth: {
+ height: math.unit(2.98, "feet"),
+ name: "Mouth",
+ image: {
+ source: "./media/characters/gapp/mouth.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 1/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {