diff --git a/media/attribution.js b/media/attribution.js
index fb09a958..8d2c8284 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21598,6 +21598,32 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/ayranus/",
+ files: [
+ { name: "otter-front.svg", source: "https://www.furaffinity.net/view/32994712/" },
+ { name: "otter-front-lewd.svg", source: "https://www.furaffinity.net/view/32994712/", nsfw: true},
+ { name: "lionbat-front-lewd.svg", source: "https://www.furaffinity.net/view/38362881/", nsfw: true},
+ ],
+ authors: [
+ "pocketcookie"
+ ],
+ owners: [
+ "va0027"
+ ]
+ },
+ {
+ prefix: "./media/characters/ayranus/",
+ files: [
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/42242530/" }
+ ],
+ authors: [
+ "soraime-the-questionable"
+ ],
+ owners: [
+ "va0027"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29980,6 +30006,10 @@ const attributionData = {
"name": "xAshleyMx",
"url": "https://www.furaffinity.net/user/xAshleyMx"
},
+ "soraime-the-questionable": {
+ "name": "Soraime-The-Questionable",
+ "url": "https://www.furaffinity.net/user/soraime-the-questionable"
+ },
}
}
diff --git a/media/characters/ayranus/lionbat-front-lewd.svg b/media/characters/ayranus/lionbat-front-lewd.svg
new file mode 100644
index 00000000..18135d8a
--- /dev/null
+++ b/media/characters/ayranus/lionbat-front-lewd.svg
@@ -0,0 +1,2626 @@
+
+
+
diff --git a/media/characters/ayranus/otter-front-lewd.svg b/media/characters/ayranus/otter-front-lewd.svg
new file mode 100644
index 00000000..e1ed4276
--- /dev/null
+++ b/media/characters/ayranus/otter-front-lewd.svg
@@ -0,0 +1,1689 @@
+
+
+
diff --git a/media/characters/ayranus/otter-front.svg b/media/characters/ayranus/otter-front.svg
new file mode 100644
index 00000000..e111d7ca
--- /dev/null
+++ b/media/characters/ayranus/otter-front.svg
@@ -0,0 +1,1563 @@
+
+
+
diff --git a/media/characters/ayranus/paw.svg b/media/characters/ayranus/paw.svg
new file mode 100644
index 00000000..c6aa3ce7
--- /dev/null
+++ b/media/characters/ayranus/paw.svg
@@ -0,0 +1,2090 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 03a387fa..aae6536e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -61689,6 +61689,109 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ayranus", species: ["otter", "lion", "bat"], tags: ["anthro"] },
+ {
+ otter_front: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(90, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ayranus/otter-front.svg",
+ extra: 468/452,
+ bottom: 43/511
+ },
+ form: "otter",
+ },
+ otter_frontLewd: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(90, "kg"),
+ name: "Front (Lewd)",
+ image: {
+ source: "./media/characters/ayranus/otter-front-lewd.svg",
+ extra: 468/452,
+ bottom: 43/511
+ },
+ form: "otter",
+ },
+ lionbat_front: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(90, "kg"),
+ name: "Front (Lewd)",
+ image: {
+ source: "./media/characters/ayranus/lionbat-front-lewd.svg",
+ extra: 797/740,
+ bottom: 78/875
+ },
+ form: "lionbat",
+ },
+ paw: {
+ height: math.unit(1.5, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/ayranus/paw.svg"
+ },
+ },
+ },
+ [
+ {
+ name: "Incognito",
+ height: math.unit(1.8, "meters"),
+ allForms: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(60, "meters"),
+ allForms: true
+ },
+ {
+ name: "Macro+",
+ height: math.unit(200, "meters"),
+ allForms: true
+ },
+ {
+ name: "Mega",
+ height: math.unit(35, "km"),
+ allForms: true
+ },
+ {
+ name: "Giga",
+ height: math.unit(220, "km"),
+ allForms: true
+ },
+ {
+ name: "Giga+",
+ height: math.unit(1500, "km"),
+ allForms: true
+ },
+ {
+ name: "Terra",
+ height: math.unit(13000, "km"),
+ allForms: true
+ },
+ {
+ name: "Terra+",
+ height: math.unit(500000, "km"),
+ allForms: true
+ },
+ {
+ name: "Galactic",
+ height: math.unit(486080, "parsecs"),
+ default: true,
+ allForms: true
+ },
+ ],
+ {
+ "otter": {
+ name: "Otter",
+ default: true
+ },
+ "lionbat": {
+ name: "Lionbat",
+ },
+ }
+))
+
//characters
function makeCharacters() {