diff --git a/media/attribution.js b/media/attribution.js
index 5a9577d2..4e2165b8 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11964,6 +11964,24 @@ const attributionData = {
"galacticruler"
]
},
+ {
+ prefix: "./media/characters/flux/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/DumbBlindCat/status/1309196621532606467" },
+ { name: "back.svg", source: "https://twitter.com/DumbBlindCat/status/1309196621532606467" },
+ { name: "front-dressed.svg", source: null },
+ { name: "feral-side.svg", source: "https://twitter.com/DumbBlindCat/status/1309196621532606467" },
+ { name: "head.svg", source: null },
+ { name: "head-side.svg", source: null },
+ { name: "head-side-fire.svg", source: null },
+ ],
+ authors: [
+ "themiles"
+ ],
+ owners: [
+ "dumbblindcat"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -16478,6 +16496,14 @@ const attributionData = {
"name": "Galacticruler",
"url": "https://www.furaffinity.net/user/galacticruler/"
},
+ "themiles": {
+ "name": "TheMiles",
+ "url": "https://www.deviantart.com/themiles"
+ },
+ "dumbblindcat": {
+ "name": "DumbBlindCat",
+ "url": "https://twitter.com/DumbBlindCat/"
+ },
}
}
diff --git a/media/characters/flux/back.svg b/media/characters/flux/back.svg
new file mode 100644
index 00000000..bcb94efa
--- /dev/null
+++ b/media/characters/flux/back.svg
@@ -0,0 +1,265 @@
+
+
+
diff --git a/media/characters/flux/feral-side.svg b/media/characters/flux/feral-side.svg
new file mode 100644
index 00000000..a352f252
--- /dev/null
+++ b/media/characters/flux/feral-side.svg
@@ -0,0 +1,225 @@
+
+
+
diff --git a/media/characters/flux/front-dressed.svg b/media/characters/flux/front-dressed.svg
new file mode 100644
index 00000000..77c73601
--- /dev/null
+++ b/media/characters/flux/front-dressed.svg
@@ -0,0 +1,320 @@
+
+
+
diff --git a/media/characters/flux/front.svg b/media/characters/flux/front.svg
new file mode 100644
index 00000000..1f9109be
--- /dev/null
+++ b/media/characters/flux/front.svg
@@ -0,0 +1,306 @@
+
+
+
diff --git a/media/characters/flux/head-side-fire.svg b/media/characters/flux/head-side-fire.svg
new file mode 100644
index 00000000..ca4054d4
--- /dev/null
+++ b/media/characters/flux/head-side-fire.svg
@@ -0,0 +1,109 @@
+
+
+
diff --git a/media/characters/flux/head-side.svg b/media/characters/flux/head-side.svg
new file mode 100644
index 00000000..1077c2d3
--- /dev/null
+++ b/media/characters/flux/head-side.svg
@@ -0,0 +1,111 @@
+
+
+
diff --git a/media/characters/flux/head.svg b/media/characters/flux/head.svg
new file mode 100644
index 00000000..4fabadcc
--- /dev/null
+++ b/media/characters/flux/head.svg
@@ -0,0 +1,111 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index fdc8a574..4b02a5d8 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -30799,6 +30799,80 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Flux", species: ["luxray"], tags: ["anthro", "feral"] },
+ {
+ front: {
+ height: math.unit(7, "feet"),
+ weight: math.unit(231, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/flux/front.svg",
+ extra: 919/871,
+ bottom: 0/919
+ }
+ },
+ back: {
+ height: math.unit(7, "feet"),
+ weight: math.unit(231, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/flux/back.svg",
+ extra: 1040/992,
+ bottom: 0/1040
+ }
+ },
+ frontDressed: {
+ height: math.unit(7, "feet"),
+ weight: math.unit(231, "lb"),
+ name: "Front (Dressed)",
+ image: {
+ source: "./media/characters/flux/front-dressed.svg",
+ extra: 919/871,
+ bottom: 0/919
+ }
+ },
+ feralSide: {
+ height: math.unit(5, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Feral (Side)",
+ image: {
+ source: "./media/characters/flux/feral-side.svg",
+ extra: 598/528,
+ bottom: 28/626
+ }
+ },
+ head: {
+ height: math.unit(1.585, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/flux/head.svg"
+ }
+ },
+ headSide: {
+ height: math.unit(1.74, "feet"),
+ name: "Head (Side)",
+ image: {
+ source: "./media/characters/flux/head-side.svg"
+ }
+ },
+ headSideFire: {
+ height: math.unit(1.76, "feet"),
+ name: "Head (Side, Fire)",
+ image: {
+ source: "./media/characters/flux/head-side-fire.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {