diff --git a/media/attribution.js b/media/attribution.js
index 31ee7f69..8fa720be 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13379,6 +13379,18 @@ const attributionData = {
"starstruck-studios"
]
},
+ {
+ prefix: "./media/characters/kaizer/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/39100520/" }
+ ],
+ authors: [
+ "corriezodori"
+ ],
+ owners: [
+ "corriezodori"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/kaizer/front.svg b/media/characters/kaizer/front.svg
new file mode 100644
index 00000000..b7753452
--- /dev/null
+++ b/media/characters/kaizer/front.svg
@@ -0,0 +1,498 @@
+
+
+
diff --git a/media/characters/kaizer/wtf.svg b/media/characters/kaizer/wtf.svg
new file mode 100644
index 00000000..43f4bbac
--- /dev/null
+++ b/media/characters/kaizer/wtf.svg
@@ -0,0 +1,433 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 58a1350e..8baad86c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -35058,6 +35058,28 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kaizer", species: ["demon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(15, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kaizer/front.svg",
+ extra: 1612/1436,
+ bottom: 43/1655
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(15, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {