diff --git a/media/attribution.js b/media/attribution.js
index 18ddeed1..c63eec53 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10809,6 +10809,19 @@ const attributionData = {
"nemoskia"
]
},
+ {
+ prefix: "./media/characters/arokh-takakura/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/36861115/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/36861115/", nsfw: false },
+ ],
+ authors: [
+ "tankh"
+ ],
+ owners: [
+ "arokhzero"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -14901,6 +14914,10 @@ const attributionData = {
"name": "Nemoskia",
"url": "https://www.furaffinity.net/user/nemoskia/",
},
+ "arokhzero": {
+ "name": "ArokhZero",
+ "url": "https://www.furaffinity.net/user/arokhzero/",
+ },
}
}
diff --git a/media/characters/arokh-takakura/back.svg b/media/characters/arokh-takakura/back.svg
new file mode 100644
index 00000000..71f93166
--- /dev/null
+++ b/media/characters/arokh-takakura/back.svg
@@ -0,0 +1,300 @@
+
+
+
diff --git a/media/characters/arokh-takakura/front.svg b/media/characters/arokh-takakura/front.svg
new file mode 100644
index 00000000..cb3a6f58
--- /dev/null
+++ b/media/characters/arokh-takakura/front.svg
@@ -0,0 +1,441 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index a9cfc16c..1374531e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -27184,7 +27184,44 @@ characterMakers.push(() => makeCharacter(
},
},
[
-
+ {
+ name: "Normal",
+ height: math.unit(6 + 7/12, "feet"),
+ default: true
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Arokh Takakura", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(12 + 6/12, "feet"),
+ weight: math.unit(1342, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/arokh-takakura/front.svg",
+ extra: 1089/1043,
+ bottom: 77.4/1176.7
+ }
+ },
+ back: {
+ height: math.unit(12 + 6/12, "feet"),
+ weight: math.unit(1342, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/arokh-takakura/back.svg",
+ extra: 1046/1019,
+ bottom: 102/1150
+ }
+ },
+ },
+ [
+ {
+ name: "Big",
+ height: math.unit(12 + 6/12, "feet"),
+ default: true
+ },
]
))