From 8f8ea56e23eb4d5ef4321ed94ccecd1b31efdb9a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 6 Jan 2021 17:53:18 -0500 Subject: [PATCH] Add Grockle --- media/attribution.js | 20 + media/characters/grockle/front.svg | 985 +++++++++++++++++++++++++++++ presets/characters.js | 47 ++ 3 files changed, 1052 insertions(+) create mode 100644 media/characters/grockle/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6c2173bf..7b1ba147 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14141,6 +14141,18 @@ const attributionData = { "youkai-chan" ] }, + { + prefix: "./media/characters/grockle/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38541030/" } + ], + authors: [ + "kheel" + ], + owners: [ + "grocklekaug" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19376,6 +19388,14 @@ const attributionData = { "name": "Youkai-Chan", "url": "https://www.furaffinity.net/user/youkai-chan/" }, + "kheel": { + "name": "Kheel", + "url": "https://www.furaffinity.net/user/kheel" + }, + "grocklekaug": { + "name": "GrockleKaug", + "url": "https://twitter.com/GrockleKaug" + }, } } diff --git a/media/characters/grockle/front.svg b/media/characters/grockle/front.svg new file mode 100644 index 00000000..ea8f18b7 --- /dev/null +++ b/media/characters/grockle/front.svg @@ -0,0 +1,985 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f38b850f..c7ec8636 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1592,6 +1592,10 @@ const speciesData = { name: "Demi", parents: ["human"] }, + "stegosaurus": { + name: "Stegosaurus", + parents: ["dinosaur"] + }, } //species @@ -36841,6 +36845,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Grockle", species: ["stegosaurus"], tags: ["anthro"] }, + { + front: { + height: math.unit(15, "feet"), + weight: math.unit(615, "lb"), + name: "Front", + image: { + source: "./media/characters/grockle/front.svg", + extra: 1535/1427, + bottom: 56/1591 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(15, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(1876, "feet") + }, + { + name: "Mega Macro", + height: math.unit(121940, "feet") + }, + { + name: "Giga Macro", + height: math.unit(750, "km") + }, + { + name: "Tera Macro", + height: math.unit(750000, "km") + }, + { + name: "Galactic", + height: math.unit(1.4e5, "km") + }, + ] +)) + //characters function makeCharacters() {