From 6ac50e011f959d6fbb70c408a42366c904fb67d0 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 15 Sep 2021 16:46:00 -0400 Subject: [PATCH] Add Lev --- media/attribution.js | 19 + media/characters/lev/back.svg | 364 ++++++++++++ media/characters/lev/dressed.svg | 957 +++++++++++++++++++++++++++++++ media/characters/lev/front.svg | 854 +++++++++++++++++++++++++++ media/characters/lev/head.svg | 421 ++++++++++++++ presets/characters.js | 59 ++ 6 files changed, 2674 insertions(+) create mode 100644 media/characters/lev/back.svg create mode 100644 media/characters/lev/dressed.svg create mode 100644 media/characters/lev/front.svg create mode 100644 media/characters/lev/head.svg 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() {