From b140705557700f86ebf3902d84bbdd7995309788 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 20 Aug 2021 13:36:05 -0400 Subject: [PATCH] Add Lerm --- media/attribution.js | 16 ++ media/characters/lerm/front.svg | 296 ++++++++++++++++++++++++++++++++ presets/characters.js | 27 +++ 3 files changed, 339 insertions(+) create mode 100644 media/characters/lerm/front.svg diff --git a/media/attribution.js b/media/attribution.js index 3fb847ec..dec53248 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16287,6 +16287,18 @@ const attributionData = { "bigblueghost" ] }, + { + prefix: "./media/characters/lerm/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/25866389/" } + ], + authors: [ + "soft-fir" + ], + owners: [ + "fill783" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22442,6 +22454,10 @@ const attributionData = { "name": "voreasaurusrex", "url": "https://twitter.com/voreasaurusrex" }, + "soft-fir": { + "name": "soft-fir", + "url": "https://www.furaffinity.net/user/soft-fir" + }, } } diff --git a/media/characters/lerm/front.svg b/media/characters/lerm/front.svg new file mode 100644 index 00000000..b0396cc1 --- /dev/null +++ b/media/characters/lerm/front.svg @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ac1ac69c..b201aa85 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1739,6 +1739,10 @@ const speciesData = { name: "Goo", parents: [] }, + "skink": { + name: "Skink", + parents: ["lizard"] + }, } //species @@ -42728,6 +42732,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lerm", species: ["skink"], tags: ["anthro"] }, + { + front: { + height: math.unit(2 + 4/12, "feet"), + weight: math.unit(60, "lb"), + name: "Front", + image: { + source: "./media/characters/lerm/front.svg", + extra: 796/790, + bottom: 79/875 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {