diff --git a/media/attribution.js b/media/attribution.js index f4914578..d7e6a1ec 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18199,6 +18199,19 @@ const attributionData = { "ich" ] }, + { + prefix: "./media/characters/poppy/", + files: [ + { name: "front.svg", source: "https://twitter.com/Popgous/status/1298702175930023936" }, + { name: "feet.svg", source: "https://twitter.com/Popgous/status/1298702175930023936" }, + ], + authors: [ + "popgous" + ], + owners: [ + "cbl-art" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -25165,6 +25178,14 @@ const attributionData = { "name": "SleepeaTea", "url": "https://www.furaffinity.net/user/sleepeatea" }, + "popgous": { + "name": "Popgous", + "url": "https://twitter.com/Popgous/" + }, + "cbl-art": { + "name": "cbl_art", + "url": "https://twitter.com/cbl_art" + }, } } diff --git a/media/characters/poppy/feet.svg b/media/characters/poppy/feet.svg new file mode 100644 index 00000000..56d78cee --- /dev/null +++ b/media/characters/poppy/feet.svg @@ -0,0 +1,950 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/poppy/front.svg b/media/characters/poppy/front.svg new file mode 100644 index 00000000..b3a23e65 --- /dev/null +++ b/media/characters/poppy/front.svg @@ -0,0 +1,945 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 096498c7..c1aa968e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -48934,6 +48934,53 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Poppy", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(6.5, "feet"), + name: "Front", + image: { + source: "./media/characters/poppy/front.svg", + extra: 1878/1812, + bottom: 43/1921 + } + }, + feet: { + height: math.unit(1.06, "feet"), + name: "Feet", + image: { + source: "./media/characters/poppy/feet.svg", + extra: 1083/1083, + bottom: 87/1170 + } + }, + }, + [ + { + name: "Human", + height: math.unit(6.5, "feet") + }, + { + name: "Default", + height: math.unit(300, "feet"), + default: true + }, + { + name: "Huge", + height: math.unit(850, "feet") + }, + { + name: "Mega", + height: math.unit(8000, "feet") + }, + { + name: "Giga", + height: math.unit(300, "miles") + }, + ] +)) + //characters function makeCharacters() {