diff --git a/media/attribution.js b/media/attribution.js
index e91d7a44..fca329d1 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22771,6 +22771,19 @@ const attributionData = {
"umbrahusky"
]
},
+ {
+ prefix: "./media/characters/ceanoth/",
+ files: [
+ { name: "gryphon-front.svg", source: null }
+ ],
+ authors: [
+ "butterflux",
+ "anonymous"
+ ],
+ owners: [
+ "ceanoth"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31515,6 +31528,14 @@ const attributionData = {
"name": "yiyani",
"url": "https://www.furaffinity.net/user/yiyani"
},
+ "butterflux": {
+ "name": "Butterflux",
+ "url": "https://www.furaffinity.net/user/butterflux"
+ },
+ "ceanoth": {
+ "name": "Ceanoth",
+ "url": "https://www.furaffinity.net/user/dragonfire3122/"
+ },
}
}
diff --git a/media/characters/vanadiya-athelya/dressed.svg b/media/characters/vanadiya-athelya/dressed.svg
new file mode 100644
index 00000000..c2a17ba7
--- /dev/null
+++ b/media/characters/vanadiya-athelya/dressed.svg
@@ -0,0 +1,6770 @@
+
+
+
diff --git a/media/characters/vanadiya-athelya/nude.svg b/media/characters/vanadiya-athelya/nude.svg
new file mode 100644
index 00000000..7897988d
--- /dev/null
+++ b/media/characters/vanadiya-athelya/nude.svg
@@ -0,0 +1,6618 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c373887c..271b2de9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -66195,6 +66195,38 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ceanoth", species: ["gryphon"], tags: ["anthro"] },
+ {
+ gryphon_front: {
+ height: math.unit(220, "cm"),
+ weight: math.unit(160, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ceanoth/gryphon-front.svg",
+ extra: 616/552,
+ bottom: 33/649
+ },
+ form: "gryphon",
+ default: true
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(220, "cm"),
+ form: "gryphon",
+ default: true
+ },
+ ],
+ {
+ "gryphon": {
+ name: "Grpyhon",
+ default: true
+ },
+ }
+))
+
//characters
function makeCharacters() {