diff --git a/media/attribution.js b/media/attribution.js
index 449e00f9..f8b9c1a7 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12817,6 +12817,19 @@ const attributionData = {
"benevorelent"
]
},
+ {
+ prefix: "./media/characters/kichi/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/36983104/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/36983104/" },
+ ],
+ authors: [
+ "horrible-bear"
+ ],
+ owners: [
+ "aquwardly-homosexual"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -17671,6 +17684,10 @@ const attributionData = {
"name": "Benevorelent",
"url": "https://twitter.com/benevorelent"
},
+ "horrible-bear": {
+ "name": "Horrible Bear",
+ "url": "https://twitter.com/horrible_bear"
+ },
}
}
diff --git a/media/characters/kichi/back.svg b/media/characters/kichi/back.svg
new file mode 100644
index 00000000..f127e920
--- /dev/null
+++ b/media/characters/kichi/back.svg
@@ -0,0 +1,344 @@
+
+
+
diff --git a/media/characters/kichi/front.svg b/media/characters/kichi/front.svg
new file mode 100644
index 00000000..5132ff19
--- /dev/null
+++ b/media/characters/kichi/front.svg
@@ -0,0 +1,427 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 4948474f..ab5aabb4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -33508,6 +33508,35 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kichi", species: ["bull", "tanuki"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(8 + 6/12, "feet"),
+ weight: math.unit(1150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kichi/front.svg",
+ extra: 1267/1164,
+ bottom: 61/1328
+ }
+ },
+ back: {
+ height: math.unit(8 + 6/12, "feet"),
+ weight: math.unit(1150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/kichi/back.svg",
+ extra: 1273/1166,
+ bottom: 33/1306
+ }
+ },
+ },
+ [
+
+ ]
+))
+
//characters
function makeCharacters() {