diff --git a/media/attribution.js b/media/attribution.js
index 7aa695fa..f60ca3ec 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18857,6 +18857,19 @@ const attributionData = {
"goopomancer"
]
},
+ {
+ prefix: "./media/characters/cadbunny/",
+ files: [
+ { name: "normal.svg", source: "https://www.furaffinity.net/view/43435739/" },
+ { name: "gigantamax.svg", source: "https://www.furaffinity.net/view/43435739/" },
+ ],
+ authors: [
+ "goopomancer"
+ ],
+ owners: [
+ "goopomancer"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/cadbunny/gigantamax.svg b/media/characters/cadbunny/gigantamax.svg
new file mode 100644
index 00000000..c5d87753
--- /dev/null
+++ b/media/characters/cadbunny/gigantamax.svg
@@ -0,0 +1,1936 @@
+
+
+
diff --git a/media/characters/cadbunny/normal.svg b/media/characters/cadbunny/normal.svg
new file mode 100644
index 00000000..932bbd50
--- /dev/null
+++ b/media/characters/cadbunny/normal.svg
@@ -0,0 +1,1234 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 91e057e8..282325a4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -51146,6 +51146,64 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Cadbunny", species: ["cinderace"], tags: ["anthro"] },
+ {
+ normal: {
+ height: math.unit(6 + 6/12, "feet"),
+ weight: math.unit(275, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/cadbunny/normal.svg",
+ extra: 1129/947,
+ bottom: 93/1222
+ },
+ default: true,
+ form: "normal"
+ },
+ gigantamax: {
+ height: math.unit(26, "feet"),
+ weight: math.unit(16000, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/cadbunny/gigantamax.svg",
+ extra: 1133/944,
+ bottom: 90/1223
+ },
+ default: true,
+ form: "gigantamax"
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 6/12, "feet"),
+ default: true,
+ form: "normal"
+ },
+ {
+ name: "Small",
+ height: math.unit(26, "feet"),
+ default: true,
+ form: "gigantamax"
+ },
+ {
+ name: "Large",
+ height: math.unit(78, "feet"),
+ form: "gigantamax"
+ },
+ ],
+ {
+ "normal": {
+ name: "Normal",
+ default: true
+ },
+ "gigantamax": {
+ name: "Gigantamax"
+ }
+ }
+))
+
//characters
function makeCharacters() {