diff --git a/media/attribution.js b/media/attribution.js
index 84b2cd6c..826b3361 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18437,6 +18437,21 @@ const attributionData = {
"keltre"
]
},
+ {
+ prefix: "./media/characters/nox/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/30479451/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/30479451/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/30479451/" },
+ { name: "tattoo.svg", source: "https://www.furaffinity.net/view/30479451/" },
+ ],
+ authors: [
+ "loki-bear"
+ ],
+ owners: [
+ "chimera"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -25482,6 +25497,14 @@ const attributionData = {
"name": "Keltre",
"url": "https://www.furaffinity.net/user/ragnya/"
},
+ "chimera": {
+ "name": "Chimera",
+ "url": "https://www.furaffinity.net/user/chimera-the-god-of-hell/"
+ },
+ "loki-bear": {
+ "name": "Loki-Bear",
+ "url": "https://www.furaffinity.net/user/loki-bear/"
+ },
}
}
diff --git a/media/characters/nox/back.svg b/media/characters/nox/back.svg
new file mode 100644
index 00000000..479b3094
--- /dev/null
+++ b/media/characters/nox/back.svg
@@ -0,0 +1,1711 @@
+
+
+
diff --git a/media/characters/nox/front.svg b/media/characters/nox/front.svg
new file mode 100644
index 00000000..a0c084b4
--- /dev/null
+++ b/media/characters/nox/front.svg
@@ -0,0 +1,2114 @@
+
+
+
diff --git a/media/characters/nox/head.svg b/media/characters/nox/head.svg
new file mode 100644
index 00000000..35653155
--- /dev/null
+++ b/media/characters/nox/head.svg
@@ -0,0 +1,783 @@
+
+
+
diff --git a/media/characters/nox/tattoo.svg b/media/characters/nox/tattoo.svg
new file mode 100644
index 00000000..e451e264
--- /dev/null
+++ b/media/characters/nox/tattoo.svg
@@ -0,0 +1,268 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ad81a3ec..ae204099 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -49790,6 +49790,61 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Nox", species: ["cat"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nox/front.svg",
+ extra: 1917/1830,
+ bottom: 74/1991
+ }
+ },
+ back: {
+ height: math.unit(6 + 2/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/nox/back.svg",
+ extra: 1896/1815,
+ bottom: 21/1917
+ }
+ },
+ head: {
+ height: math.unit(1.1, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/nox/head.svg",
+ extra: 874/704,
+ bottom: 0/874
+ }
+ },
+ tattoo: {
+ height: math.unit(0.729, "feet"),
+ name: "Tattoo",
+ image: {
+ source: "./media/characters/nox/tattoo.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(2, "earths"),
+ default: true
+ },
+ {
+ name: "Cosmic",
+ height: math.unit(867, "yottameters")
+ },
+ ]
+))
+
//characters
function makeCharacters() {