diff --git a/media/attribution.js b/media/attribution.js
index 0e20923e..e266eca6 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14335,6 +14335,20 @@ const attributionData = {
"hairymage"
]
},
+ {
+ prefix: "./media/characters/gladi/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33826825/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/33826825/" },
+ { name: "feral.svg", source: "https://www.furaffinity.net/view/33826825/" },
+ ],
+ authors: [
+ "snow-wolf601"
+ ],
+ owners: [
+ "gladi"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19666,6 +19680,14 @@ const attributionData = {
"name": "hairymage",
"url": "https://www.furaffinity.net/user/hairymage"
},
+ "snow-wolf601": {
+ "name": "Snow-wolf601",
+ "url": "https://www.furaffinity.net/user/snow-wolf601"
+ },
+ "gladi": {
+ "name": "Gladi",
+ "url": "https://www.furaffinity.net/user/gladi"
+ },
}
}
diff --git a/media/characters/gladi/back.svg b/media/characters/gladi/back.svg
new file mode 100644
index 00000000..24ac60f0
--- /dev/null
+++ b/media/characters/gladi/back.svg
@@ -0,0 +1,622 @@
+
+
+
diff --git a/media/characters/gladi/feral.svg b/media/characters/gladi/feral.svg
new file mode 100644
index 00000000..6b2e743d
--- /dev/null
+++ b/media/characters/gladi/feral.svg
@@ -0,0 +1,717 @@
+
+
+
diff --git a/media/characters/gladi/front.svg b/media/characters/gladi/front.svg
new file mode 100644
index 00000000..f75ab782
--- /dev/null
+++ b/media/characters/gladi/front.svg
@@ -0,0 +1,687 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index a7a304a7..f7ceaafc 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -37452,6 +37452,58 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Gladi", species: ["cat" ,"dragon"], tags: ["anthro", "feral"] },
+ {
+ front: {
+ height: math.unit(1.7, "m"),
+ name: "Front",
+ image: {
+ source: "./media/characters/gladi/front.svg",
+ extra: 1460/1362,
+ bottom: 19/1479
+ }
+ },
+ back: {
+ height: math.unit(1.7, "m"),
+ name: "Back",
+ image: {
+ source: "./media/characters/gladi/back.svg",
+ extra: 1459/1357,
+ bottom: 12/1471
+ }
+ },
+ feral: {
+ height: math.unit(2.05, "m"),
+ name: "Feral",
+ image: {
+ source: "./media/characters/gladi/feral.svg",
+ extra: 821/557,
+ bottom: 91/912
+ }
+ },
+ },
+ [
+ {
+ name: "Shortest",
+ height: math.unit(70, "cm")
+ },
+ {
+ name: "Normal",
+ height: math.unit(1.7, "m")
+ },
+ {
+ name: "Macro",
+ height: math.unit(10, "m"),
+ default: true
+ },
+ {
+ name: "Tallest",
+ height: math.unit(200, "m")
+ },
+ ]
+))
+
//characters
function makeCharacters() {