diff --git a/media/attribution.js b/media/attribution.js
index 7a237487..32bc167f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14958,6 +14958,19 @@ const attributionData = {
"farzian"
]
},
+ {
+ prefix: "./media/characters/kimberly-tilson/",
+ files: [
+ { name: "front.svg", source: "https://aryion.com/g4/view/628702", nsfw: true },
+ { name: "back.svg", source: "https://aryion.com/g4/view/628702", nsfw: true },
+ ],
+ authors: [
+ "ashblueflames"
+ ],
+ owners: [
+ "kimbunny"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -20485,6 +20498,14 @@ const attributionData = {
"name": "Farzian",
"url": "https://twitter.com/FarziannTheFolf"
},
+ "kimbunny": {
+ "name": "Kimbunny",
+ "url": "https://aryion.com/g4/user/Kimbunny"
+ },
+ "ashblueflames": {
+ "name": "AshBlueFlames",
+ "url": "https://www.furaffinity.net/user/ashblueflames/"
+ },
}
}
diff --git a/media/characters/kimberly-tilson/back.svg b/media/characters/kimberly-tilson/back.svg
new file mode 100644
index 00000000..8f4f4f3c
--- /dev/null
+++ b/media/characters/kimberly-tilson/back.svg
@@ -0,0 +1,318 @@
+
+
+
diff --git a/media/characters/kimberly-tilson/front.svg b/media/characters/kimberly-tilson/front.svg
new file mode 100644
index 00000000..291c9cdd
--- /dev/null
+++ b/media/characters/kimberly-tilson/front.svg
@@ -0,0 +1,462 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e8e4effa..f71304bc 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -39559,6 +39559,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Kimberly Tilson", species: ["rabbit"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(3 + 6/12, "feet"),
+ weight: math.unit(50, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kimberly-tilson/front.svg",
+ extra: 1400/1322,
+ bottom: 36/1436
+ }
+ },
+ back: {
+ height: math.unit(3 + 6/12, "feet"),
+ weight: math.unit(50, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/kimberly-tilson/back.svg",
+ extra: 1370/1307,
+ bottom: 20/1390
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(3 + 6/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {