From 0607ce8cd8779c18f2bd255d9b3fdfe95614d2db Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 25 Apr 2022 19:07:20 -0400 Subject: [PATCH] Add Gaia --- media/attribution.js | 17 + media/characters/gaia/front.svg | 1625 +++++++++++++++++++++++++++++++ presets/characters.js | 27 + 3 files changed, 1669 insertions(+) create mode 100644 media/characters/gaia/front.svg diff --git a/media/attribution.js b/media/attribution.js index ddfd013b..ca8a5897 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22293,6 +22293,19 @@ const attributionData = { "epicoart" ] }, + { + prefix: "./media/characters/gaia/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Gaia-the-Goddess-900782122" } + ], + authors: [ + "epicoart" + ], + owners: [ + "tizthorndike", + "epicoart" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30827,6 +30840,10 @@ const attributionData = { "name": "Cyber", "url": "https://t.me/cybernova123" }, + "tizthorndike": { + "name": "TizThorndike", + "url": "https://www.deviantart.com/tizthorndike" + }, } } diff --git a/media/characters/gaia/front.svg b/media/characters/gaia/front.svg new file mode 100644 index 00000000..6da729a8 --- /dev/null +++ b/media/characters/gaia/front.svg @@ -0,0 +1,1625 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c05b669b..3746d92f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -64162,6 +64162,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Gaia", species: ["deity", "human"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 6/12, "feet"), + weight: math.unit(400, "lb"), + name: "Front", + image: { + source: "./media/characters/gaia/front.svg", + extra: 474/463, + bottom: 13/487 + } + }, + }, + [ + { + name: "MiniMacro", + height: math.unit(7 + 6/12, "feet") + }, + { + name: "GigaMacro", + height: math.unit(14500, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {