diff --git a/media/attribution.js b/media/attribution.js
index 94bf43bd..eb0d4b87 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7146,6 +7146,33 @@ const attributionData = {
"irishfox"
]
},
+ {
+ prefix: "./media/characters/aronai-sieyes/",
+ files: [
+ { name: "front.svg", source: "https://arokha.com/aronai/#/char" },
+ { name: "side.svg", source: "https://arokha.com/aronai/#/char" },
+ { name: "back.svg", source: "https://arokha.com/aronai/#/char" },
+ { name: "front-clothed.svg", source: "https://arokha.com/aronai/#/char" },
+ ],
+ authors: [
+ "homogeneousrule"
+ ],
+ owners: [
+ "aronai"
+ ]
+ },
+ {
+ prefix: "./media/characters/aronai-sieyes/",
+ files: [
+ { name: "feral.svg", source: null }
+ ],
+ authors: [
+ "verysoft"
+ ],
+ owners: [
+ "aronai"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -9915,6 +9942,14 @@ const attributionData = {
"name": "tesxacoyote",
"url": "https://www.furaffinity.net/user/tesxacoyote/",
},
+ "aronai": {
+ "name": "Aronai",
+ "url": "https://www.arokha.com",
+ },
+ "verysoft": {
+ "name": "VerySoft",
+ "url": "https://www.furaffinity.net/user/verysoft/",
+ },
}
}
diff --git a/media/characters/aronai-sieyes/back.svg b/media/characters/aronai-sieyes/back.svg
new file mode 100644
index 00000000..66196eb3
--- /dev/null
+++ b/media/characters/aronai-sieyes/back.svg
@@ -0,0 +1,196 @@
+
+
+
diff --git a/media/characters/aronai-sieyes/feral.svg b/media/characters/aronai-sieyes/feral.svg
new file mode 100644
index 00000000..58648361
--- /dev/null
+++ b/media/characters/aronai-sieyes/feral.svg
@@ -0,0 +1,289 @@
+
+
+
diff --git a/media/characters/aronai-sieyes/front-clothed.svg b/media/characters/aronai-sieyes/front-clothed.svg
new file mode 100644
index 00000000..12b5eaa9
--- /dev/null
+++ b/media/characters/aronai-sieyes/front-clothed.svg
@@ -0,0 +1,244 @@
+
+
+
diff --git a/media/characters/aronai-sieyes/front.svg b/media/characters/aronai-sieyes/front.svg
new file mode 100644
index 00000000..9a0e49e1
--- /dev/null
+++ b/media/characters/aronai-sieyes/front.svg
@@ -0,0 +1,217 @@
+
+
+
diff --git a/media/characters/aronai-sieyes/side.svg b/media/characters/aronai-sieyes/side.svg
new file mode 100644
index 00000000..e0a6d63c
--- /dev/null
+++ b/media/characters/aronai-sieyes/side.svg
@@ -0,0 +1,166 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 43bcdd96..88307999 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -17509,6 +17509,74 @@ characterMakers["Irishfox"] = () => {
)
};
+characterMakers["Aronai Sieyes"] = () => {
+ return makeCharacter(
+ "Aronai Sieyes",
+ "Aronai",
+ {
+ front: {
+ height: math.unit(6 + 1/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/aronai-sieyes/front.svg",
+ extra: 1556/1480,
+ bottom: 0.015
+ }
+ },
+ side: {
+ height: math.unit(6 + 1/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/aronai-sieyes/side.svg",
+ extra: 1433/1390,
+ bottom: 0.0393
+ }
+ },
+ back: {
+ height: math.unit(6 + 1/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/aronai-sieyes/back.svg",
+ extra: 1544/1494,
+ bottom: 0.02
+ }
+ },
+ frontClothed: {
+ height: math.unit(6 + 1/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front (Clothed)",
+ image: {
+ source: "./media/characters/aronai-sieyes/front-clothed.svg",
+ extra: 1582/1527
+ }
+ },
+ feral: {
+ height: math.unit(18, "feet"),
+ weight: math.unit(150 * 3 * 3 * 3, "lb"),
+ name: "Feral",
+ image: {
+ source: "./media/characters/aronai-sieyes/feral.svg",
+ extra: 1530/1240,
+ bottom: 0.035
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(2, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6 + 1/12, "feet"),
+ default: true
+ }
+ ]
+ )
+};
//characters
function makeCharacters() {