diff --git a/media/attribution.js b/media/attribution.js
index cafb979a..737c8f66 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16360,6 +16360,19 @@ const attributionData = {
"zai-sarel"
]
},
+ {
+ prefix: "./media/characters/alyonia/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35295862/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35295862/" },
+ ],
+ authors: [
+ "ei-tule-kesaa"
+ ],
+ owners: [
+ "okuri"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22547,6 +22560,10 @@ const attributionData = {
"name": "Zai Sarel",
"url": "https://twitter.com/zai_sarel"
},
+ "ei-tule-kesaa": {
+ "name": "Ei-Tule-Kesaa",
+ "url": "https://www.furaffinity.net/user/ei-tule-kesaa/"
+ },
}
}
diff --git a/media/characters/alyonia/back.svg b/media/characters/alyonia/back.svg
new file mode 100644
index 00000000..f4cdebcc
--- /dev/null
+++ b/media/characters/alyonia/back.svg
@@ -0,0 +1,405 @@
+
+
+
diff --git a/media/characters/alyonia/front.svg b/media/characters/alyonia/front.svg
new file mode 100644
index 00000000..6f6cb15c
--- /dev/null
+++ b/media/characters/alyonia/front.svg
@@ -0,0 +1,664 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index a19ffd94..9e6fca8f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -43001,7 +43001,66 @@ characterMakers.push(() => makeCharacter(
},
},
[
-
+ {
+ name: "Normal",
+ height: math.unit(5.67, "feet"),
+ default: true
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Alyonia", species: ["shark"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5500, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/alyonia/front.svg",
+ extra: 1200/1135,
+ bottom: 29/1229
+ }
+ },
+ back: {
+ height: math.unit(5500, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/alyonia/back.svg",
+ extra: 1205/1138,
+ bottom: 10/1215
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(10, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(500, "feet")
+ },
+ {
+ name: "Mega Macro",
+ height: math.unit(5500, "feet"),
+ default: true
+ },
+ {
+ name: "Mega Macro+",
+ height: math.unit(500000, "feet")
+ },
+ {
+ name: "Giga Macro",
+ height: math.unit(3000, "miles")
+ },
+ {
+ name: "Tera Macro",
+ height: math.unit(2.8e6, "miles")
+ },
+ {
+ name: "Galactic",
+ height: math.unit(120000, "lightyears")
+ },
]
))