diff --git a/media/attribution.js b/media/attribution.js
index a2f4e512..52453f58 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19954,6 +19954,21 @@ const attributionData = {
"emerald-aurora"
]
},
+ {
+ prefix: "./media/characters/khyla-shadowsong/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/43126404/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/43126404/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/43126404/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/43126404/" },
+ ],
+ authors: [
+ "lilnoodledragon"
+ ],
+ owners: [
+ "dapper-wolf"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27823,6 +27838,14 @@ const attributionData = {
"name": "Aurora",
"url": "https://twitter.com/Emerald_Aurora"
},
+ "lilnoodledragon": {
+ "name": "Noodle/Paloma",
+ "url": "https://twitter.com/lilnoodledragon"
+ },
+ "dapper-wolf": {
+ "name": "Dapper-Wolf",
+ "url": "https://www.furaffinity.net/user/dapper-wolf/"
+ },
}
}
diff --git a/media/characters/khyla-shadowsong/back.svg b/media/characters/khyla-shadowsong/back.svg
new file mode 100644
index 00000000..8a8b5052
--- /dev/null
+++ b/media/characters/khyla-shadowsong/back.svg
@@ -0,0 +1,2220 @@
+
+
+
diff --git a/media/characters/khyla-shadowsong/front.svg b/media/characters/khyla-shadowsong/front.svg
new file mode 100644
index 00000000..137baed9
--- /dev/null
+++ b/media/characters/khyla-shadowsong/front.svg
@@ -0,0 +1,2515 @@
+
+
+
diff --git a/media/characters/khyla-shadowsong/head.svg b/media/characters/khyla-shadowsong/head.svg
new file mode 100644
index 00000000..c3639c25
--- /dev/null
+++ b/media/characters/khyla-shadowsong/head.svg
@@ -0,0 +1,880 @@
+
+
+
diff --git a/media/characters/khyla-shadowsong/side.svg b/media/characters/khyla-shadowsong/side.svg
new file mode 100644
index 00000000..18057e60
--- /dev/null
+++ b/media/characters/khyla-shadowsong/side.svg
@@ -0,0 +1,2264 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e11608bb..363d9401 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -54739,6 +54739,60 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Khyla Shadowsong", species: ["charr"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/khyla-shadowsong/front.svg",
+ extra: 861/798,
+ bottom: 32/893
+ }
+ },
+ side: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/khyla-shadowsong/side.svg",
+ extra: 790/750,
+ bottom: 87/877
+ }
+ },
+ back: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/khyla-shadowsong/back.svg",
+ extra: 855/808,
+ bottom: 14/869
+ }
+ },
+ head: {
+ height: math.unit(2.7, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/khyla-shadowsong/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(6, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(8, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {