diff --git a/media/attribution.js b/media/attribution.js
index 70ba9be0..57d3e7c6 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1929,6 +1929,18 @@ const attributionData = {
"draylen"
]
},
+ {
+ prefix: "./media/characters/drusilla/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/22510474/" }
+ ],
+ authors: [
+ "inkrend"
+ ],
+ owners: [
+ "neopuc"
+ ]
+ },
{
prefix: "./media/characters/dr-clay/",
files: [
@@ -6428,6 +6440,10 @@ const attributionData = {
"name": "Ikidami",
"url": "http://aminoapps.com/p/sip2au",
},
+ "inkrend": {
+ "name": "inkrend",
+ "url": "https://www.furaffinity.net/user/inkrend",
+ },
}
}
diff --git a/media/characters/drusilla/back.svg b/media/characters/drusilla/back.svg
new file mode 100644
index 00000000..91954dd6
--- /dev/null
+++ b/media/characters/drusilla/back.svg
@@ -0,0 +1,82 @@
+
+
+
diff --git a/media/characters/drusilla/front.svg b/media/characters/drusilla/front.svg
new file mode 100644
index 00000000..bd6d0e95
--- /dev/null
+++ b/media/characters/drusilla/front.svg
@@ -0,0 +1,92 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6eba6aad..502cc8c9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -11375,6 +11375,47 @@ characterMakers["Lucy"] = () => {
)
};
+characterMakers["Drusilla"] = () => {
+ return makeCharacter(
+ "Drusilla",
+ "Neopuc",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/drusilla/front.svg",
+ extra: 678/635 * (1 / (1 - 0.03)),
+ bottom: 0.03
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/drusilla/back.svg",
+ extra: 678/635 * (1 / (1 - 0.005)),
+ bottom: 0.005
+
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(100, "feet")
+ },
+ {
+ name: "Canon Height",
+ height: math.unit(2000, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({