diff --git a/media/attribution.js b/media/attribution.js
index a9011fcb..dcef1af4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3541,6 +3541,19 @@ const attributionData = {
"zephiro"
]
},
+ {
+ prefix: "./media/characters/zero-alurus/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35267940/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35267940/" }
+ ],
+ authors: [
+ "novadog"
+ ],
+ owners: [
+ "zeroalurus"
+ ]
+ },
{
prefix: "./media/landmarks/",
files: [
@@ -4937,6 +4950,14 @@ const attributionData = {
"name": "aenykings",
"url": "http://www.furaffinity.net/user/aenykings/",
},
+ "zeroalurus": {
+ "name": "Zero Alurus",
+ "url": "https://www.furaffinity.net/user/zerozebra/",
+ },
+ "novadog": {
+ "name": "Novadog",
+ "url": "https://www.deviantart.com/novadog",
+ },
}
}
diff --git a/media/characters/zero-alurus/back.svg b/media/characters/zero-alurus/back.svg
new file mode 100644
index 00000000..20306b81
--- /dev/null
+++ b/media/characters/zero-alurus/back.svg
@@ -0,0 +1,126 @@
+
+
+
diff --git a/media/characters/zero-alurus/front.svg b/media/characters/zero-alurus/front.svg
new file mode 100644
index 00000000..8668acb2
--- /dev/null
+++ b/media/characters/zero-alurus/front.svg
@@ -0,0 +1,98 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index a2571ec1..75c1ca64 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -7948,6 +7948,46 @@ characterMakers["Ka'Tamra \"Spaz\" Ci'Karan"] = () => {
)
};
+characterMakers["Zero Alurus"] = () => {
+ return makeCharacter(
+ "Zero Alurus",
+ "",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/zero-alurus/front.svg"
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/zero-alurus/back.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 10/12, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(60, "feet"),
+ default: true
+ },
+ {
+ name: "Macro+",
+ height: math.unit(450, "feet")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({