diff --git a/media/attribution.js b/media/attribution.js
index 281251fd..8c9a5c70 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -23239,6 +23239,19 @@ const attributionData = {
"ich"
]
},
+ {
+ prefix: "./media/characters/catherine-busch/",
+ files: [
+ { name: "clothed.svg", source: "https://www.furaffinity.net/view/48289593/" },
+ { name: "nude.svg", source: "https://www.furaffinity.net/view/48289715/" },
+ ],
+ authors: [
+ "beathebehemoth"
+ ],
+ owners: [
+ "anotherdangernoodle"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/catherine-busch/clothed.svg b/media/characters/catherine-busch/clothed.svg
new file mode 100644
index 00000000..f1c480a5
--- /dev/null
+++ b/media/characters/catherine-busch/clothed.svg
@@ -0,0 +1,3996 @@
+
+
+
diff --git a/media/characters/catherine-busch/nude.svg b/media/characters/catherine-busch/nude.svg
new file mode 100644
index 00000000..aa6c5ed2
--- /dev/null
+++ b/media/characters/catherine-busch/nude.svg
@@ -0,0 +1,2071 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index aeb76dbc..1fc08a6c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -68071,6 +68071,41 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Catherine Busch", species: ["arctic-fox"], tags: ["anthro"] },
+ {
+ clothed: {
+ height: math.unit(5 + 6/12, "feet"),
+ name: "Clothed",
+ image: {
+ source: "./media/characters/catherine-busch/clothed.svg",
+ extra: 1330/1273,
+ bottom: 45/1375
+ }
+ },
+ nude: {
+ height: math.unit(5 + 6/12, "feet"),
+ name: "Nude",
+ image: {
+ source: "./media/characters/catherine-busch/nude.svg",
+ extra: 1330/1273,
+ bottom: 45/1375
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 6/12, "feet"),
+ default: true
+ },
+ {
+ name: "Maximum",
+ height: math.unit(1644, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {