diff --git a/media/attribution.js b/media/attribution.js
index b5d3bf57..ce7cc6bb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7256,6 +7256,19 @@ const attributionData = {
"jethyena"
]
},
+ {
+ prefix: "./media/characters/tanarath/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35523881/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35523881/" },
+ ],
+ authors: [
+ "xenoforge"
+ ],
+ owners: [
+ "tanarathdragon"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -10070,6 +10083,14 @@ const attributionData = {
"name": "JetHyena",
"url": "https://www.furaffinity.net/user/jethyena",
},
+ "tanarathdragon": {
+ "name": "TanarathDragon",
+ "url": "https://www.furaffinity.net/user/tanarathdragon/",
+ },
+ "xenoforge": {
+ "name": "xenoforge",
+ "url": "https://linktr.ee/TheXenoForge",
+ },
}
}
diff --git a/media/characters/tanarath/back.svg b/media/characters/tanarath/back.svg
new file mode 100644
index 00000000..2b95ba76
--- /dev/null
+++ b/media/characters/tanarath/back.svg
@@ -0,0 +1,544 @@
+
+
+
diff --git a/media/characters/tanarath/front.svg b/media/characters/tanarath/front.svg
new file mode 100644
index 00000000..60c5a8cf
--- /dev/null
+++ b/media/characters/tanarath/front.svg
@@ -0,0 +1,830 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 173be867..9f9e9e31 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -17911,6 +17911,42 @@ characterMakers["Jet"] = () => {
)
};
+characterMakers["Tanarath"] = () => {
+ return makeCharacter(
+ "Tanarath",
+ "TanarathDragon",
+ {
+ front: {
+ height: math.unit(15, "feet"),
+ weight: math.unit(2800, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/tanarath/front.svg",
+ extra: 2392/2220,
+ bottom: 0.03
+ }
+ },
+ back: {
+ height: math.unit(15, "feet"),
+ weight: math.unit(2800, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/tanarath/back.svg",
+ extra: 2392/2220,
+ bottom: 0.03
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(15, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {