diff --git a/media/attribution.js b/media/attribution.js
index ed179ef2..07ebb5c2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -23003,6 +23003,19 @@ const attributionData = {
"bastionemperorwolf"
]
},
+ {
+ prefix: "./media/characters/midnight-yamikidate/",
+ files: [
+ { name: "sona-front.svg", source: null, nsfw: true },
+ { name: "character-front.svg", source: null, nsfw: true },
+ ],
+ authors: [
+ "aradortd"
+ ],
+ owners: [
+ "midnight-yamikidate"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31799,6 +31812,10 @@ const attributionData = {
"name": "Bastion Emperorwolf",
"url": "https://www.furaffinity.net/user/bastionemperorwolf/"
},
+ "midnight-yamikidate": {
+ "name": "Midnight Yamikidate",
+ "url": "https://www.furaffinity.net/user/midnightyamikidate/"
+ },
}
}
diff --git a/media/characters/midnight-yamikidate/character-front.svg b/media/characters/midnight-yamikidate/character-front.svg
new file mode 100644
index 00000000..9f4081e5
--- /dev/null
+++ b/media/characters/midnight-yamikidate/character-front.svg
@@ -0,0 +1,2038 @@
+
+
+
diff --git a/media/characters/midnight-yamikidate/sona-front.svg b/media/characters/midnight-yamikidate/sona-front.svg
new file mode 100644
index 00000000..ef8196e8
--- /dev/null
+++ b/media/characters/midnight-yamikidate/sona-front.svg
@@ -0,0 +1,1532 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 01cea673..188b4280 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -67148,6 +67148,59 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Midnight Yamikidate", species: ["dragon"], tags: ["anthro"] },
+ {
+ sona_front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(350, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/midnight-yamikidate/sona-front.svg",
+ extra: 1099/1005,
+ bottom: 22/1121
+ },
+ form: "sona",
+ default: true
+ },
+ character_front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/midnight-yamikidate/character-front.svg",
+ extra: 1099/1005,
+ bottom: 22/1121
+ },
+ form: "character",
+ default: true
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(500, "feet"),
+ default: true,
+ form: "sona"
+ },
+ {
+ name: "Normal",
+ height: math.unit(50, "feet"),
+ default: true,
+ form: "character"
+ },
+ ],
+ {
+ "sona": {
+ name: "Sona",
+ default: true
+ },
+ "character": {
+ name: "Character",
+ },
+ }
+))
+
//characters
function makeCharacters() {