diff --git a/media/attribution.js b/media/attribution.js
index daa457e0..5c19b97b 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11338,6 +11338,19 @@ const attributionData = {
"beathebehemoth"
]
},
+ {
+ prefix: "./media/characters/sona/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35555049/", nsfw: true },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/35555049/", nsfw: false },
+ ],
+ authors: [
+ "son2j"
+ ],
+ owners: [
+ "son2j"
+ ]
+ },
//characters
{
diff --git a/media/characters/sona/foot.svg b/media/characters/sona/foot.svg
new file mode 100644
index 00000000..75e8c189
--- /dev/null
+++ b/media/characters/sona/foot.svg
@@ -0,0 +1,148 @@
+
+
+
diff --git a/media/characters/sona/front.svg b/media/characters/sona/front.svg
new file mode 100644
index 00000000..f6a3f939
--- /dev/null
+++ b/media/characters/sona/front.svg
@@ -0,0 +1,759 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 4eed428f..c2106641 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -28737,6 +28737,34 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Sona", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(100, "miles"),
+ name: "Front",
+ image: {
+ source: "./media/characters/sona/front.svg",
+ extra: 2433/2201,
+ bottom: 53/2486
+ }
+ },
+ foot: {
+ height: math.unit(16.1, "miles"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/sona/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(100, "miles"),
+ default: true
+ },
+ ]
+))
//characters