diff --git a/media/attribution.js b/media/attribution.js
index 57e90185..3f426275 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19464,6 +19464,19 @@ const attributionData = {
"chimera"
]
},
+ {
+ prefix: "./media/characters/kit-fennec-fox/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/42008403/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/42008403/" },
+ ],
+ authors: [
+ "cedrato"
+ ],
+ owners: [
+ "arcanekits"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27006,6 +27019,14 @@ const attributionData = {
"name": "Kassy",
"url": "https://portfolio.commishes.com/user/Kassy"
},
+ "cedrato": {
+ "name": "cedrato",
+ "url": "https://twitter.com/cedrato_"
+ },
+ "arcanekits": {
+ "name": "ArcaneKits",
+ "url": "https://www.furaffinity.net/user/arcanekits/"
+ },
}
}
diff --git a/media/characters/kit-fennec-fox/back.svg b/media/characters/kit-fennec-fox/back.svg
new file mode 100644
index 00000000..865daf7e
--- /dev/null
+++ b/media/characters/kit-fennec-fox/back.svg
@@ -0,0 +1,832 @@
+
+
+
diff --git a/media/characters/kit-fennec-fox/front.svg b/media/characters/kit-fennec-fox/front.svg
new file mode 100644
index 00000000..a39abc13
--- /dev/null
+++ b/media/characters/kit-fennec-fox/front.svg
@@ -0,0 +1,1257 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 0ae1707f..462ac7a8 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -53268,6 +53268,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kit (Fennec Fox)", species: ["fennec-fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(3, "feet"),
+ weight: math.unit(20, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kit-fennec-fox/front.svg",
+ extra: 1027/932,
+ bottom: 16/1043
+ }
+ },
+ back: {
+ height: math.unit(3, "feet"),
+ weight: math.unit(20, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/kit-fennec-fox/back.svg",
+ extra: 1027/932,
+ bottom: 16/1043
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(3, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {