diff --git a/media/attribution.js b/media/attribution.js
index 07ebb5c2..1cf7901c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -23006,8 +23006,10 @@ const attributionData = {
{
prefix: "./media/characters/midnight-yamikidate/",
files: [
- { name: "sona-front.svg", source: null, nsfw: true },
- { name: "character-front.svg", source: null, nsfw: true },
+ { name: "sona-front.svg", source: "https://www.furaffinity.net/view/47578105/", nsfw: true },
+ { name: "sona-side.svg", source: "https://www.furaffinity.net/view/47578105/", nsfw: true },
+ { name: "character-front.svg", source: "https://www.furaffinity.net/view/47578065/", nsfw: false },
+ { name: "character-side.svg", source: "https://www.furaffinity.net/view/47578065/", nsfw: false },
],
authors: [
"aradortd"
diff --git a/media/characters/midnight-yamikidate/character-side.svg b/media/characters/midnight-yamikidate/character-side.svg
new file mode 100644
index 00000000..c922b5f2
--- /dev/null
+++ b/media/characters/midnight-yamikidate/character-side.svg
@@ -0,0 +1,1970 @@
+
+
+
diff --git a/media/characters/midnight-yamikidate/sona-side.svg b/media/characters/midnight-yamikidate/sona-side.svg
new file mode 100644
index 00000000..facec5e2
--- /dev/null
+++ b/media/characters/midnight-yamikidate/sona-side.svg
@@ -0,0 +1,1324 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 188b4280..e251ac59 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -67163,6 +67163,17 @@ characterMakers.push(() => makeCharacter(
form: "sona",
default: true
},
+ sona_side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(350, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/midnight-yamikidate/sona-side.svg",
+ extra: 1075/1017,
+ bottom: 20/1095
+ },
+ form: "sona",
+ },
character_front: {
height: math.unit(6, "feet"),
weight: math.unit(300, "lb"),
@@ -67175,6 +67186,17 @@ characterMakers.push(() => makeCharacter(
form: "character",
default: true
},
+ character_side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/midnight-yamikidate/character-side.svg",
+ extra: 1075/1017,
+ bottom: 20/1095
+ },
+ form: "character",
+ },
},
[
{