diff --git a/media/attribution.js b/media/attribution.js index 9989b4ef..133241e4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17941,6 +17941,18 @@ const attributionData = { "sigdi" ] }, + { + prefix: "./media/characters/pepper-purrloin/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42048034/" } + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/pepper-purrloin/front.svg b/media/characters/pepper-purrloin/front.svg new file mode 100644 index 00000000..8af87b03 --- /dev/null +++ b/media/characters/pepper-purrloin/front.svg @@ -0,0 +1,918 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b48dae04..7094b08b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47845,6 +47845,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Pepper (Purrloin)", species: ["purrloin"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 4/12, "feet"), + name: "Front", + image: { + source: "./media/characters/pepper-purrloin/front.svg", + extra: 1141/1024, + bottom: 21/1162 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {