diff --git a/media/attribution.js b/media/attribution.js
index 64a7c5d6..ca56909b 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21907,6 +21907,19 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/spade/",
+ files: [
+ { name: "standard.svg", source: "https://www.furaffinity.net/view/46511242/" },
+ { name: "disguised.svg", source: "https://www.furaffinity.net/view/46511242/" },
+ ],
+ authors: [
+ "spadethetick"
+ ],
+ owners: [
+ "spadethetick"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30333,6 +30346,10 @@ const attributionData = {
"name": "Bookman",
"url": "https://twitter.com/BookmanArt"
},
+ "spadethetick": {
+ "name": "SpadeTheTick",
+ "url": "https://www.furaffinity.net/user/spadethetick/"
+ },
}
}
diff --git a/media/characters/spade/disguised.svg b/media/characters/spade/disguised.svg
new file mode 100644
index 00000000..3aeacab3
--- /dev/null
+++ b/media/characters/spade/disguised.svg
@@ -0,0 +1,1088 @@
+
+
+
diff --git a/media/characters/spade/standard.svg b/media/characters/spade/standard.svg
new file mode 100644
index 00000000..ffe35ddd
--- /dev/null
+++ b/media/characters/spade/standard.svg
@@ -0,0 +1,1621 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2fd6a2ee..3ccb3063 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -63035,6 +63035,37 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Spade", species: ["demon", "mouse"], tags: ["anthro"] },
+ {
+ standard: {
+ height: math.unit(1 + 5/12, "feet"),
+ name: "Standard",
+ image: {
+ source: "./media/characters/spade/standard.svg",
+ extra: 1794/1703,
+ bottom: 115/1909
+ }
+ },
+ disguised: {
+ height: math.unit(1 + 5/12, "feet"),
+ name: "Disguised",
+ image: {
+ source: "./media/characters/spade/disguised.svg",
+ extra: 1794/1700,
+ bottom: 98/1892
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(1 + 5/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {