diff --git a/media/attribution.js b/media/attribution.js
index 5ce5275f..2a4b02fb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18825,6 +18825,23 @@ const attributionData = {
"cilenomon"
]
},
+ {
+ prefix: "./media/characters/ventus-astro-fox/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/42542026/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/42542026/" },
+ { name: "outfit.svg", source: "https://www.furaffinity.net/view/42542026/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/42542026/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/42542026/" },
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/42542026/" },
+ ],
+ authors: [
+ "honeyjaws"
+ ],
+ owners: [
+ "vx1000fox"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -25940,6 +25957,14 @@ const attributionData = {
"name": "Aliceub",
"url": "https://www.furaffinity.net/user/aliceub/"
},
+ "honeyjaws": {
+ "name": "Honeyjaws",
+ "url": "https://instagram.com/honeyjaws"
+ },
+ "vx1000fox": {
+ "name": "VX1000Fox",
+ "url": "https://www.furaffinity.net/user/vx1000fox/"
+ },
}
}
diff --git a/media/characters/ventus-astro-fox/back.svg b/media/characters/ventus-astro-fox/back.svg
new file mode 100644
index 00000000..acb266fe
--- /dev/null
+++ b/media/characters/ventus-astro-fox/back.svg
@@ -0,0 +1,596 @@
+
+
+
diff --git a/media/characters/ventus-astro-fox/front.svg b/media/characters/ventus-astro-fox/front.svg
new file mode 100644
index 00000000..9c3ce44b
--- /dev/null
+++ b/media/characters/ventus-astro-fox/front.svg
@@ -0,0 +1,981 @@
+
+
+
diff --git a/media/characters/ventus-astro-fox/hand.svg b/media/characters/ventus-astro-fox/hand.svg
new file mode 100644
index 00000000..ad2913b3
--- /dev/null
+++ b/media/characters/ventus-astro-fox/hand.svg
@@ -0,0 +1,150 @@
+
+
+
diff --git a/media/characters/ventus-astro-fox/head.svg b/media/characters/ventus-astro-fox/head.svg
new file mode 100644
index 00000000..9ee3ad06
--- /dev/null
+++ b/media/characters/ventus-astro-fox/head.svg
@@ -0,0 +1,429 @@
+
+
+
diff --git a/media/characters/ventus-astro-fox/outfit.svg b/media/characters/ventus-astro-fox/outfit.svg
new file mode 100644
index 00000000..547a08f8
--- /dev/null
+++ b/media/characters/ventus-astro-fox/outfit.svg
@@ -0,0 +1,1088 @@
+
+
+
diff --git a/media/characters/ventus-astro-fox/paw.svg b/media/characters/ventus-astro-fox/paw.svg
new file mode 100644
index 00000000..b7afc59d
--- /dev/null
+++ b/media/characters/ventus-astro-fox/paw.svg
@@ -0,0 +1,125 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9f11a270..a85e4781 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -51017,6 +51017,77 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "VentusAstroFox", species: ["fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(7, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ventus-astro-fox/front.svg",
+ extra: 1792/1623,
+ bottom: 28/1820
+ }
+ },
+ back: {
+ height: math.unit(7, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/ventus-astro-fox/back.svg",
+ extra: 1789/1620,
+ bottom: 31/1820
+ }
+ },
+ outfit: {
+ height: math.unit(7, "feet"),
+ name: "Outfit",
+ image: {
+ source: "./media/characters/ventus-astro-fox/outfit.svg",
+ extra: 1054/925,
+ bottom: 15/1069
+ }
+ },
+ head: {
+ height: math.unit(1.12, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/ventus-astro-fox/head.svg",
+ extra: 866/504,
+ bottom: 0/866
+ }
+ },
+ hand: {
+ height: math.unit(1, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/ventus-astro-fox/hand.svg"
+ }
+ },
+ paw: {
+ height: math.unit(1.5, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/ventus-astro-fox/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(200, "feet")
+ },
+ {
+ name: "Cosmic",
+ height: math.unit(3, "universes")
+ },
+ ]
+))
+
//characters
function makeCharacters() {