diff --git a/media/attribution.js b/media/attribution.js
index a1eaf8a4..cc68d258 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22797,6 +22797,20 @@ const attributionData = {
"quasistartitties"
]
},
+ {
+ prefix: "./media/characters/yana-amelin/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33935319/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/33935319/" },
+ { name: "paws.svg", source: "https://www.furaffinity.net/view/33935319/" },
+ ],
+ authors: [
+ "manpersonguy"
+ ],
+ owners: [
+ "sizablesongster"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31557,6 +31571,14 @@ const attributionData = {
"name": "lunasn0wfall",
"url": "https://lunasn0wfall.tumblr.com"
},
+ "manpersonguy": {
+ "name": "manpersonguy",
+ "url": "https://www.furaffinity.net/user/manpersonguy"
+ },
+ "sizablesongster": {
+ "name": "SizableSongster",
+ "url": "https://twitter.com/SizableSongster"
+ },
}
}
diff --git a/media/characters/yana-amelin/back.svg b/media/characters/yana-amelin/back.svg
new file mode 100644
index 00000000..60dcf2e4
--- /dev/null
+++ b/media/characters/yana-amelin/back.svg
@@ -0,0 +1,987 @@
+
+
+
diff --git a/media/characters/yana-amelin/front.svg b/media/characters/yana-amelin/front.svg
new file mode 100644
index 00000000..0fd34ffb
--- /dev/null
+++ b/media/characters/yana-amelin/front.svg
@@ -0,0 +1,1305 @@
+
+
+
diff --git a/media/characters/yana-amelin/paws.svg b/media/characters/yana-amelin/paws.svg
new file mode 100644
index 00000000..03959684
--- /dev/null
+++ b/media/characters/yana-amelin/paws.svg
@@ -0,0 +1,253 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 705c2571..40ee37b0 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2433,6 +2433,10 @@ const speciesData = {
name: "Secretary Bird",
parents: ["bird-of-prey"]
},
+ "russian-blue": {
+ name: "Russian Blue",
+ parents: ["housecat"]
+ },
}
//species
@@ -66416,6 +66420,60 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Yana Amelin", species: ["russian-blue"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/yana-amelin/front.svg",
+ extra: 1413/1295,
+ bottom: 42/1455
+ }
+ },
+ back: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/yana-amelin/back.svg",
+ extra: 1424/1310,
+ bottom: 24/1448
+ }
+ },
+ paws: {
+ height: math.unit(1.48, "feet"),
+ name: "Paws",
+ image: {
+ source: "./media/characters/yana-amelin/paws.svg",
+ extra: 304/304,
+ bottom: 49/353
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(4, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet"),
+ default: true
+ },
+ {
+ name: "Minimacro",
+ height: math.unit(20, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(70, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {