diff --git a/media/attribution.js b/media/attribution.js
index ebb97946..bc6ef9c4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17118,6 +17118,21 @@ const attributionData = {
"danmingle"
]
},
+ {
+ prefix: "./media/characters/lev/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/Shimmi_Art/status/1438031995276300290" },
+ { name: "back.svg", source: "https://twitter.com/Shimmi_Art/status/1438031995276300290" },
+ { name: "dressed.svg", source: "https://twitter.com/Shimmi_Art/status/1438031995276300290" },
+ { name: "head.svg", source: "https://twitter.com/Shimmi_Art/status/1438031995276300290" },
+ ],
+ authors: [
+ "shimmi-art"
+ ],
+ owners: [
+ "argentvz"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23615,6 +23630,10 @@ const attributionData = {
"name": "DanMingle",
"url": "https://www.furaffinity.net/user/danmingle/"
},
+ "shimmi-art": {
+ "name": "Shimmi",
+ "url": "https://twitter.com/Shimmi_Art"
+ },
}
}
diff --git a/media/characters/lev/back.svg b/media/characters/lev/back.svg
new file mode 100644
index 00000000..cac43d11
--- /dev/null
+++ b/media/characters/lev/back.svg
@@ -0,0 +1,364 @@
+
+
+
diff --git a/media/characters/lev/dressed.svg b/media/characters/lev/dressed.svg
new file mode 100644
index 00000000..c5a6c19b
--- /dev/null
+++ b/media/characters/lev/dressed.svg
@@ -0,0 +1,957 @@
+
+
+
diff --git a/media/characters/lev/front.svg b/media/characters/lev/front.svg
new file mode 100644
index 00000000..b9d0d499
--- /dev/null
+++ b/media/characters/lev/front.svg
@@ -0,0 +1,854 @@
+
+
+
diff --git a/media/characters/lev/head.svg b/media/characters/lev/head.svg
new file mode 100644
index 00000000..bf081033
--- /dev/null
+++ b/media/characters/lev/head.svg
@@ -0,0 +1,421 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index bd8383d1..15669c63 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -45107,6 +45107,65 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Lev", species: ["snake"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(216, "cm"),
+ name: "Front",
+ image: {
+ source: "./media/characters/lev/front.svg",
+ extra: 1728/1670,
+ bottom: 82/1810
+ }
+ },
+ back: {
+ height: math.unit(216, "cm"),
+ name: "Back",
+ image: {
+ source: "./media/characters/lev/back.svg",
+ extra: 1738/1675,
+ bottom: 24/1762
+ }
+ },
+ dressed: {
+ height: math.unit(216, "cm"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/lev/dressed.svg",
+ extra: 1397/1351,
+ bottom: 73/1470
+ }
+ },
+ head: {
+ height: math.unit(0.51, "meter"),
+ name: "Head",
+ image: {
+ source: "./media/characters/lev/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(216, "cm"),
+ default: true
+ },
+ {
+ name: "Relatively Macro",
+ height: math.unit(80, "meters")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(21600, "meters")
+ },
+ {
+ name: "Megamacro+",
+ height: math.unit(64800, "meters")
+ },
+ ]
+))
+
//characters
function makeCharacters() {