diff --git a/media/attribution.js b/media/attribution.js
index af28d59e..5013a281 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10017,6 +10017,19 @@ const attributionData = {
"xrequiem"
]
},
+ {
+ prefix: "./media/characters/maxene-sita/",
+ files: [
+ { name: "fox.svg", source: "https://www.deviantart.com/furipa93/art/C-Max-refsheet-811541162" },
+ { name: "kitsune.svg", source: "https://www.deviantart.com/furipa93/art/C-Max-refsheet-811541162" },
+ ],
+ authors: [
+ "furipa93"
+ ],
+ owners: [
+ "rizzy"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -13843,6 +13856,14 @@ const attributionData = {
"name": "Momofluff",
"url": "https://www.furaffinity.net/user/momofluff/",
},
+ "rizzy": {
+ "name": "Rizzy",
+ "url": null,
+ },
+ "furipa93": {
+ "name": "furipa93",
+ "url": "https://www.deviantart.com/furipa93",
+ },
}
}
diff --git a/media/characters/maxene-sita/fox.svg b/media/characters/maxene-sita/fox.svg
new file mode 100644
index 00000000..bdf176a4
--- /dev/null
+++ b/media/characters/maxene-sita/fox.svg
@@ -0,0 +1,317 @@
+
+
+
diff --git a/media/characters/maxene-sita/kitsune.svg b/media/characters/maxene-sita/kitsune.svg
new file mode 100644
index 00000000..91464497
--- /dev/null
+++ b/media/characters/maxene-sita/kitsune.svg
@@ -0,0 +1,456 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3a491ab6..d9e27331 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -24769,7 +24769,7 @@ characterMakers.push(() => makeCharacter(
))
characterMakers.push(() => makeCharacter(
- { name: "Baadra" },
+ { name: "Baadra", species: ["skarlan"], tags: ["anthro"] },
{
front: {
height: math.unit(17 + 6/12, "feet"),
@@ -24823,7 +24823,7 @@ characterMakers.push(() => makeCharacter(
))
characterMakers.push(() => makeCharacter(
- { name: "Juri" },
+ { name: "Juri", species: ["kitsune"], tags: ["anthro"] },
{
front: {
height: math.unit(7 + 3/12, "feet"),
@@ -24890,6 +24890,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Maxene Sita", species: ["fox", "kitsune", "demon"], tags: ["anthro"] },
+ {
+ fox: {
+ height: math.unit(5 + 6/12, "feet"),
+ weight: math.unit(140, "lb"),
+ name: "Fox",
+ image: {
+ source: "./media/characters/maxene-sita/fox.svg",
+ extra: 146/138,
+ bottom: 2.1/148.19
+ }
+ },
+ kitsune: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(800, "lb"),
+ name: "Kitsune",
+ image: {
+ source: "./media/characters/maxene-sita/kitsune.svg",
+ extra: 185/176,
+ bottom: 4.7/189.9
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 6/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {