diff --git a/media/attribution.js b/media/attribution.js
index 0ddaf80d..2c122a54 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16519,6 +16519,19 @@ const attributionData = {
"arcanei"
]
},
+ {
+ prefix: "./media/characters/riley-foxthing/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/38938109" },
+ { name: "front-alt.svg", source: "https://www.furaffinity.net/view/43117810" }
+ ],
+ authors: [
+ "emidoodles"
+ ],
+ owners: [
+ "rileyfoxxo"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22738,6 +22751,14 @@ const attributionData = {
"name": "Arcturus",
"url": "https://sketchmob.com/user-profile/arcturus/"
},
+ "emidoodles": {
+ "name": "Emidoodles",
+ "url": "https://www.furaffinity.net/user/emidoodles"
+ },
+ "rileyfoxxo": {
+ "name": "RileyFoxxo",
+ "url": "https://www.furaffinity.net/user/rileyfoxxo/"
+ },
}
}
diff --git a/media/characters/riley-foxthing/front-alt.svg b/media/characters/riley-foxthing/front-alt.svg
new file mode 100644
index 00000000..ffe05980
--- /dev/null
+++ b/media/characters/riley-foxthing/front-alt.svg
@@ -0,0 +1,748 @@
+
+
+
diff --git a/media/characters/riley-foxthing/front.svg b/media/characters/riley-foxthing/front.svg
new file mode 100644
index 00000000..9ce18acb
--- /dev/null
+++ b/media/characters/riley-foxthing/front.svg
@@ -0,0 +1,629 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 0e0cb3c2..158aad31 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -43452,6 +43452,53 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Riley Foxthing", species: ["fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(1.85, "meters"),
+ name: "Front",
+ image: {
+ source: "./media/characters/riley-foxthing/front.svg",
+ extra: 1495/1354,
+ bottom: 122/1617
+ }
+ },
+ frontAlt: {
+ height: math.unit(1.85, "meters"),
+ name: "Front (Alt)",
+ image: {
+ source: "./media/characters/riley-foxthing/front-alt.svg",
+ extra: 1572/1389,
+ bottom: 116/1688
+ }
+ },
+ },
+ [
+ {
+ name: "Normal Sized",
+ height: math.unit(1.85, "meters"),
+ default: true
+ },
+ {
+ name: "Quite Sizable",
+ height: math.unit(5, "meters")
+ },
+ {
+ name: "Rather Large",
+ height: math.unit(20, "meters")
+ },
+ {
+ name: "Macro",
+ height: math.unit(450, "meters")
+ },
+ {
+ name: "Giga",
+ height: math.unit(5, "km")
+ },
+ ]
+))
+
//characters
function makeCharacters() {