diff --git a/media/attribution.js b/media/attribution.js
index 061374d1..1be734c4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16259,6 +16259,19 @@ const attributionData = {
"sofia"
]
},
+ {
+ prefix: "./media/characters/october-gossamer/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ ],
+ authors: [
+ "bigblueghost"
+ ],
+ owners: [
+ "bigblueghost"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/october-gossamer/back.svg b/media/characters/october-gossamer/back.svg
new file mode 100644
index 00000000..0c4defbc
--- /dev/null
+++ b/media/characters/october-gossamer/back.svg
@@ -0,0 +1,340 @@
+
+
+
diff --git a/media/characters/october-gossamer/front.svg b/media/characters/october-gossamer/front.svg
new file mode 100644
index 00000000..f18a9083
--- /dev/null
+++ b/media/characters/october-gossamer/front.svg
@@ -0,0 +1,580 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index afcffc50..9a044246 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -42635,6 +42635,37 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "October Gossamer", species: ["cat"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/october-gossamer/front.svg",
+ extra: 505/454,
+ bottom: 7/512
+ }
+ },
+ back: {
+ height: math.unit(5 + 2/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/october-gossamer/back.svg",
+ extra: 501/454,
+ bottom: 11/512
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 2/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {