diff --git a/media/attribution.js b/media/attribution.js
index 2717bd6f..03b6ebc5 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14190,6 +14190,20 @@ const attributionData = {
"killersylv"
]
},
+ {
+ prefix: "./media/characters/daiki/",
+ files: [
+ { name: "anthro.svg", source: "https://www.furaffinity.net/view/30261782/" },
+ { name: "feral.svg", source: "https://www.furaffinity.net/view/30261782/" },
+ { name: "feral-head.svg", source: "https://www.furaffinity.net/view/30261782/" },
+ ],
+ authors: [
+ "rackie"
+ ],
+ owners: [
+ "thelightfury290"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19453,6 +19467,14 @@ const attributionData = {
"name": "Xenithion",
"url": "https://twitter.com/xenithion"
},
+ "thelightfury290": {
+ "name": "thelightfury290",
+ "url": "https://www.furaffinity.net/user/thelightfury290/"
+ },
+ "rackie": {
+ "name": "Rackiera",
+ "url": "https://www.weasyl.com/~rackie"
+ },
}
}
diff --git a/media/characters/daiki/anthro.svg b/media/characters/daiki/anthro.svg
new file mode 100644
index 00000000..dff08828
--- /dev/null
+++ b/media/characters/daiki/anthro.svg
@@ -0,0 +1,821 @@
+
+
+
diff --git a/media/characters/daiki/feral-head.svg b/media/characters/daiki/feral-head.svg
new file mode 100644
index 00000000..1cf6496b
--- /dev/null
+++ b/media/characters/daiki/feral-head.svg
@@ -0,0 +1,1199 @@
+
+
+
diff --git a/media/characters/daiki/feral.svg b/media/characters/daiki/feral.svg
new file mode 100644
index 00000000..9d6652cd
--- /dev/null
+++ b/media/characters/daiki/feral.svg
@@ -0,0 +1,1677 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 027ba189..67f3457a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -37005,6 +37005,45 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Daiki", species: ["bat", "dragon"], tags: ["anthro" ,"feral"] },
+ {
+ anthro: {
+ height: math.unit(5 + 10/12, "feet"),
+ weight: math.unit(100, "lb"),
+ name: "Anthro",
+ image: {
+ source: "./media/characters/daiki/anthro.svg",
+ extra: 1115/1027,
+ bottom: 69/1184
+ }
+ },
+ feral: {
+ height: math.unit(200, "feet"),
+ name: "Feral",
+ image: {
+ source: "./media/characters/daiki/feral.svg",
+ extra: 1256/313,
+ bottom: 39/1295
+ }
+ },
+ feralHead: {
+ height: math.unit(171, "feet"),
+ name: "Feral Head",
+ image: {
+ source: "./media/characters/daiki/feral-head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 10/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {