From 270d0abb574802e77559a60b5ceb28764443ad82 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 8 Mar 2021 14:57:36 -0500 Subject: [PATCH] Add Cookie --- media/attribution.js | 20 + media/characters/cookie/front.svg | 708 ++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 751 insertions(+) create mode 100644 media/characters/cookie/front.svg diff --git a/media/attribution.js b/media/attribution.js index e8d890ac..91e94c07 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14934,6 +14934,18 @@ const attributionData = { "catchamp99" ] }, + { + prefix: "./media/characters/cookie/", + files: [ + { name: "front.svg", source: "https://twitter.com/cookiechip54/status/1367629148060057602" } + ], + authors: [ + "imago" + ], + owners: [ + "cookie54" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20445,6 +20457,14 @@ const attributionData = { "name": "catchamp99", "url": "https://www.furaffinity.net/user/catchamp99/" }, + "imago": { + "name": "Imago", + "url": "https://www.furaffinity.net/user/imago/" + }, + "cookie54": { + "name": "cookie54", + "url": "https://www.furaffinity.net/user/cookie54/" + }, } } diff --git a/media/characters/cookie/front.svg b/media/characters/cookie/front.svg new file mode 100644 index 00000000..93bc8884 --- /dev/null +++ b/media/characters/cookie/front.svg @@ -0,0 +1,708 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e0d61e35..46b6ea40 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39513,6 +39513,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cookie", species: ["snow-leopard"], tags: ["anthro"] }, + { + front: { + height: math.unit(100, "miles"), + weight: math.unit(20000, "tons"), + name: "Front", + image: { + source: "./media/characters/cookie/front.svg", + extra: 1125/1070, + bottom: 30/1155 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(100, "miles"), + default: true + }, + ] +)) + //characters function makeCharacters() {