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() {