diff --git a/media/attribution.js b/media/attribution.js
index e348a826..90580674 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18242,6 +18242,19 @@ const attributionData = {
"kal278"
]
},
+ {
+ prefix: "./media/characters/ir'istrasz/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/43580436/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/43580436/", nsfw: false },
+ ],
+ authors: [
+ "adelindsadopts"
+ ],
+ owners: [
+ "kal278"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -25220,6 +25233,10 @@ const attributionData = {
"name": "driiad",
"url": "https://www.furaffinity.net/user/driiad"
},
+ "adelindsadopts": {
+ "name": "AdelindsAdopts",
+ "url": "https://www.furaffinity.net/user/adelindsadopts"
+ },
}
}
diff --git a/media/characters/ir'istrasz/back.svg b/media/characters/ir'istrasz/back.svg
new file mode 100644
index 00000000..47556de3
--- /dev/null
+++ b/media/characters/ir'istrasz/back.svg
@@ -0,0 +1,640 @@
+
+
+
diff --git a/media/characters/ir'istrasz/front.svg b/media/characters/ir'istrasz/front.svg
new file mode 100644
index 00000000..f719a3e8
--- /dev/null
+++ b/media/characters/ir'istrasz/front.svg
@@ -0,0 +1,988 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e7f2b222..bc79844e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -49078,6 +49078,37 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ir'istrasz", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 4/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ir'istrasz/front.svg",
+ extra: 1014/977,
+ bottom: 65/1079
+ }
+ },
+ back: {
+ height: math.unit(6 + 4/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/ir'istrasz/back.svg",
+ extra: 1024/992,
+ bottom: 34/1058
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {