diff --git a/media/attribution.js b/media/attribution.js
index ed1d96c0..ceefd68d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12449,6 +12449,19 @@ const attributionData = {
"ghostskunk"
]
},
+ {
+ prefix: "./media/characters/arimphae/",
+ files: [
+ { name: "dragon.svg", source: "https://www.furaffinity.net/view/38148664/" },
+ { name: "drake.svg", source: "https://www.furaffinity.net/view/38148664/" },
+ ],
+ authors: [
+ "obligatecannibal"
+ ],
+ owners: [
+ "eldritchheart"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -17168,6 +17181,14 @@ const attributionData = {
"name": "Chub-United",
"url": "https://www.furaffinity.net/user/chub-united/"
},
+ "eldritchheart": {
+ "name": "EldritchHeart",
+ "url": "https://www.furaffinity.net/user/eldritchheart/"
+ },
+ "obligatecannibal": {
+ "name": "ObligateCannibal",
+ "url": "https://www.furaffinity.net/user/obligatecannibal"
+ },
}
}
diff --git a/media/characters/arimphae/dragon.svg b/media/characters/arimphae/dragon.svg
new file mode 100644
index 00000000..00bee415
--- /dev/null
+++ b/media/characters/arimphae/dragon.svg
@@ -0,0 +1,1403 @@
+
+
+
diff --git a/media/characters/arimphae/drake.svg b/media/characters/arimphae/drake.svg
new file mode 100644
index 00000000..25add545
--- /dev/null
+++ b/media/characters/arimphae/drake.svg
@@ -0,0 +1,1266 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6f66105a..eaf05140 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -32153,6 +32153,43 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Arimphae", species: ["dragon"], tags: ["feral"] },
+ {
+ dragon: {
+ height: math.unit(26, "feet"),
+ weight: math.unit(36, "tons"),
+ name: "Dragon",
+ image: {
+ source: "./media/characters/arimphae/dragon.svg",
+ extra: 1574/983,
+ bottom: 357/1931
+ }
+ },
+ drake: {
+ height: math.unit(9, "feet"),
+ weight: math.unit(1.5, "tons"),
+ name: "Drake",
+ image: {
+ source: "./media/characters/arimphae/drake.svg",
+ extra: 1120/925,
+ bottom: 435/1555
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(26*5/9, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(26, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {