diff --git a/media/attribution.js b/media/attribution.js
index 92a5e79c..c698dfd0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14013,6 +14013,30 @@ const attributionData = {
"blindpil0t"
]
},
+ {
+ prefix: "./media/characters/october/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/October_Val/status/1330204539736174594" }
+ ],
+ authors: [
+ "sovietcatparty"
+ ],
+ owners: [
+ "october-val"
+ ]
+ },
+ {
+ prefix: "./media/characters/october/",
+ files: [
+ { name: "front-nsfw.svg", source: "https://twitter.com/October_Val/status/1310241284444033025", nsfw: true }
+ ],
+ authors: [
+ "eerieviolet"
+ ],
+ owners: [
+ "october-val"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19228,6 +19252,18 @@ const attributionData = {
"name": "teaesthetic",
"url": "https://www.furaffinity.net/user/teaesthetic/"
},
+ "october-val": {
+ "name": "Octobabe",
+ "url": "https://twitter.com/October_Val/"
+ },
+ "sovietcatparty": {
+ "name": "SovietCatParty",
+ "url": "https://twitter.com/sovietcatparty?s=21"
+ },
+ "eerieviolet": {
+ "name": "EerieViolet",
+ "url": "https://twitter.com/eerieviolet"
+ },
}
}
diff --git a/media/characters/october/front-nsfw.svg b/media/characters/october/front-nsfw.svg
new file mode 100644
index 00000000..0bde4083
--- /dev/null
+++ b/media/characters/october/front-nsfw.svg
@@ -0,0 +1,752 @@
+
+
+
diff --git a/media/characters/october/front.svg b/media/characters/october/front.svg
new file mode 100644
index 00000000..a5977f67
--- /dev/null
+++ b/media/characters/october/front.svg
@@ -0,0 +1,523 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d6a48ed7..0f4f8778 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -36479,6 +36479,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "October", species: ["tiger"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 5/12, "feet"),
+ weight: math.unit(180, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/october/front.svg",
+ extra: 1800/1650,
+ bottom: 0/1800
+ }
+ },
+ frontNsfw: {
+ height: math.unit(5 + 5/12, "feet"),
+ weight: math.unit(180, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/october/front-nsfw.svg",
+ extra: 1392/1307,
+ bottom: 42/1434
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 5/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {