diff --git a/media/attribution.js b/media/attribution.js
index 737c8f66..db6875c7 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16373,6 +16373,30 @@ const attributionData = {
"okuri"
]
},
+ {
+ prefix: "./media/characters/autumn/",
+ files: [
+ { name: "werewolf.svg", source: "https://www.furaffinity.net/view/42761238/", nsfw: true }
+ ],
+ authors: [
+ "dragga"
+ ],
+ owners: [
+ "pyrophile"
+ ]
+ },
+ {
+ prefix: "./media/characters/autumn/",
+ files: [
+ { name: "human.svg", source: "https://www.furaffinity.net/view/42761387/" }
+ ],
+ authors: [
+ "enormouse"
+ ],
+ owners: [
+ "pyrophile"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22564,6 +22588,10 @@ const attributionData = {
"name": "Ei-Tule-Kesaa",
"url": "https://www.furaffinity.net/user/ei-tule-kesaa/"
},
+ "pyrophile": {
+ "name": "Pyrophile",
+ "url": "https://www.furaffinity.net/user/pyrophile/"
+ },
}
}
diff --git a/media/characters/autumn/human.svg b/media/characters/autumn/human.svg
new file mode 100644
index 00000000..ee0665b5
--- /dev/null
+++ b/media/characters/autumn/human.svg
@@ -0,0 +1,502 @@
+
+
+
diff --git a/media/characters/autumn/werewolf.svg b/media/characters/autumn/werewolf.svg
new file mode 100644
index 00000000..7caf5817
--- /dev/null
+++ b/media/characters/autumn/werewolf.svg
@@ -0,0 +1,721 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9e6fca8f..d6e3937c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -43064,6 +43064,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Autumn", species: ["werewolf", "human"], tags: ["anthro"] },
+ {
+ werewolf: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(425, "lb"),
+ name: "Werewolf",
+ image: {
+ source: "./media/characters/autumn/werewolf.svg",
+ extra: 2154/2031,
+ bottom: 160/2314
+ }
+ },
+ human: {
+ height: math.unit(5 + 8/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Human",
+ image: {
+ source: "./media/characters/autumn/human.svg",
+ extra: 1200/1149,
+ bottom: 30/1230
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {