diff --git a/media/attribution.js b/media/attribution.js
index e3a22ee5..e58465d5 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14541,6 +14541,20 @@ const attributionData = {
"kayne-ein"
]
},
+ {
+ prefix: "./media/characters/fawn/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/alittlefawn/status/1311165951635718145" },
+ { name: "back.svg", source: "https://twitter.com/alittlefawn/status/1311165951635718145" },
+ { name: "hoof.svg", source: "https://twitter.com/alittlefawn/status/1311165951635718145" },
+ ],
+ authors: [
+ "rouncible"
+ ],
+ owners: [
+ "alittlefawn"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -15841,8 +15855,8 @@ const attributionData = {
"url": "https://www.furaffinity.net/user/yaroul"
},
"rouncible": {
- "name": "Rouncible",
- "url": "https://www.furaffinity.net/user/rouncible/"
+ "name": "SaliteBones",
+ "url": "https://twitter.com/SaltieBones"
},
"faeseiren": {
"name": "faeseiren",
@@ -19924,6 +19938,10 @@ const attributionData = {
"name": "Kayne Ein",
"url": "https://twitter.com/Kayne_Ein"
},
+ "alittlefawn": {
+ "name": "Lotus LaFawn",
+ "url": "https://twitter.com/alittlefawn"
+ },
}
}
diff --git a/media/characters/fawn/back.svg b/media/characters/fawn/back.svg
new file mode 100644
index 00000000..d03a91eb
--- /dev/null
+++ b/media/characters/fawn/back.svg
@@ -0,0 +1,503 @@
+
+
+
diff --git a/media/characters/fawn/front.svg b/media/characters/fawn/front.svg
new file mode 100644
index 00000000..ad68deb3
--- /dev/null
+++ b/media/characters/fawn/front.svg
@@ -0,0 +1,524 @@
+
+
+
diff --git a/media/characters/fawn/hoof.svg b/media/characters/fawn/hoof.svg
new file mode 100644
index 00000000..db756083
--- /dev/null
+++ b/media/characters/fawn/hoof.svg
@@ -0,0 +1,178 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c2317664..a77c91dd 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -38078,6 +38078,44 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Fawn", species: ["deer"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 5/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/fawn/front.svg",
+ extra: 1873/1731,
+ bottom: 95/1968
+ }
+ },
+ back: {
+ height: math.unit(5 + 5/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/fawn/back.svg",
+ extra: 1813/1700,
+ bottom: 14/1827
+ }
+ },
+ hoof: {
+ height: math.unit(1.45, "feet"),
+ name: "Hoof",
+ image: {
+ source: "./media/characters/fawn/hoof.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 5/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {