diff --git a/media/attribution.js b/media/attribution.js
index f76c6f0d..08495315 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -10608,6 +10608,19 @@ const attributionData = {
"ich"
]
},
+ {
+ prefix: "./media/characters/juliet-a/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/19865174/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/19865174/" },
+ ],
+ authors: [
+ "superix"
+ ],
+ owners: [
+ "ardeni"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -14616,6 +14629,14 @@ const attributionData = {
"name": "SoraFoxyTeils",
"url": "https://www.furaffinity.net/user/sorafoxyteils/",
},
+ "superix": {
+ "name": "SuperiX",
+ "url": "https://www.furaffinity.net/user/superix",
+ },
+ "ardeni": {
+ "name": "Ardeni",
+ "url": "https://www.furaffinity.net/user/ardeni/",
+ },
}
}
diff --git a/media/characters/juliet-a/back.svg b/media/characters/juliet-a/back.svg
new file mode 100644
index 00000000..25b3b2ca
--- /dev/null
+++ b/media/characters/juliet-a/back.svg
@@ -0,0 +1,163 @@
+
+
+
diff --git a/media/characters/juliet-a/front.svg b/media/characters/juliet-a/front.svg
new file mode 100644
index 00000000..a2ca8413
--- /dev/null
+++ b/media/characters/juliet-a/front.svg
@@ -0,0 +1,284 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 204c709a..5e0a1020 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -26617,6 +26617,51 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Juliet A", species: ["lizard"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(750, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/juliet-a/front.svg",
+ extra: 1766/1720,
+ bottom: 43/1809
+ }
+ },
+ back: {
+ height: math.unit(10, "feet"),
+ weight: math.unit(750, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/juliet-a/back.svg",
+ extra: 1781/1734,
+ bottom: 35/1810,
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(10, "feet"),
+ default: true
+ },
+ {
+ name: "Dragon Form",
+ height: math.unit(250, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(1000, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(10000, "feet")
+ }
+ ]
+))
+
//characters
function makeCharacters() {