From ca3f461578436942b4244169844231f63cac1032 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 28 Sep 2020 14:50:28 -0400 Subject: [PATCH] Add Purri --- media/attribution.js | 16 + media/characters/purri/front.svg | 665 +++++++++++++++++++++++++++++++ presets/characters.js | 30 ++ 3 files changed, 711 insertions(+) create mode 100644 media/characters/purri/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6eb01eb0..a405d8cb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12146,6 +12146,18 @@ const attributionData = { "nipa101" ] }, + { + prefix: "./media/characters/purri/", + files: [ + { name: "front.svg", source: "https://twitter.com/Purriwinkle/status/915006032853688320" } + ], + authors: [ + "fireflufferz" + ], + owners: [ + "purriwinkle" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16752,6 +16764,10 @@ const attributionData = { "name": "nipa101", "url": "https://www.furaffinity.net/user/nipa101/" }, + "purriwinkle": { + "name": "Purri", + "url": "https://twitter.com/Purriwinkle" + }, } } diff --git a/media/characters/purri/front.svg b/media/characters/purri/front.svg new file mode 100644 index 00000000..9cd6fa6b --- /dev/null +++ b/media/characters/purri/front.svg @@ -0,0 +1,665 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 469db38d..2a1a5ec7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31359,6 +31359,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Purri", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 5/12, "feet"), + name: "Front", + image: { + source: "./media/characters/purri/front.svg", + extra: 1698/1610, + bottom: 32/1730 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(1, "mm") + }, + { + name: "Normal", + height: math.unit(6 + 5/12, "feet"), + default: true + }, + { + name: "Macro :3c", + height: math.unit(2, "miles") + }, + ] +)) + //characters function makeCharacters() {