diff --git a/media/attribution.js b/media/attribution.js
index dec6226a..a62b7468 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21529,6 +21529,19 @@ const attributionData = {
"neopuc"
]
},
+ {
+ prefix: "./media/characters/hayaku/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/18822926/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/18822926/" },
+ ],
+ authors: [
+ "panda-chan"
+ ],
+ owners: [
+ "kit-kitsune3-tails"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29903,6 +29916,10 @@ const attributionData = {
"name": "Black_Chaos666",
"url": "https://www.furaffinity.net/user/blackchaos666"
},
+ "kit-kitsune3-tails": {
+ "name": "Kit",
+ "url": "https://www.furaffinity.net/user/kit-kitsune3-tails"
+ },
}
}
diff --git a/media/characters/hayaku/back.svg b/media/characters/hayaku/back.svg
new file mode 100644
index 00000000..dd9a1cb8
--- /dev/null
+++ b/media/characters/hayaku/back.svg
@@ -0,0 +1,789 @@
+
+
+
diff --git a/media/characters/hayaku/front.svg b/media/characters/hayaku/front.svg
new file mode 100644
index 00000000..58b06917
--- /dev/null
+++ b/media/characters/hayaku/front.svg
@@ -0,0 +1,1966 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 715b0d53..39c69b12 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2276,6 +2276,10 @@ const speciesData = {
name: "Diamondback",
parents: ["snake"]
},
+ "spidox": {
+ name: "Spidox",
+ parents: ["spider", "fox"]
+ },
}
//species
@@ -61433,6 +61437,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Hayaku", species: ["spidox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(73, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/hayaku/front.svg",
+ extra: 1011/888,
+ bottom: 33/1044
+ }
+ },
+ back: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(73, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/hayaku/back.svg",
+ extra: 1040/930,
+ bottom: 20/1060
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(4, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {