diff --git a/media/LICENSES.md b/media/LICENSES.md
index da1d056e..d0566445 100644
--- a/media/LICENSES.md
+++ b/media/LICENSES.md
@@ -279,6 +279,14 @@ https://www.furaffinity.net/view/15459294/
* side.svg
* back.svg
+## Noah
+
+**https://www.furaffinity.net/user/ashascadence/**
+
+https://www.furaffinity.net/view/15460332/
+
+* front.svg
+* talons.svg
# Objects
**Self-created**
diff --git a/media/characters/noah/front.svg b/media/characters/noah/front.svg
new file mode 100644
index 00000000..4dea3f11
--- /dev/null
+++ b/media/characters/noah/front.svg
@@ -0,0 +1,158 @@
+
+
+
diff --git a/media/characters/noah/talons.svg b/media/characters/noah/talons.svg
new file mode 100644
index 00000000..d11d5d81
--- /dev/null
+++ b/media/characters/noah/talons.svg
@@ -0,0 +1,38 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9f277b6e..5b7bc873 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1339,6 +1339,53 @@ characterMakers["Elbial"] = () => {
)
};
+characterMakers["Noah"] = () => {
+ return makeCharacter(
+ "Noah",
+ "Neopuc",
+ {
+ front: {
+ height: math.unit(2, "meter"),
+ weight: math.unit(60, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/noah/front.svg"
+ }
+ },
+ talons: {
+ height: math.unit(0.315, "meter"),
+ name: "Talons",
+ image: {
+ source: "./media/characters/noah/talons.svg"
+ }
+ }
+ },
+ [
+ {
+ name: "Large",
+ height: math.unit(50, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(750, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(50, "miles")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(100000, "miles")
+ },
+ {
+ name: "Full-Size",
+ height: math.unit(3000000000, "miles")
+ }
+ ],
+ math.unit(750, "feet")
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({