diff --git a/media/attribution.js b/media/attribution.js
index 8caf9cda..ab929c34 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19634,6 +19634,19 @@ const attributionData = {
"zdarlight"
]
},
+ {
+ prefix: "./media/characters/shuken-flash/",
+ files: [
+ { name: "front.svg", source: "https://inkbunny.net/s/753719" },
+ { name: "back.svg", source: "https://inkbunny.net/s/753719" },
+ ],
+ authors: [
+ "shiuk"
+ ],
+ owners: [
+ "shukenflash"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27310,6 +27323,14 @@ const attributionData = {
"name": "Zdarlight",
"url": "https://twitter.com/Zdarlight1564"
},
+ "shiuk": {
+ "name": "shiuk",
+ "url": "https://www.furaffinity.net/user/shiuk/"
+ },
+ "shukenflash": {
+ "name": "Shuken Flash",
+ "url": "https://inkbunny.net/ShukenFlash"
+ },
}
}
diff --git a/media/characters/shuken-flash/back.svg b/media/characters/shuken-flash/back.svg
new file mode 100644
index 00000000..0f1f3d34
--- /dev/null
+++ b/media/characters/shuken-flash/back.svg
@@ -0,0 +1,1063 @@
+
+
+
diff --git a/media/characters/shuken-flash/front.svg b/media/characters/shuken-flash/front.svg
new file mode 100644
index 00000000..6403e48c
--- /dev/null
+++ b/media/characters/shuken-flash/front.svg
@@ -0,0 +1,1304 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e6f881db..6ccbee16 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -53652,6 +53652,41 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Shuken Flash", species: ["arctic-fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(195, "lb"),
+ preyCapacity: math.unit(6, "people"),
+ name: "Front",
+ image: {
+ source: "./media/characters/shuken-flash/front.svg",
+ extra: 1905/1739,
+ bottom: 65/1970
+ }
+ },
+ back: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(195, "lb"),
+ preyCapacity: math.unit(6, "people"),
+ name: "Back",
+ image: {
+ source: "./media/characters/shuken-flash/back.svg",
+ extra: 1912/1751,
+ bottom: 13/1925
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {