diff --git a/media/attribution.js b/media/attribution.js
index 78737aa6..0452b587 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13208,6 +13208,21 @@ const attributionData = {
"cookiecat"
]
},
+ {
+ prefix: "./media/characters/tux-kusanagi/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33391836/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/33391836/", nsfw: false },
+ { name: "rump.svg", source: "https://www.furaffinity.net/view/33391836/", nsfw: true },
+ { name: "beak.svg", source: "https://www.furaffinity.net/view/33391836/", nsfw: false },
+ ],
+ authors: [
+ "yutmutt"
+ ],
+ owners: [
+ "tuxkusanagi"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -18215,6 +18230,10 @@ const attributionData = {
"name": "cupcakewarp",
"url": "https://www.furaffinity.net/user/cupcakewarp/"
},
+ "tuxkusanagi": {
+ "name": "Tux Kusanagi",
+ "url": "https://www.furaffinity.net/user/tuxkusanagi/"
+ },
}
}
diff --git a/media/characters/tux-kusanagi/back.svg b/media/characters/tux-kusanagi/back.svg
new file mode 100644
index 00000000..ec04236e
--- /dev/null
+++ b/media/characters/tux-kusanagi/back.svg
@@ -0,0 +1,490 @@
+
+
+
diff --git a/media/characters/tux-kusanagi/beak.svg b/media/characters/tux-kusanagi/beak.svg
new file mode 100644
index 00000000..d9b689f5
--- /dev/null
+++ b/media/characters/tux-kusanagi/beak.svg
@@ -0,0 +1,63 @@
+
+
+
diff --git a/media/characters/tux-kusanagi/front.svg b/media/characters/tux-kusanagi/front.svg
new file mode 100644
index 00000000..f1c65e94
--- /dev/null
+++ b/media/characters/tux-kusanagi/front.svg
@@ -0,0 +1,1183 @@
+
+
+
diff --git a/media/characters/tux-kusanagi/rump.svg b/media/characters/tux-kusanagi/rump.svg
new file mode 100644
index 00000000..bc6ac333
--- /dev/null
+++ b/media/characters/tux-kusanagi/rump.svg
@@ -0,0 +1,136 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 808f6443..e6b7e876 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1511,6 +1511,10 @@ const speciesData = {
name: "Eastern Dragon",
parents: ["dragon"]
},
+ "gryffon": {
+ name: "Gryffon",
+ parents: ["phoenix", "red-panda"]
+ },
}
//species
@@ -34583,6 +34587,53 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Tux Kusanagi", species: ["gryffon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(10 + 3/12, "feet"),
+ weight: math.unit(1500, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/tux-kusanagi/front.svg",
+ extra: 944/840,
+ bottom: 39/983
+ }
+ },
+ back: {
+ height: math.unit(10 + 3/12, "feet"),
+ weight: math.unit(1500, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/tux-kusanagi/back.svg",
+ extra: 941/842,
+ bottom: 28/969
+ }
+ },
+ rump: {
+ height: math.unit(5.25, "feet"),
+ name: "Rump",
+ image: {
+ source: "./media/characters/tux-kusanagi/rump.svg"
+ }
+ },
+ beak: {
+ height: math.unit(1.54, "feet"),
+ name: "Beak",
+ image: {
+ source: "./media/characters/tux-kusanagi/beak.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(10 + 3/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {