diff --git a/media/LICENSES.md b/media/LICENSES.md
index 58ff25f4..55ebeb62 100644
--- a/media/LICENSES.md
+++ b/media/LICENSES.md
@@ -661,6 +661,20 @@ https://www.furaffinity.net/view/28272209/
* side.svg
+## Kieran
+
+**https://www.furaffinity.net/user/clovishusky/**
+
+https://www.furaffinity.net/view/22902180/
+
+* front.svg
+
+**https://www.furaffinity.net/user/phietto**
+
+https://www.furaffinity.net/view/22243143/
+
+* side.svg
+
# Naturals
* front.svg
diff --git a/media/characters/kieran/front.svg b/media/characters/kieran/front.svg
new file mode 100644
index 00000000..da305528
--- /dev/null
+++ b/media/characters/kieran/front.svg
@@ -0,0 +1,155 @@
+
+
+
diff --git a/media/characters/kieran/side.svg b/media/characters/kieran/side.svg
new file mode 100644
index 00000000..22c9af11
--- /dev/null
+++ b/media/characters/kieran/side.svg
@@ -0,0 +1,113 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ffac50c3..716e5f86 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -3004,6 +3004,35 @@ characterMakers["Tobias"] = () => {
)
};
+characterMakers["Kieran"] = () => {
+ return makeCharacter(
+ "Kieran",
+ "Kieran",
+ {
+ front: {
+ height: math.unit(5.5, "feet"),
+ weight: math.unit(400, "lbs"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kieran/front.svg",
+ extra: 1.05
+ }
+ },
+ side: {
+ height: math.unit(5.5, "feet"),
+ weight: math.unit(400, "lbs"),
+ name: "Side",
+ image: {
+ source: "./media/characters/kieran/side.svg",
+ extra: 950/850
+ }
+ },
+ },
+ [],
+ math.unit(5.5, "feet")
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({