From 2c3343c90d4c51e337c68cc5e9f5e97308ff89b9 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 23 Sep 2021 14:19:08 -0400 Subject: [PATCH] Add Abacus --- media/attribution.js | 17 ++ media/characters/abacus/anthro.svg | 442 +++++++++++++++++++++++++++++ media/characters/abacus/pigeon.svg | 162 +++++++++++ presets/characters.js | 32 +++ 4 files changed, 653 insertions(+) create mode 100644 media/characters/abacus/anthro.svg create mode 100644 media/characters/abacus/pigeon.svg diff --git a/media/attribution.js b/media/attribution.js index 09fc6b26..449d5a0f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17296,6 +17296,19 @@ const attributionData = { "fortlucenne" ] }, + { + prefix: "./media/characters/abacus/", + files: [ + { name: "anthro.svg", source: "https://twitter.com/HuniiHeart/status/1333870890170396675" }, + { name: "pigeon.svg", source: "https://twitter.com/HuniiHeart/status/1333870890170396675" }, + ], + authors: [ + "huniiheart" + ], + owners: [ + "definepigeon" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23885,6 +23898,10 @@ const attributionData = { "name": "EdaMonstr", "url": "https://twitter.com/EdaMonstr" }, + "definepigeon": { + "name": "definepigeon", + "url": "https://twitter.com/definepigeon" + }, } } diff --git a/media/characters/abacus/anthro.svg b/media/characters/abacus/anthro.svg new file mode 100644 index 00000000..34a35fd0 --- /dev/null +++ b/media/characters/abacus/anthro.svg @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/abacus/pigeon.svg b/media/characters/abacus/pigeon.svg new file mode 100644 index 00000000..abb9148a --- /dev/null +++ b/media/characters/abacus/pigeon.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8850b8c2..e13e48ef 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45705,6 +45705,38 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Abacus", species: ["construct", "corvid"], tags: ["anthro"] }, + { + anthro: { + height: math.unit(9, "feet"), + weight: math.unit(2076, "lb"), + name: "Anthro", + image: { + source: "./media/characters/abacus/anthro.svg", + extra: 1540/1494, + bottom: 233/1773 + } + }, + pigeon: { + height: math.unit(1, "feet"), + name: "Pigeon", + image: { + source: "./media/characters/abacus/pigeon.svg", + extra: 528/525, + bottom: 46/574 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {