diff --git a/media/attribution.js b/media/attribution.js
index 27219a94..73ae0098 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21167,6 +21167,22 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/thalia/",
+ files: [
+ { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/39935148/" },
+ { name: "back-dressed.svg", source: "https://www.furaffinity.net/view/39935148/" },
+ { name: "front-nude.svg", source: "https://www.furaffinity.net/view/39935148/" },
+ { name: "back-nude.svg", source: "https://www.furaffinity.net/view/39935148/" },
+ ],
+ authors: [
+ "pocketcookie",
+ "va0027"
+ ],
+ owners: [
+ "va0027"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/thalia/back-dressed.svg b/media/characters/thalia/back-dressed.svg
new file mode 100644
index 00000000..a78cc188
--- /dev/null
+++ b/media/characters/thalia/back-dressed.svg
@@ -0,0 +1,763 @@
+
+
+
diff --git a/media/characters/thalia/back-nude.svg b/media/characters/thalia/back-nude.svg
new file mode 100644
index 00000000..1d0a859f
--- /dev/null
+++ b/media/characters/thalia/back-nude.svg
@@ -0,0 +1,715 @@
+
+
+
diff --git a/media/characters/thalia/front-dressed.svg b/media/characters/thalia/front-dressed.svg
new file mode 100644
index 00000000..76eaecea
--- /dev/null
+++ b/media/characters/thalia/front-dressed.svg
@@ -0,0 +1,1300 @@
+
+
+
diff --git a/media/characters/thalia/front-nude.svg b/media/characters/thalia/front-nude.svg
new file mode 100644
index 00000000..50e8b83c
--- /dev/null
+++ b/media/characters/thalia/front-nude.svg
@@ -0,0 +1,1095 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 21996ed4..e9539872 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -59817,6 +59817,91 @@ characterMakers.push(() => makeCharacter(
}
))
+characterMakers.push(() => makeCharacter(
+ { name: "Thalia", species: ["flying-fox", "fox"], tags: ["anthro"] },
+ {
+ frontDressed: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(90, "kg"),
+ name: "Front (Dressed)",
+ image: {
+ source: "./media/characters/thalia/front-dressed.svg",
+ extra: 478/402,
+ bottom: 55/533
+ }
+ },
+ backDressed: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(90, "kg"),
+ name: "Back (Dressed)",
+ image: {
+ source: "./media/characters/thalia/back-dressed.svg",
+ extra: 500/424,
+ bottom: 15/515
+ }
+ },
+ frontNude: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(90, "kg"),
+ name: "Front (Nude)",
+ image: {
+ source: "./media/characters/thalia/front-nude.svg",
+ extra: 478/402,
+ bottom: 55/533
+ }
+ },
+ backNude: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(90, "kg"),
+ name: "Back (Nude)",
+ image: {
+ source: "./media/characters/thalia/back-nude.svg",
+ extra: 500/424,
+ bottom: 15/515
+ }
+ },
+ },
+ [
+ {
+ name: "Incognito",
+ height: math.unit(3, "meters")
+ },
+ {
+ name: "Macro",
+ height: math.unit(500, "meters")
+ },
+ {
+ name: "Mega",
+ height: math.unit(5, "km")
+ },
+ {
+ name: "Mega+",
+ height: math.unit(30, "km")
+ },
+ {
+ name: "Giga",
+ height: math.unit(350, "km")
+ },
+ {
+ name: "Giga+",
+ height: math.unit(4000, "km")
+ },
+ {
+ name: "Terra",
+ height: math.unit(35000, "km")
+ },
+ {
+ name: "Original Size",
+ height: math.unit(130000, "km")
+ },
+ {
+ name: "Solar (Home Size)",
+ height: math.unit(4e6, "km"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {