diff --git a/media/LICENSES.md b/media/LICENSES.md
index b2dc8615..0d87da27 100644
--- a/media/LICENSES.md
+++ b/media/LICENSES.md
@@ -255,6 +255,20 @@ https://www.furaffinity.net/view/22781088/
* side.svg
+## Kurribird
+
+**https://www.furaffinity.net/user/akuva**
+
+http://www.furaffinity.net/view/23539094/
+
+* front.svg
+
+**https://www.furaffinity.net/user/hornedfreak**
+
+https://www.furaffinity.net/view/18392470/
+
+* front-alt.svg
+
# Objects
**Self-created**
diff --git a/media/characters/kurribird/front-alt.svg b/media/characters/kurribird/front-alt.svg
new file mode 100644
index 00000000..446539b6
--- /dev/null
+++ b/media/characters/kurribird/front-alt.svg
@@ -0,0 +1,219 @@
+
+
+
diff --git a/media/characters/kurribird/front.svg b/media/characters/kurribird/front.svg
new file mode 100644
index 00000000..45a62321
--- /dev/null
+++ b/media/characters/kurribird/front.svg
@@ -0,0 +1,183 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 50bd6b0a..8c866457 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1233,6 +1233,52 @@ characterMakers["Sosha"] = () => {
)
};
+characterMakers["Kurribird"] = () => {
+ return makeCharacter(
+ "Kurribird",
+ "Kurrikage",
+ {
+ front: {
+ height: math.unit(2, "meter"),
+ weight: math.unit(50, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kurribird/front.svg",
+ bottom: 0.015
+ }
+ },
+ frontAlt: {
+ height: math.unit(1.5, "meter"),
+ weight: math.unit(50, "kg"),
+ name: "Front (Alt)",
+ image: {
+ source: "./media/characters/kurribird/front-alt.svg",
+ extra: 1.45
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7, "feet")
+ },
+ {
+ name: "Big",
+ height: math.unit(15, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(1500, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(2, "miles")
+ }
+ ],
+ math.unit(12, "feet")
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({