diff --git a/media/attribution.js b/media/attribution.js
index 2cf7bb22..1abde14b 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14598,6 +14598,21 @@ const attributionData = {
"brown-wolf"
]
},
+ {
+ prefix: "./media/characters/lisa/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: false },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: false },
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: false },
+ ],
+ authors: [
+ "kudalyn"
+ ],
+ owners: [
+ "bobingabout"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19989,6 +20004,14 @@ const attributionData = {
"name": "Brown_Wolf",
"url": "https://www.furaffinity.net/user/brownwolf/"
},
+ "kudalyn": {
+ "name": "Kudalyn",
+ "url": "https://www.furaffinity.net/user/bobingabout"
+ },
+ "bobingabout": {
+ "name": "bobingabout",
+ "url": "https://www.furaffinity.net/user/bobingabout/"
+ },
}
}
diff --git a/media/characters/lisa/back.svg b/media/characters/lisa/back.svg
new file mode 100644
index 00000000..0d58157e
--- /dev/null
+++ b/media/characters/lisa/back.svg
@@ -0,0 +1,484 @@
+
+
+
diff --git a/media/characters/lisa/front.svg b/media/characters/lisa/front.svg
new file mode 100644
index 00000000..77456ca2
--- /dev/null
+++ b/media/characters/lisa/front.svg
@@ -0,0 +1,1549 @@
+
+
+
diff --git a/media/characters/lisa/maw.svg b/media/characters/lisa/maw.svg
new file mode 100644
index 00000000..15d6ef98
--- /dev/null
+++ b/media/characters/lisa/maw.svg
@@ -0,0 +1,146 @@
+
+
+
diff --git a/media/characters/lisa/paw.svg b/media/characters/lisa/paw.svg
new file mode 100644
index 00000000..05ab4367
--- /dev/null
+++ b/media/characters/lisa/paw.svg
@@ -0,0 +1,117 @@
+
+
+
diff --git a/media/characters/lisa/z_back.svg b/media/characters/lisa/z_back.svg
new file mode 100644
index 00000000..9964a499
--- /dev/null
+++ b/media/characters/lisa/z_back.svg
@@ -0,0 +1,533 @@
+
+
+
diff --git a/media/characters/lisa/z_front.svg b/media/characters/lisa/z_front.svg
new file mode 100644
index 00000000..e544a29f
--- /dev/null
+++ b/media/characters/lisa/z_front.svg
@@ -0,0 +1,1741 @@
+
+
+
diff --git a/media/characters/lisa/z_maw.svg b/media/characters/lisa/z_maw.svg
new file mode 100644
index 00000000..25303b6d
--- /dev/null
+++ b/media/characters/lisa/z_maw.svg
@@ -0,0 +1,158 @@
+
+
+
diff --git a/media/characters/lisa/z_paw.svg b/media/characters/lisa/z_paw.svg
new file mode 100644
index 00000000..95de65c5
--- /dev/null
+++ b/media/characters/lisa/z_paw.svg
@@ -0,0 +1,124 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9eee6f40..6a79ece1 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -38253,6 +38253,93 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Lisa", species: ["fox", "deity"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(168, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lisa/front.svg",
+ extra: 2065/1867,
+ bottom: 46/2111
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(168, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/lisa/back.svg",
+ extra: 1982/1838,
+ bottom: 29/2011
+ }
+ },
+ maw: {
+ height: math.unit(0.81, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/lisa/maw.svg"
+ }
+ },
+ paw: {
+ height: math.unit(0.9, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/lisa/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6, "feet")
+ },
+ {
+ name: "God Size",
+ height: math.unit(72, "feet"),
+ default: true
+ },
+ {
+ name: "Towering",
+ height: math.unit(288, "feet")
+ },
+ {
+ name: "City Size",
+ height: math.unit(48384, "feet")
+ },
+ {
+ name: "Continental",
+ height: math.unit(4200, "miles")
+ },
+ {
+ name: "Planet Eater",
+ height: math.unit(42, "earths")
+ },
+ {
+ name: "Star Swallower",
+ height: math.unit(42, "solarradii")
+ },
+ {
+ name: "System Swallower",
+ height: math.unit(84000, "AU")
+ },
+ {
+ name: "Galaxy Gobbler",
+ height: math.unit(42, "galaxies")
+ },
+ {
+ name: "Universe Devourer",
+ height: math.unit(42, "universes")
+ },
+ {
+ name: "Multiverse Muncher",
+ height: math.unit(42, "multiverses")
+ },
+ ]
+))
+
//characters
function makeCharacters() {