diff --git a/media/attribution.js b/media/attribution.js
index 8e5fe7c6..7e37cdaa 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15879,6 +15879,21 @@ const attributionData = {
"ichiinu"
]
},
+ {
+ prefix: "./media/characters/veluren-thanazel/",
+ files: [
+ { name: "side.svg", source: "https://www.furaffinity.net/view/33989795/" },
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33989795/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/33989795/" },
+ { name: "genitals.svg", source: "https://www.furaffinity.net/view/33989795/", nsfw: true },
+ ],
+ authors: [
+ "shikaro"
+ ],
+ owners: [
+ "veluren"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -21902,6 +21917,10 @@ const attributionData = {
"name": "MasonParker",
"url": "https://www.furaffinity.net/user/masonparker/"
},
+ "veluren": {
+ "name": "Veluren",
+ "url": "https://www.furaffinity.net/user/veluren"
+ },
}
}
diff --git a/media/characters/veluren-thanazel/front.svg b/media/characters/veluren-thanazel/front.svg
new file mode 100644
index 00000000..e4c74eb4
--- /dev/null
+++ b/media/characters/veluren-thanazel/front.svg
@@ -0,0 +1,1580 @@
+
+
+
diff --git a/media/characters/veluren-thanazel/genitals.svg b/media/characters/veluren-thanazel/genitals.svg
new file mode 100644
index 00000000..f682c3c1
--- /dev/null
+++ b/media/characters/veluren-thanazel/genitals.svg
@@ -0,0 +1,381 @@
+
+
+
diff --git a/media/characters/veluren-thanazel/head.svg b/media/characters/veluren-thanazel/head.svg
new file mode 100644
index 00000000..39cdf49a
--- /dev/null
+++ b/media/characters/veluren-thanazel/head.svg
@@ -0,0 +1,726 @@
+
+
+
diff --git a/media/characters/veluren-thanazel/side.svg b/media/characters/veluren-thanazel/side.svg
new file mode 100644
index 00000000..2ef37051
--- /dev/null
+++ b/media/characters/veluren-thanazel/side.svg
@@ -0,0 +1,1564 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9522f15c..a576b2ef 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -41686,6 +41686,59 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Veluren Thanazel", species: ["dragon"], tags: ["feral"] },
+ {
+ side: {
+ height: math.unit(30, "feet"),
+ name: "Side",
+ image: {
+ source: "./media/characters/veluren-thanazel/side.svg",
+ extra: 1611/633,
+ bottom: 118/1729
+ }
+ },
+ front: {
+ height: math.unit(30, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/veluren-thanazel/front.svg",
+ extra: 1486/636,
+ bottom: 238/1724
+ }
+ },
+ head: {
+ height: math.unit(21.4, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/veluren-thanazel/head.svg"
+ }
+ },
+ genitals: {
+ height: math.unit(19.4, "feet"),
+ name: "Genitals",
+ image: {
+ source: "./media/characters/veluren-thanazel/genitals.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Social",
+ height: math.unit(6, "feet")
+ },
+ {
+ name: "Play",
+ height: math.unit(12, "feet")
+ },
+ {
+ name: "True",
+ height: math.unit(30, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {