diff --git a/media/attribution.js b/media/attribution.js
index 67534d68..374da394 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -13896,6 +13896,19 @@ const attributionData = {
"galeboomer"
]
},
+ {
+ prefix: "./media/characters/chyr/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/draecity/status/1297995544116305921" },
+ { name: "back.svg", source: "https://twitter.com/draecity/status/1297995544116305921" },
+ ],
+ authors: [
+ "draecity"
+ ],
+ owners: [
+ "chyr"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19075,6 +19088,14 @@ const attributionData = {
"name": "Galeboomer",
"url": "https://www.furaffinity.net/user/galeboomer/"
},
+ "chyr": {
+ "name": "Chyr",
+ "url": "https://www.furaffinity.net/user/chyr/"
+ },
+ "draecity": {
+ "name": "Draecity",
+ "url": "https://twitter.com/draecity/"
+ },
}
}
diff --git a/media/characters/chyr/back.svg b/media/characters/chyr/back.svg
new file mode 100644
index 00000000..374f665b
--- /dev/null
+++ b/media/characters/chyr/back.svg
@@ -0,0 +1,1311 @@
+
+
+
diff --git a/media/characters/chyr/front.svg b/media/characters/chyr/front.svg
new file mode 100644
index 00000000..e457de76
--- /dev/null
+++ b/media/characters/chyr/front.svg
@@ -0,0 +1,1209 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9e6ddee7..0476f29f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -36206,6 +36206,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Chyr", species: ["fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 9/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/chyr/front.svg",
+ extra: 1323/1254,
+ bottom: 63/1386
+ }
+ },
+ back: {
+ height: math.unit(5 + 9/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/chyr/back.svg",
+ extra: 1323/1252,
+ bottom: 48/1371
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 9/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {