diff --git a/media/attribution.js b/media/attribution.js
index b863148c..ab039385 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16636,7 +16636,8 @@ const attributionData = {
{
prefix: "./media/characters/nova-fox/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/43176739/", nsfw: true }
+ { name: "female.svg", source: "https://www.furaffinity.net/view/46425478/", nsfw: true },
+ { name: "male.svg", source: "https://www.furaffinity.net/view/46425478/", nsfw: true }
],
authors: [
"gasmaskfox"
diff --git a/media/characters/nova-fox/female.svg b/media/characters/nova-fox/female.svg
new file mode 100644
index 00000000..7e2015be
--- /dev/null
+++ b/media/characters/nova-fox/female.svg
@@ -0,0 +1,1633 @@
+
+
+
diff --git a/media/characters/nova-fox/male.svg b/media/characters/nova-fox/male.svg
new file mode 100644
index 00000000..5ec96864
--- /dev/null
+++ b/media/characters/nova-fox/male.svg
@@ -0,0 +1,1530 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 410feec2..7ea90b0d 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -46222,23 +46222,46 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Nova (Fox)", species: ["fox"], tags: ["anthro"] },
{
- front: {
- height: math.unit(64, "meters"),
+ female: {
+ height: math.unit(300, "meters"),
name: "Front",
image: {
- source: "./media/characters/nova-fox/front.svg",
- extra: 1310/1246,
- bottom: 65/1375
- }
+ source: "./media/characters/nova-fox/female.svg",
+ extra: 664/632,
+ bottom: 51/715
+ },
+ form: "female",
+ default: true
+ },
+ male: {
+ height: math.unit(300, "meters"),
+ name: "Front",
+ image: {
+ source: "./media/characters/nova-fox/male.svg",
+ extra: 663/631,
+ bottom: 30/693
+ },
+ form: "male",
+ default: true
},
},
[
{
name: "Macro",
- height: math.unit(64, "meters"),
+ height: math.unit(300, "meters"),
+ default: true,
+ allForms: true
+ },
+ ],
+ {
+ "female": {
+ name: "Female",
default: true
},
- ]
+ "male": {
+ name: "Male",
+ },
+ }
))
characterMakers.push(() => makeCharacter(