diff --git a/media/attribution.js b/media/attribution.js
index cef89963..deee8c40 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22390,6 +22390,21 @@ const attributionData = {
"morea-sergal"
]
},
+ {
+ prefix: "./media/characters/yari/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33051544/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/33051544/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/33051544/" },
+ ],
+ authors: [
+ "darkarlett",
+ "dekisystem"
+ ],
+ owners: [
+ "dekisystem"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30968,6 +30983,10 @@ const attributionData = {
"name": "Kinklez",
"url": "https://www.furaffinity.net/user/kinklez/"
},
+ "darkarlett": {
+ "name": "DarkArlett",
+ "url": "https://www.furaffinity.net/user/darkarlett/"
+ },
}
}
diff --git a/media/characters/yari/back.svg b/media/characters/yari/back.svg
new file mode 100644
index 00000000..adbcccee
--- /dev/null
+++ b/media/characters/yari/back.svg
@@ -0,0 +1,1637 @@
+
+
+
diff --git a/media/characters/yari/front.svg b/media/characters/yari/front.svg
new file mode 100644
index 00000000..c86d1fa0
--- /dev/null
+++ b/media/characters/yari/front.svg
@@ -0,0 +1,2128 @@
+
+
+
diff --git a/media/characters/yari/head.svg b/media/characters/yari/head.svg
new file mode 100644
index 00000000..1c72190e
--- /dev/null
+++ b/media/characters/yari/head.svg
@@ -0,0 +1,670 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index f13e7a91..6df02c5b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -64699,6 +64699,56 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Yari", species: ["sergal"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(1.7, "meters"),
+ name: "Front",
+ image: {
+ source: "./media/characters/yari/front.svg",
+ extra: 1210/1125,
+ bottom: 283/1493
+ }
+ },
+ back: {
+ height: math.unit(1.7, "meters"),
+ name: "Back",
+ image: {
+ source: "./media/characters/yari/back.svg",
+ extra: 1240/1195,
+ bottom: 180/1420
+ }
+ },
+ head: {
+ height: math.unit(1.26, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/yari/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Nano",
+ height: math.unit(0.5, "mm")
+ },
+ {
+ name: "Micro",
+ height: math.unit(3, "inches")
+ },
+ {
+ name: "Short",
+ height: math.unit(1.5, "meters")
+ },
+ {
+ name: "Norm",
+ height: math.unit(1.7, "meters"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {