diff --git a/media/attribution.js b/media/attribution.js
index b4f77b17..9eaee1db 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16910,6 +16910,19 @@ const attributionData = {
"maxhyperhusky"
]
},
+ {
+ prefix: "./media/characters/spook/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/43584572/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/43584572/" },
+ ],
+ authors: [
+ "keitz"
+ ],
+ owners: [
+ "aggressiveblindspook"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23335,6 +23348,14 @@ const attributionData = {
"name": "Garoline",
"url": "https://twitter.com/Garolines"
},
+ "aggressiveblindspook": {
+ "name": "AggressiveBlindSpook",
+ "url": "https://www.furaffinity.net/user/aggressiveblindspook/"
+ },
+ "keitz": {
+ "name": "keitz",
+ "url": "https://www.furaffinity.net/user/keitz/"
+ },
}
}
diff --git a/media/characters/spook/back.svg b/media/characters/spook/back.svg
new file mode 100644
index 00000000..ed517b7c
--- /dev/null
+++ b/media/characters/spook/back.svg
@@ -0,0 +1,392 @@
+
+
+
diff --git a/media/characters/spook/front.svg b/media/characters/spook/front.svg
new file mode 100644
index 00000000..3d41dade
--- /dev/null
+++ b/media/characters/spook/front.svg
@@ -0,0 +1,334 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ce820c2f..a9220341 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44427,6 +44427,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Spook", species: ["alien"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 5/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/spook/front.svg",
+ extra: 794/791,
+ bottom: 54/848
+ }
+ },
+ back: {
+ height: math.unit(5 + 5/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/spook/back.svg",
+ extra: 812/798,
+ bottom: 32/844
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 5/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {