diff --git a/media/attribution.js b/media/attribution.js
index abd486b6..b863148c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22463,6 +22463,19 @@ const attributionData = {
"egkangaroo"
]
},
+ {
+ prefix: "./media/characters/lydia-lopez/",
+ files: [
+ { name: "dressed.svg", source: "https://www.furaffinity.net/view/47164385/" },
+ { name: "nude.svg", source: "https://www.furaffinity.net/view/47164385/" },
+ ],
+ authors: [
+ "beathebehemoth"
+ ],
+ owners: [
+ "anotherdangernoodle"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/lydia-lopez/dressed.svg b/media/characters/lydia-lopez/dressed.svg
new file mode 100644
index 00000000..2c04304c
--- /dev/null
+++ b/media/characters/lydia-lopez/dressed.svg
@@ -0,0 +1,3179 @@
+
+
+
diff --git a/media/characters/lydia-lopez/nude.svg b/media/characters/lydia-lopez/nude.svg
new file mode 100644
index 00000000..474c95c4
--- /dev/null
+++ b/media/characters/lydia-lopez/nude.svg
@@ -0,0 +1,1775 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index dbe1d8e1..410feec2 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -64936,6 +64936,41 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Lydia Lopez", species: ["shark"], tags: ["anthro"] },
+ {
+ dressed: {
+ height: math.unit(6, "feet"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/lydia-lopez/dressed.svg",
+ extra: 1319/1277,
+ bottom: 90/1409
+ }
+ },
+ nude: {
+ height: math.unit(6, "feet"),
+ name: "Nude",
+ image: {
+ source: "./media/characters/lydia-lopez/nude.svg",
+ extra: 1319/1277,
+ bottom: 90/1409
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6, "feet"),
+ default: true
+ },
+ {
+ name: "Maximum",
+ height: math.unit(2101, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {