diff --git a/media/attribution.js b/media/attribution.js
index eddd67a3..5febaf28 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20699,6 +20699,20 @@ const attributionData = {
"pterobitch"
]
},
+ {
+ prefix: "./media/characters/hickory-finnegan/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/46165798/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/46165798/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/46165798/" },
+ ],
+ authors: [
+ "egkangaroo"
+ ],
+ owners: [
+ "egkangaroo"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/hickory-finnegan/back.svg b/media/characters/hickory-finnegan/back.svg
new file mode 100644
index 00000000..a0a1f60e
--- /dev/null
+++ b/media/characters/hickory-finnegan/back.svg
@@ -0,0 +1,459 @@
+
+
+
diff --git a/media/characters/hickory-finnegan/front.svg b/media/characters/hickory-finnegan/front.svg
new file mode 100644
index 00000000..cb06febe
--- /dev/null
+++ b/media/characters/hickory-finnegan/front.svg
@@ -0,0 +1,709 @@
+
+
+
diff --git a/media/characters/hickory-finnegan/side.svg b/media/characters/hickory-finnegan/side.svg
new file mode 100644
index 00000000..0fe19f01
--- /dev/null
+++ b/media/characters/hickory-finnegan/side.svg
@@ -0,0 +1,328 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c4ba7d66..74080395 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -57524,6 +57524,49 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Hickory Finnegan", species: ["fennec-fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(60, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/hickory-finnegan/front.svg",
+ extra: 444/411,
+ bottom: 10/454
+ }
+ },
+ side: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(60, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/hickory-finnegan/side.svg",
+ extra: 444/411,
+ bottom: 10/454
+ }
+ },
+ back: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(60, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/hickory-finnegan/back.svg",
+ extra: 444/411,
+ bottom: 10/454
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(4, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {