diff --git a/media/attribution.js b/media/attribution.js
index eff9e9ac..24335f0a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15683,6 +15683,21 @@ const attributionData = {
"lordofvore"
]
},
+ {
+ prefix: "./media/characters/astra/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/40829396/" },
+ { name: "front-undressed.svg", source: "https://www.furaffinity.net/view/40829396/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/40829396/" },
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/40829396/" },
+ ],
+ authors: [
+ "zanity"
+ ],
+ owners: [
+ "goddessbreanna"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -21634,6 +21649,14 @@ const attributionData = {
"name": "LordOfVore",
"url": "https://twitter.com/LordOfVore"
},
+ "zanity": {
+ "name": "Zanity",
+ "url": "https://www.furaffinity.net/user/zanity"
+ },
+ "goddessbreanna": {
+ "name": "GoddessBreanna",
+ "url": "https://www.furaffinity.net/user/goddessbreanna/"
+ },
}
}
diff --git a/media/characters/astra/front-undressed.svg b/media/characters/astra/front-undressed.svg
new file mode 100644
index 00000000..f82f1563
--- /dev/null
+++ b/media/characters/astra/front-undressed.svg
@@ -0,0 +1,1625 @@
+
+
+
diff --git a/media/characters/astra/front.svg b/media/characters/astra/front.svg
new file mode 100644
index 00000000..f70a9361
--- /dev/null
+++ b/media/characters/astra/front.svg
@@ -0,0 +1,1632 @@
+
+
+
diff --git a/media/characters/astra/hand.svg b/media/characters/astra/hand.svg
new file mode 100644
index 00000000..53184e96
--- /dev/null
+++ b/media/characters/astra/hand.svg
@@ -0,0 +1,286 @@
+
+
+
diff --git a/media/characters/astra/paw.svg b/media/characters/astra/paw.svg
new file mode 100644
index 00000000..0f314ac7
--- /dev/null
+++ b/media/characters/astra/paw.svg
@@ -0,0 +1,352 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2db27c8b..44a90894 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -41180,6 +41180,63 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Astra", species: ["jackal", "umbreon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(20, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/astra/front.svg",
+ extra: 1890/1754,
+ bottom: 66/1956
+ }
+ },
+ frontUndressed: {
+ height: math.unit(20, "feet"),
+ name: "Front (Undressed)",
+ image: {
+ source: "./media/characters/astra/front-undressed.svg",
+ extra: 1926/1749,
+ bottom: 0/1926
+ }
+ },
+ hand: {
+ height: math.unit(1.53, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/astra/hand.svg"
+ }
+ },
+ paw: {
+ height: math.unit(1.53, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/astra/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Smallest",
+ height: math.unit(20, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(1e9, "miles"),
+ default: true
+ },
+ {
+ name: "Larger",
+ height: math.unit(5, "multiverses")
+ },
+ {
+ name: "Largest",
+ height: math.unit(1e9, "multiverses")
+ },
+ ]
+))
+
//characters
function makeCharacters() {