diff --git a/media/attribution.js b/media/attribution.js
index d410efa3..d6340584 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2753,6 +2753,21 @@ const attributionData = {
"bkdebo"
]
},
+ {
+ prefix: "./media/characters/nyanuxk/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/31316270/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/31316270/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/31316270/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/31316270/" },
+ ],
+ authors: [
+ "kurtcbrox"
+ ],
+ owners: [
+ "nyanuxk"
+ ]
+ },
{
prefix: "./media/characters/odi-lunar/",
files: [
@@ -5158,6 +5173,14 @@ const attributionData = {
"name": "CollieCuon",
"url": "https://www.furaffinity.net/user/mmpw",
},
+ "kurtcbrox": {
+ "name": "KurtCbRox",
+ "url": "https://www.furaffinity.net/user/kurtcbrox",
+ },
+ "nyanuxk": {
+ "name": "Nyanuxk",
+ "url": "https://www.furaffinity.net/user/sos101/",
+ },
}
}
diff --git a/media/characters/nyanuxk/back.svg b/media/characters/nyanuxk/back.svg
new file mode 100644
index 00000000..3389c41a
--- /dev/null
+++ b/media/characters/nyanuxk/back.svg
@@ -0,0 +1,290 @@
+
+
+
diff --git a/media/characters/nyanuxk/foot.svg b/media/characters/nyanuxk/foot.svg
new file mode 100644
index 00000000..48d019b5
--- /dev/null
+++ b/media/characters/nyanuxk/foot.svg
@@ -0,0 +1,41 @@
+
+
+
diff --git a/media/characters/nyanuxk/front.svg b/media/characters/nyanuxk/front.svg
new file mode 100644
index 00000000..8cc546d4
--- /dev/null
+++ b/media/characters/nyanuxk/front.svg
@@ -0,0 +1,233 @@
+
+
+
diff --git a/media/characters/nyanuxk/side.svg b/media/characters/nyanuxk/side.svg
new file mode 100644
index 00000000..e4bc693f
--- /dev/null
+++ b/media/characters/nyanuxk/side.svg
@@ -0,0 +1,213 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9dc9da25..d1e79a61 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -8393,6 +8393,84 @@ characterMakers["Cuon"] = () => {
)
};
+characterMakers["Nyanuxk"] = () => {
+ return makeCharacter(
+ "Nyanuxk",
+ "Nyanuxk",
+ {
+ front: {
+ height: math.unit(2.4, "meters"),
+ weight: math.unit(70, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nyanuxk/front.svg",
+ extra: 1172/1084 * (1 / (1 - 0.065)),
+ bottom: 0.065
+ }
+ },
+ side: {
+ height: math.unit(2.4, "meters"),
+ weight: math.unit(70, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/nyanuxk/side.svg",
+ extra: 1190/1132 * (1 / (1 - 0.007)),
+ bottom: 0.007
+ }
+ },
+ back: {
+ height: math.unit(2.4, "meters"),
+ weight: math.unit(70, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/nyanuxk/back.svg",
+ extra: 1200/1141 * (1 / (1 - 0.015)),
+ bottom: 0.015
+ }
+ },
+ foot: {
+ height: math.unit(0.52, "meters"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/nyanuxk/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(2, "cm")
+ },
+ {
+ name: "Normal",
+ height: math.unit(2.4, "meters"),
+ default: true
+ },
+ {
+ name: "Smaller Macro",
+ height: math.unit(120, "meters")
+ },
+ {
+ name: "Bigger Macro",
+ height: math.unit(1.2, "km")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(15, "kilometers")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(2000, "km")
+ },
+ {
+ name: "Teramacro",
+ height: math.unit(500000, "km")
+ },
+ ]
+ )
+};
+
+
function makeCharacters() {
const results = [];
results.push({