diff --git a/media/attribution.js b/media/attribution.js
index 5f865a04..e8aa9e7d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16872,6 +16872,19 @@ const attributionData = {
"biot-avery"
]
},
+ {
+ prefix: "./media/characters/kitsune-kiro/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/43068429/" },
+ { name: "front-alt.svg", source: "https://www.furaffinity.net/view/43575761/" },
+ ],
+ authors: [
+ "kitsune-kajiru"
+ ],
+ owners: [
+ "kitsune-kajiru"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/kitsune-kiro/front-alt.svg b/media/characters/kitsune-kiro/front-alt.svg
new file mode 100644
index 00000000..df5a0130
--- /dev/null
+++ b/media/characters/kitsune-kiro/front-alt.svg
@@ -0,0 +1,781 @@
+
+
+
diff --git a/media/characters/kitsune-kiro/front.svg b/media/characters/kitsune-kiro/front.svg
new file mode 100644
index 00000000..17c779be
--- /dev/null
+++ b/media/characters/kitsune-kiro/front.svg
@@ -0,0 +1,1578 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index cd9af4ff..a92fa69e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44328,6 +44328,41 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kitsune Kiro", species: ["kitsune"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kitsune-kiro/front.svg",
+ extra: 1270/1158,
+ bottom: 42/1312
+ }
+ },
+ frontAlt: {
+ height: math.unit(6, "feet"),
+ name: "Front-alt",
+ image: {
+ source: "./media/characters/kitsune-kiro/front-alt.svg",
+ extra: 1130/1081,
+ bottom: 36/1166
+ }
+ },
+ },
+ [
+ {
+ name: "Smol",
+ height: math.unit(3, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {