From 407853e759cb8945a119e27a1afa3f96988c11bf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 17 Mar 2022 08:21:42 -0400 Subject: [PATCH] Add Andy --- media/attribution.js | 34 + media/characters/andy/back.svg | 1244 ++++++++++++++++++++ media/characters/andy/front.svg | 1962 +++++++++++++++++++++++++++++++ media/characters/andy/paw.svg | 502 ++++++++ media/characters/andy/side.svg | 1744 +++++++++++++++++++++++++++ presets/characters.js | 81 +- 6 files changed, 5566 insertions(+), 1 deletion(-) create mode 100644 media/characters/andy/back.svg create mode 100644 media/characters/andy/front.svg create mode 100644 media/characters/andy/paw.svg create mode 100644 media/characters/andy/side.svg diff --git a/media/attribution.js b/media/attribution.js index 3b11db8a..0da98761 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21427,6 +21427,32 @@ const attributionData = { "theelemental" ] }, + { + prefix: "./media/characters/andy/", + files: [ + { name: "front.svg", source: "https://twitter.com/AndytheTanuki/status/1493684549196390402" }, + { name: "side.svg", source: "https://twitter.com/AndytheTanuki/status/1493684549196390402" }, + { name: "back.svg", source: "https://twitter.com/AndytheTanuki/status/1493684549196390402" }, + ], + authors: [ + "andythetanuki" + ], + owners: [ + "andythetanuki" + ] + }, + { + prefix: "./media/characters/andy/", + files: [ + { name: "paw.svg", source: "https://www.furaffinity.net/view/41927481/" }, + ], + authors: [ + "apricotsammi" + ], + owners: [ + "andythetanuki" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -29773,6 +29799,14 @@ const attributionData = { "name": "reshirii", "url": "https://twitter.com/reshirii/" }, + "andythetanuki": { + "name": "Andy", + "url": "https://twitter.com/AndytheTanuki" + }, + "apricotsammi": { + "name": "Apricot", + "url": "https://twitter.com/ApricotSammi" + }, } } diff --git a/media/characters/andy/back.svg b/media/characters/andy/back.svg new file mode 100644 index 00000000..8b9475c1 --- /dev/null +++ b/media/characters/andy/back.svg @@ -0,0 +1,1244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/andy/front.svg b/media/characters/andy/front.svg new file mode 100644 index 00000000..18714146 --- /dev/null +++ b/media/characters/andy/front.svg @@ -0,0 +1,1962 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/andy/paw.svg b/media/characters/andy/paw.svg new file mode 100644 index 00000000..58aafbe7 --- /dev/null +++ b/media/characters/andy/paw.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/andy/side.svg b/media/characters/andy/side.svg new file mode 100644 index 00000000..910d3dd0 --- /dev/null +++ b/media/characters/andy/side.svg @@ -0,0 +1,1744 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 58c92a35..186bfc2d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53842,7 +53842,7 @@ characterMakers.push(() => makeCharacter( }, form: "monstrous", extraAttributes: { - "tailmawBiteSize": { + "swallowSize": { name: "Tailmaw Bite Size", power: 3, type: "volume", @@ -61022,6 +61022,85 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Andy", species: ["tanuki"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 7/12, "feet"), + name: "Front", + image: { + source: "./media/characters/andy/front.svg", + extra: 634/588, + bottom: 36/670 + }, + extraAttributes: { + "pawLength": { + name: "Paw Length", + power: 1, + type: "length", + base: math.unit(1, "feet") + }, + } + }, + side: { + height: math.unit(5 + 7/12, "feet"), + name: "Side", + image: { + source: "./media/characters/andy/side.svg", + extra: 641/596, + bottom: 34/675 + }, + extraAttributes: { + "pawLength": { + name: "Paw Length", + power: 1, + type: "length", + base: math.unit(1, "feet") + }, + } + }, + back: { + height: math.unit(5 + 7/12, "feet"), + name: "Back", + image: { + source: "./media/characters/andy/back.svg", + extra: 618/583, + bottom: 39/657 + }, + extraAttributes: { + "pawLength": { + name: "Paw Length", + power: 1, + type: "length", + base: math.unit(1, "feet") + }, + } + }, + paw: { + height: math.unit(1.13, "feet"), + name: "Paw", + image: { + source: "./media/characters/andy/paw.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(4, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 7/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(390.42, "feet") + }, + ] +)) + //characters function makeCharacters() {