From 497b6ee2786de77b04c0f410a11a824f03176228 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 19 Nov 2020 11:29:39 -0500 Subject: [PATCH] Add Cookiecat --- media/attribution.js | 20 ++ media/characters/cookiecat/front.svg | 367 +++++++++++++++++++++++++++ presets/characters.js | 43 ++++ 3 files changed, 430 insertions(+) create mode 100644 media/characters/cookiecat/front.svg diff --git a/media/attribution.js b/media/attribution.js index 52ef3166..78737aa6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13196,6 +13196,18 @@ const attributionData = { "vixivus" ] }, + { + prefix: "./media/characters/cookiecat/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "cupcakewarp" + ], + owners: [ + "cookiecat" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18195,6 +18207,14 @@ const attributionData = { "name": "Vixivus", "url": "https://www.furaffinity.net/user/vixivus" }, + "cookiecat": { + "name": "Cookiecat", + "url": "https://twitter.com/ThePrototype39/" + }, + "cupcakewarp": { + "name": "cupcakewarp", + "url": "https://www.furaffinity.net/user/cupcakewarp/" + }, } } diff --git a/media/characters/cookiecat/front.svg b/media/characters/cookiecat/front.svg new file mode 100644 index 00000000..777357ff --- /dev/null +++ b/media/characters/cookiecat/front.svg @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2bf4951f..808f6443 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34540,6 +34540,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cookiecat", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 11/12, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/cookiecat/front.svg", + extra: 893/827, + bottom: 14/907 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 11/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(100, "feet") + }, + { + name: "Macro+", + height: math.unit(404, "feet") + }, + { + name: "Megamacro", + height: math.unit(165, "miles") + }, + { + name: "Planetary", + height: math.unit(4600, "miles") + }, + ] +)) + //characters function makeCharacters() {