From d084ceeb358d82980f524dd41370b2c5031573d5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 10 Mar 2022 11:41:31 -0500 Subject: [PATCH] Add Atlas (the goat) --- media/attribution.js | 16 + media/characters/atlas-goat/front.svg | 1618 +++++++++++++++++++++++++ presets/characters.js | 34 + 3 files changed, 1668 insertions(+) create mode 100644 media/characters/atlas-goat/front.svg diff --git a/media/attribution.js b/media/attribution.js index d0ac1921..a2ca93a0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20993,6 +20993,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/atlas-goat/", + files: [ + { name: "front.svg", source: "https://twitter.com/wilthking/status/1498007545889308676" } + ], + authors: [ + "wilthking" + ], + owners: [ + "kurrikage" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -29286,6 +29298,10 @@ const attributionData = { "name": "Shinkei Shinto", "url": "https://www.furaffinity.net/user/shinkei-shinto/" }, + "wilthking": { + "name": "WILTHKING", + "url": "https://twitter.com/wilthking/status/1498007545889308676" + }, } } diff --git a/media/characters/atlas-goat/front.svg b/media/characters/atlas-goat/front.svg new file mode 100644 index 00000000..02c817ad --- /dev/null +++ b/media/characters/atlas-goat/front.svg @@ -0,0 +1,1618 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 267149ae..e8c0169f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -58852,6 +58852,40 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Atlas (Goat)", species: ["goat"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 9/12, "feet"), + name: "Front", + image: { + source: "./media/characters/atlas-goat/front.svg", + extra: 1462/1323, + bottom: 12/1474 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 9/12, "feet"), + default: true + }, + { + name: "Skyline", + height: math.unit(845, "feet") + }, + { + name: "Orbital", + height: math.unit(93000, "miles") + }, + { + name: "Constellation", + height: math.unit(27000, "lightyears") + }, + ] +)) + //characters function makeCharacters() {