diff --git a/media/attribution.js b/media/attribution.js
index a06f6433..e734aee2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10300,6 +10300,21 @@ const attributionData = {
"rekhit"
]
},
+ {
+ prefix: "./media/characters/dahlia-verrick/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33745071/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/33745071/" },
+ { name: "front-business.svg", source: "https://www.furaffinity.net/view/33745071/" },
+ { name: "front-casual.svg", source: "https://www.furaffinity.net/view/33745071/" },
+ ],
+ authors: [
+ "malificus"
+ ],
+ owners: [
+ "balina"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -14216,6 +14231,14 @@ const attributionData = {
"name": "siriusdog",
"url": "https://www.furaffinity.net/user/siriusdog",
},
+ "balina": {
+ "name": "Balina",
+ "url": "https://www.furaffinity.net/user/balina/",
+ },
+ "malificus": {
+ "name": "Malificus",
+ "url": "https://www.furaffinity.net/user/malificus",
+ },
}
}
diff --git a/media/characters/dahlia-verrick/back.svg b/media/characters/dahlia-verrick/back.svg
new file mode 100644
index 00000000..bfd1ceb7
--- /dev/null
+++ b/media/characters/dahlia-verrick/back.svg
@@ -0,0 +1,306 @@
+
+
+
diff --git a/media/characters/dahlia-verrick/front-business.svg b/media/characters/dahlia-verrick/front-business.svg
new file mode 100644
index 00000000..ccb8b6b1
--- /dev/null
+++ b/media/characters/dahlia-verrick/front-business.svg
@@ -0,0 +1,669 @@
+
+
+
diff --git a/media/characters/dahlia-verrick/front-casual.svg b/media/characters/dahlia-verrick/front-casual.svg
new file mode 100644
index 00000000..5f6b28b7
--- /dev/null
+++ b/media/characters/dahlia-verrick/front-casual.svg
@@ -0,0 +1,698 @@
+
+
+
diff --git a/media/characters/dahlia-verrick/front.svg b/media/characters/dahlia-verrick/front.svg
new file mode 100644
index 00000000..d825554d
--- /dev/null
+++ b/media/characters/dahlia-verrick/front.svg
@@ -0,0 +1,657 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 13ceff9d..5c137683 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -25621,6 +25621,79 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Dahlia Verrick" },
+ {
+ front: {
+ height: math.unit(7 + 6.451/12, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/dahlia-verrick/front.svg",
+ extra: 1488/1365,
+ bottom: 6.2/1495
+ }
+ },
+ back: {
+ height: math.unit(7 + 6.451/12, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/dahlia-verrick/back.svg",
+ extra: 1472/1351,
+ bottom: 5.28/1477
+ }
+ },
+ frontBusiness: {
+ height: math.unit(7 + 6.451/12, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Front (Business)",
+ image: {
+ source: "./media/characters/dahlia-verrick/front-business.svg",
+ extra: 1478/1381,
+ bottom: 5.5/1484
+ }
+ },
+ frontCasual: {
+ height: math.unit(7 + 6.451/12, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Front (Casual)",
+ image: {
+ source: "./media/characters/dahlia-verrick/front-casual.svg",
+ extra: 1478/1381,
+ bottom: 5.5/1484
+ }
+ },
+ },
+ [
+ {
+ name: "Travel-Sized",
+ height: math.unit(7.45, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(7 + 6.451/12, "feet"),
+ default: true
+ },
+ {
+ name: "Hitting the Town",
+ height: math.unit(37 + 8/12, "feet")
+ },
+ {
+ name: "Stomp in the Suburbs",
+ height: math.unit(964 + 9.728/12, "feet")
+ },
+ {
+ name: "Sit on the City",
+ height: math.unit(61747 + 10.592/12, "feet")
+ },
+ {
+ name: "Glomp the Globe",
+ height: math.unit(252919327 + 4.832/12, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {