diff --git a/media/LICENSES.md b/media/LICENSES.md
index 1522b823..1641e991 100644
--- a/media/LICENSES.md
+++ b/media/LICENSES.md
@@ -560,6 +560,24 @@ https://www.furaffinity.net/view/16607998/
 * front.svg
 * side.svg
 
+## Kaylum
+
+https://www.furaffinity.net/user/shadowinkwarrior
+
+https://www.furaffinity.net/view/32179617/
+
+* front.svg
+* front-wingless.svg
+
+## Geta
+
+**https://www.deviantart.com/pythosblaze**
+
+https://www.furaffinity.net/view/6315780/
+
+* front.svg
+
+
 # Naturals
 
 * front.svg
diff --git a/media/characters/geta/front.svg b/media/characters/geta/front.svg
new file mode 100644
index 00000000..a3806032
--- /dev/null
+++ b/media/characters/geta/front.svg
@@ -0,0 +1,87 @@
+
+
+
diff --git a/media/characters/kaylum/front-wingless.svg b/media/characters/kaylum/front-wingless.svg
new file mode 100644
index 00000000..e867827a
--- /dev/null
+++ b/media/characters/kaylum/front-wingless.svg
@@ -0,0 +1,107 @@
+
+
+
diff --git a/media/characters/kaylum/front.svg b/media/characters/kaylum/front.svg
new file mode 100644
index 00000000..9288e2f0
--- /dev/null
+++ b/media/characters/kaylum/front.svg
@@ -0,0 +1,99 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index b7ab548a..4b458ab4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2584,6 +2584,92 @@ characterMakers["Chez"] = () => {
     )
 };
 
+characterMakers["Kaylum"] = () => {
+    return makeCharacter(
+        "Kaylum",
+        "DJDarkJaro",
+        {
+            front: {
+                height: math.unit(6, "feet"),
+                weight: math.unit(275, "lbs"),
+                name: "Front",
+                image: {
+                    source: "./media/characters/kaylum/front.svg",
+                    bottom: 0.01,
+                    extra: 1166/1031
+                }
+            },
+            frontWingless: {
+                height: math.unit(6, "feet"),
+                weight: math.unit(275, "lbs"),
+                name: "Front (Wingless)",
+                image: {
+                    source: "./media/characters/kaylum/front-wingless.svg",
+                    bottom: 0.01,
+                    extra: 1117/1031
+                }
+            }
+
+        },
+        [
+            {
+                name: "Normal",
+                height: math.unit(3.05, "meters")
+            },
+            {
+                name: "Master",
+                height: math.unit(5.5, "meters")
+            },
+            {
+                name: "Rampage",
+                height: math.unit(19, "meters")
+            },
+            {
+                name: "Macro Lite",
+                height: math.unit(37, "meters")
+            },
+            {
+                name: "Hyper Predator",
+                height: math.unit(61, "meters")
+            },
+            {
+                name: "Macro",
+                height: math.unit(138, "meters")
+            }
+        ],
+        math.unit(138, "meters")
+    )
+};
+
+characterMakers["Geta"] = () => {
+    return makeCharacter(
+        "Geta",
+        "Aeznon",
+        {
+            front: {
+                height: math.unit(6, "feet"),
+                weight: math.unit(150, "lbs"),
+                name: "Front",
+                image: {
+                    source: "./media/characters/geta/front.svg"
+                }
+            }
+
+        },
+        [
+            {
+                name: "Micro",
+                height: math.unit(3, "inches")
+            },
+            {
+                name: "Normal",
+                height: math.unit(5 + 5/12, "feet")
+            }
+        ],
+        math.unit(3, "inches")
+    )
+};
+
 function makeCharacters() {
     const results = [];
     results.push({