diff --git a/media/attribution.js b/media/attribution.js
index 08e33505..97caa941 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17136,6 +17136,22 @@ const attributionData = {
"mokaa"
]
},
+ {
+ prefix: "./media/characters/kuzco/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/37293801/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/37293801/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/37293801/" },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/37293846/", nsfw: true },
+ { name: "side-nsfw.svg", source: "https://www.furaffinity.net/view/37293846/", nsfw: true },
+ ],
+ authors: [
+ "shadify"
+ ],
+ owners: [
+ "kuzco"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23645,6 +23661,14 @@ const attributionData = {
"name": "Yasmil",
"url": "https://www.furaffinity.net/user/yasmil"
},
+ "kuzco": {
+ "name": "Kuzco",
+ "url": "https://www.furaffinity.net/user/kuzco/"
+ },
+ "shadify": {
+ "name": "Shadify",
+ "url": "https://www.furaffinity.net/user/shadify"
+ },
}
}
diff --git a/media/characters/kuzco/back.svg b/media/characters/kuzco/back.svg
new file mode 100644
index 00000000..a8839145
--- /dev/null
+++ b/media/characters/kuzco/back.svg
@@ -0,0 +1,746 @@
+
+
+
diff --git a/media/characters/kuzco/front-nsfw.svg b/media/characters/kuzco/front-nsfw.svg
new file mode 100644
index 00000000..3149cb85
--- /dev/null
+++ b/media/characters/kuzco/front-nsfw.svg
@@ -0,0 +1,948 @@
+
+
+
diff --git a/media/characters/kuzco/front.svg b/media/characters/kuzco/front.svg
new file mode 100644
index 00000000..1f8d1bbd
--- /dev/null
+++ b/media/characters/kuzco/front.svg
@@ -0,0 +1,869 @@
+
+
+
diff --git a/media/characters/kuzco/side-nsfw.svg b/media/characters/kuzco/side-nsfw.svg
new file mode 100644
index 00000000..6e903935
--- /dev/null
+++ b/media/characters/kuzco/side-nsfw.svg
@@ -0,0 +1,589 @@
+
+
+
diff --git a/media/characters/kuzco/side.svg b/media/characters/kuzco/side.svg
new file mode 100644
index 00000000..0005e38e
--- /dev/null
+++ b/media/characters/kuzco/side.svg
@@ -0,0 +1,543 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index f1e3075a..e0789cd8 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -45215,6 +45215,69 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kuzco", species: ["snake"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(9, "feet"),
+ weight: math.unit(240, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kuzco/front.svg",
+ extra: 1593/1487,
+ bottom: 32/1625
+ }
+ },
+ side: {
+ height: math.unit(9, "feet"),
+ weight: math.unit(240, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/kuzco/side.svg",
+ extra: 1575/1485,
+ bottom: 30/1605
+ }
+ },
+ back: {
+ height: math.unit(9, "feet"),
+ weight: math.unit(240, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/kuzco/back.svg",
+ extra: 1603/1514,
+ bottom: 14/1617
+ }
+ },
+ frontNsfw: {
+ height: math.unit(9, "feet"),
+ weight: math.unit(240, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/kuzco/front-nsfw.svg",
+ extra: 1593/1487,
+ bottom: 32/1625
+ }
+ },
+ sideNsfw: {
+ height: math.unit(9, "feet"),
+ weight: math.unit(240, "lb"),
+ name: "Side (NSFW)",
+ image: {
+ source: "./media/characters/kuzco/side-nsfw.svg",
+ extra: 1575/1485,
+ bottom: 30/1605
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(9, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {