diff --git a/media/attribution.js b/media/attribution.js index 5e033c6d..fbf13dfd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13123,6 +13123,18 @@ const attributionData = { "kotetsu" ] }, + { + prefix: "./media/characters/lilith/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30750172/" } + ], + authors: [ + "skymachine" + ], + owners: [ + "gyiyga" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/lilith/front.svg b/media/characters/lilith/front.svg new file mode 100644 index 00000000..b74d17db --- /dev/null +++ b/media/characters/lilith/front.svg @@ -0,0 +1,644 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f7b1fbc7..afb57592 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1503,6 +1503,10 @@ const speciesData = { name: "Zigzagoon", parents: ["raccoon", "pokemon"] }, + "vulture": { + name: "Vulture", + parents: ["avian"] + }, } //species @@ -34310,6 +34314,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lilith", species: ["vulture"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.4, "meters"), + weight: math.unit(125, "kg"), + name: "Front", + image: { + source: "./media/characters/lilith/front.svg", + extra: 1590/1513, + bottom: 203/1793 + } + }, + }, + [ + { + name: "Humanoid", + height: math.unit(2.4, "meters") + }, + { + name: "Normal", + height: math.unit(6, "meters"), + default: true + }, + { + name: "Largest", + height: math.unit(55, "meters") + }, + ] +)) + //characters function makeCharacters() {