From 120c2fd5f58871b9dcdcc27446c6e27a1f69218e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 27 Sep 2020 18:21:23 -0400 Subject: [PATCH] Add Lee --- media/attribution.js | 22 + media/characters/lee/front.svg | 767 +++++++++++++++++++++++++++++++++ media/characters/lee/hand.svg | 53 +++ media/characters/lee/maw.svg | 78 ++++ presets/characters.js | 37 ++ 5 files changed, 957 insertions(+) create mode 100644 media/characters/lee/front.svg create mode 100644 media/characters/lee/hand.svg create mode 100644 media/characters/lee/maw.svg diff --git a/media/attribution.js b/media/attribution.js index c2c223a5..a6bbbb1a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12025,6 +12025,20 @@ const attributionData = { "aquwardly-homosexual" ] }, + { + prefix: "./media/characters/lee/", + files: [ + { name: "front.svg", source: "https://twitter.com/LeeTheMonstrous/status/1310334208955514888" }, + { name: "hand.svg", source: "https://twitter.com/LeeTheMonstrous/status/1310334208955514888" }, + { name: "maw.svg", source: "https://twitter.com/LeeTheMonstrous/status/1310334208955514888" }, + ], + authors: [ + "alaskisshu" + ], + owners: [ + "leethemonstrous" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16563,6 +16577,14 @@ const attributionData = { "name": "Aquwardly-Homosexual", "url": "https://www.furaffinity.net/user/aquwardly-homosexual/" }, + "alaskisshu": { + "name": "AlasKisshu", + "url": "https://twitter.com/AlasKisshu" + }, + "leethemonstrous": { + "name": "LeeTheMonstrous", + "url": "https://twitter.com/LeeTheMonstrous" + }, } } diff --git a/media/characters/lee/front.svg b/media/characters/lee/front.svg new file mode 100644 index 00000000..efff087d --- /dev/null +++ b/media/characters/lee/front.svg @@ -0,0 +1,767 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lee/hand.svg b/media/characters/lee/hand.svg new file mode 100644 index 00000000..778616df --- /dev/null +++ b/media/characters/lee/hand.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + diff --git a/media/characters/lee/maw.svg b/media/characters/lee/maw.svg new file mode 100644 index 00000000..7d03766e --- /dev/null +++ b/media/characters/lee/maw.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2996df58..29e52d54 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31018,6 +31018,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lee", species: ["monster"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 10/12, "feet"), + weight: math.unit(3.5, "tons"), + name: "Front", + image: { + source: "./media/characters/lee/front.svg", + extra: 1773/1615, + bottom: 86/1859 + } + }, + hand: { + height: math.unit(1.78, "feet"), + name: "Hand", + image: { + source: "./media/characters/lee/hand.svg" + } + }, + maw: { + height: math.unit(1.18, "feet"), + name: "Maw", + image: { + source: "./media/characters/lee/maw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 10/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {