diff --git a/media/attribution.js b/media/attribution.js
index a62b7468..96f0c8c8 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21542,6 +21542,21 @@ const attributionData = {
"kit-kitsune3-tails"
]
},
+ {
+ prefix: "./media/characters/athena-bryzant/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/27390392/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/27390392/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/27390392/" },
+ { name: "wings.svg", source: "https://www.furaffinity.net/view/27390392/" },
+ ],
+ authors: [
+ "xashleymx"
+ ],
+ owners: [
+ "trippster890"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29920,6 +29935,10 @@ const attributionData = {
"name": "Kit",
"url": "https://www.furaffinity.net/user/kit-kitsune3-tails"
},
+ "xashleymx": {
+ "name": "xAshleyMx",
+ "url": "https://www.furaffinity.net/user/xAshleyMx"
+ },
}
}
diff --git a/media/characters/athena-bryzant/back.svg b/media/characters/athena-bryzant/back.svg
new file mode 100644
index 00000000..b0666b1c
--- /dev/null
+++ b/media/characters/athena-bryzant/back.svg
@@ -0,0 +1,618 @@
+
+
+
diff --git a/media/characters/athena-bryzant/front.svg b/media/characters/athena-bryzant/front.svg
new file mode 100644
index 00000000..b8d94e3c
--- /dev/null
+++ b/media/characters/athena-bryzant/front.svg
@@ -0,0 +1,1487 @@
+
+
+
diff --git a/media/characters/athena-bryzant/head.svg b/media/characters/athena-bryzant/head.svg
new file mode 100644
index 00000000..3faaea09
--- /dev/null
+++ b/media/characters/athena-bryzant/head.svg
@@ -0,0 +1,385 @@
+
+
+
diff --git a/media/characters/athena-bryzant/wings.svg b/media/characters/athena-bryzant/wings.svg
new file mode 100644
index 00000000..df657e17
--- /dev/null
+++ b/media/characters/athena-bryzant/wings.svg
@@ -0,0 +1,530 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 39c69b12..747eb043 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -61470,6 +61470,61 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Athena Bryzant", species: ["gryphon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 7/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/athena-bryzant/front.svg",
+ extra: 870/835,
+ bottom: 33/903
+ }
+ },
+ back: {
+ height: math.unit(6 + 7/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/athena-bryzant/back.svg",
+ extra: 858/823,
+ bottom: 30/888
+ }
+ },
+ head: {
+ height: math.unit(2.38, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/athena-bryzant/head.svg"
+ }
+ },
+ wings: {
+ height: math.unit(2.85, "feet"),
+ name: "Wings",
+ image: {
+ source: "./media/characters/athena-bryzant/wings.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 7/12, "feet"),
+ default: true
+ },
+ {
+ name: "Big",
+ height: math.unit(8, "feet")
+ },
+ {
+ name: "Very Big",
+ height: math.unit(11, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {