diff --git a/media/attribution.js b/media/attribution.js
index 5b354e74..3300122d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11095,6 +11095,21 @@ const attributionData = {
"pileofmeeps"
]
},
+ {
+ prefix: "./media/characters/holly-rabbit/",
+ files: [
+ { name: "dick.svg", source: null, nsfw: true },
+ { name: "earrings.svg", source: null, nsfw: false },
+ { name: "foot.svg", source: null, nsfw: false },
+ { name: "front.svg", source: null, nsfw: false },
+ ],
+ authors: [
+ "perenthis"
+ ],
+ owners: [
+ "perenthis"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/holly-rabbit/dick.svg b/media/characters/holly-rabbit/dick.svg
new file mode 100644
index 00000000..58232972
--- /dev/null
+++ b/media/characters/holly-rabbit/dick.svg
@@ -0,0 +1,91 @@
+
+
+
diff --git a/media/characters/holly-rabbit/earrings.svg b/media/characters/holly-rabbit/earrings.svg
new file mode 100644
index 00000000..7aa7168d
--- /dev/null
+++ b/media/characters/holly-rabbit/earrings.svg
@@ -0,0 +1,51 @@
+
+
+
diff --git a/media/characters/holly-rabbit/foot.svg b/media/characters/holly-rabbit/foot.svg
new file mode 100644
index 00000000..67390ada
--- /dev/null
+++ b/media/characters/holly-rabbit/foot.svg
@@ -0,0 +1,84 @@
+
+
+
diff --git a/media/characters/holly-rabbit/front.svg b/media/characters/holly-rabbit/front.svg
new file mode 100644
index 00000000..5daa636f
--- /dev/null
+++ b/media/characters/holly-rabbit/front.svg
@@ -0,0 +1,460 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 68afae10..4a32fa63 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -28012,6 +28012,58 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Holly (Rabbit)", species: ["rabbit"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(15, "feet"),
+ weight: math.unit(2500, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/holly-rabbit/front.svg",
+ extra: 1433/1233,
+ bottom: 125/1558
+ }
+ },
+ dick: {
+ height: math.unit(4.6, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/holly-rabbit/dick.svg"
+ }
+ },
+ earrings: {
+ height: math.unit(4.5, "feet"),
+ name: "Earrings",
+ image: {
+ source: "./media/characters/holly-rabbit/earrings.svg"
+ }
+ },
+ foot: {
+ height: math.unit(2.54, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/holly-rabbit/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(15, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(250, "feet")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(2500, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {