diff --git a/media/attribution.js b/media/attribution.js
index af3f1565..0964170f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20785,6 +20785,19 @@ const attributionData = {
                 "demonlord261"
             ]
         },
+        {
+            prefix: "./media/characters/davwyn/",
+            files: [
+                { name: "side.svg", source: "https://www.furaffinity.net/view/32820107/" },
+                { name: "front.svg", source: "https://www.furaffinity.net/view/32820107/" },
+            ],
+            authors: [
+                "vallhund"
+            ],
+            owners: [
+                "dav-dragon"
+            ]
+        },
         //characters
         {
             prefix: "./media/fiction/halo/halo/",
@@ -28974,6 +28987,10 @@ const attributionData = {
             "name": "Sai Bree",
             "url": "https://www.furaffinity.net/user/demonlord261/"
         },
+        "dav-dragon": {
+            "name": "Dav",
+            "url": "https://www.furaffinity.net/user/davdragon/"
+        },
     }
 }
 
diff --git a/media/characters/davwyn/front.svg b/media/characters/davwyn/front.svg
new file mode 100644
index 00000000..c447572f
--- /dev/null
+++ b/media/characters/davwyn/front.svg
@@ -0,0 +1,2977 @@
+
+
+
diff --git a/media/characters/davwyn/side.svg b/media/characters/davwyn/side.svg
new file mode 100644
index 00000000..dfaab3a0
--- /dev/null
+++ b/media/characters/davwyn/side.svg
@@ -0,0 +1,1509 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 12048380..d681d04e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -58043,6 +58043,43 @@ characterMakers.push(() => makeCharacter(
     ]
 ))
 
+characterMakers.push(() => makeCharacter(
+    { name: "Davwyn", species: ["dragon"], tags: ["feral"] },
+    {
+        side: {
+            height: math.unit(1.02, "meters"),
+            weight: math.unit(120, "lb"),
+            name: "Side",
+            image: {
+                source: "./media/characters/davwyn/side.svg",
+                extra: 1557/1225,
+                bottom: 131/1688
+            }
+        },
+        front: {
+            height: math.unit(0.98, "meters"),
+            weight: math.unit(120, "lb"),
+            name: "Front",
+            image: {
+                source: "./media/characters/davwyn/front.svg",
+                extra: 870/843,
+                bottom: 175/1045
+            }
+        },
+    },
+    [
+        {
+            name: "Minidrake",
+            height: math.unit(0.3048, "meters")
+        },
+        {
+            name: "Normal",
+            height: math.unit(1.02, "meters"),
+            default: true
+        },
+    ]
+))
+
 //characters
 
 function makeCharacters() {