diff --git a/media/attribution.js b/media/attribution.js
index 2fcf9854..bc3ea1de 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10897,6 +10897,19 @@ const attributionData = {
"edrax"
]
},
+ {
+ prefix: "./media/characters/clove/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/36850062/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/36850062/" },
+ ],
+ authors: [
+ "rabbitinafoxden"
+ ],
+ owners: [
+ "rabbitinafoxden"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -15029,6 +15042,10 @@ const attributionData = {
"name": "Edrax",
"url": "https://furaffinity.net/user/edrax",
},
+ "rabbitinafoxden": {
+ "name": "rabbitinafoxden",
+ "url": "https://furaffinity.net/user/rabbitinafoxden",
+ },
}
}
diff --git a/media/characters/clove/back.svg b/media/characters/clove/back.svg
new file mode 100644
index 00000000..dde6c153
--- /dev/null
+++ b/media/characters/clove/back.svg
@@ -0,0 +1,149 @@
+
+
+
diff --git a/media/characters/clove/front.svg b/media/characters/clove/front.svg
new file mode 100644
index 00000000..6ef35a2a
--- /dev/null
+++ b/media/characters/clove/front.svg
@@ -0,0 +1,169 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 74d0dd58..97f70140 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -27440,6 +27440,38 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Clove", species: ["rabbit"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/clove/front.svg",
+ extra: 2031/1860,
+ bottom: 47.8/2080
+ }
+ },
+ back: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/clove/back.svg",
+ extra: 2025/1859,
+ bottom: 46/2071
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(10, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {