diff --git a/media/attribution.js b/media/attribution.js
index d45b823b..c6d7ef31 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13415,6 +13415,19 @@ const attributionData = {
"corriezodori"
]
},
+ {
+ prefix: "./media/characters/shirou/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/30587072/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/30587072/", nsfw: true },
+ ],
+ authors: [
+ "nerdthatdraws"
+ ],
+ owners: [
+ "shirou14"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -18498,6 +18511,14 @@ const attributionData = {
"name": "Katie Emma",
"url": "https://twitter.com/trulyavaporeon"
},
+ "nerdthatdraws": {
+ "name": "NERDthatDRAWS",
+ "url": "https://www.furaffinity.net/user/nerdthatdraws"
+ },
+ "shirou14": {
+ "name": "Shirou14",
+ "url": "https://www.furaffinity.net/user/shirou14/"
+ },
}
}
diff --git a/media/characters/shirou/back.svg b/media/characters/shirou/back.svg
new file mode 100644
index 00000000..dfb2bf9a
--- /dev/null
+++ b/media/characters/shirou/back.svg
@@ -0,0 +1,890 @@
+
+
+
diff --git a/media/characters/shirou/front.svg b/media/characters/shirou/front.svg
new file mode 100644
index 00000000..2006a2bd
--- /dev/null
+++ b/media/characters/shirou/front.svg
@@ -0,0 +1,957 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 04b74697..55ea4d0c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -35129,6 +35129,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Shirou", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/shirou/front.svg",
+ extra: 2491/2383,
+ bottom: 189/2680
+ }
+ },
+ back: {
+ height: math.unit(5 + 11/12, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/shirou/back.svg",
+ extra: 2554/2450,
+ bottom: 76/2630
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 11/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {