diff --git a/media/attribution.js b/media/attribution.js
index 0b3d2e8a..6ffa67b4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9600,6 +9600,19 @@ const attributionData = {
"retroinferno"
]
},
+ {
+ prefix: "./media/characters/sthara/",
+ files: [
+ { name: "female.svg", source: "https://www.furaffinity.net/view/35674840/" },
+ { name: "male.svg", source: "https://www.furaffinity.net/view/35674840/" },
+ ],
+ authors: [
+ "gasmaskfox"
+ ],
+ owners: [
+ "retroinferno"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/sthara/female.svg b/media/characters/sthara/female.svg
new file mode 100644
index 00000000..4efa5400
--- /dev/null
+++ b/media/characters/sthara/female.svg
@@ -0,0 +1,963 @@
+
+
+
diff --git a/media/characters/sthara/male.svg b/media/characters/sthara/male.svg
new file mode 100644
index 00000000..d6d549aa
--- /dev/null
+++ b/media/characters/sthara/male.svg
@@ -0,0 +1,1419 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 81537da0..70ef4f9c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -22239,6 +22239,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Sthara" },
+ {
+ female: {
+ height: math.unit(21.6, "m"),
+ weight: math.unit(Math.pow((21.6/2), 3) * 80, "kg"),
+ name: "Female",
+ image: {
+ source: "./media/characters/sthara/female.svg",
+ extra: 2516/2347,
+ bottom: 21.5/2537
+ }
+ },
+ male: {
+ height: math.unit(24, "m"),
+ weight: math.unit(Math.pow((24/2), 3) * 80, "kg"),
+ name: "Male",
+ image: {
+ source: "./media/characters/sthara/male.svg",
+ extra: 2732/2607,
+ bottom: 23/2732
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(21.6, "meters"),
+ default: true
+ },
+ ]
+))
+
//characters