diff --git a/media/attribution.js b/media/attribution.js
index fcdb0fb4..e50f1ffa 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8095,6 +8095,19 @@ const attributionData = {
"rezavax"
]
},
+ {
+ prefix: "./media/characters/athea/",
+ files: [
+ { name: "side.svg", source: "https://twitter.com/Cattaur_Athea/status/1243630128216903680" },
+ { name: "sitting.svg", source: "https://twitter.com/Cattaur_Athea/status/1243630128216903680" },
+ ],
+ authors: [
+ "feeriion"
+ ],
+ owners: [
+ "athea"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11144,6 +11157,14 @@ const attributionData = {
"name": "oddthesungod",
"url": "https://www.furaffinity.net/user/oddthesungod",
},
+ "feeriion": {
+ "name": "feeriion",
+ "url": "https://twitter.com/feeriion",
+ },
+ "athea": {
+ "name": "Athea",
+ "url": "https://twitter.com/Cattaur_Athea",
+ },
}
}
diff --git a/media/characters/athea/side.svg b/media/characters/athea/side.svg
new file mode 100644
index 00000000..339c946f
--- /dev/null
+++ b/media/characters/athea/side.svg
@@ -0,0 +1,276 @@
+
+
+
diff --git a/media/characters/athea/sitting.svg b/media/characters/athea/sitting.svg
new file mode 100644
index 00000000..c2403636
--- /dev/null
+++ b/media/characters/athea/sitting.svg
@@ -0,0 +1,344 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6244ce70..d0f94346 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19701,6 +19701,54 @@ characterMakers["Reza"] = () => {
)
};
+characterMakers["Athea"] = () => {
+ return makeCharacter(
+ "Athea",
+ "Athea",
+ {
+ side: {
+ height: math.unit(15, "feet"),
+ weight: math.unit(14, "tons"),
+ name: "Side",
+ image: {
+ source: "./media/characters/athea/side.svg",
+ extra: 960/540,
+ bottom: 0.003
+ }
+ },
+ sitting: {
+ height: math.unit(6*2.85, "feet"),
+ weight: math.unit(14, "tons"),
+ name: "Sitting",
+ image: {
+ source: "./media/characters/athea/sitting.svg",
+ extra: 621/581,
+ bottom: 0.075
+ }
+ },
+ },
+ [
+ {
+ name: "Lap Cat",
+ height: math.unit(2.5, "feet")
+ },
+ {
+ name: "Minimacro",
+ height: math.unit(15, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(120, "feet")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(640, "feet")
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {