From 8929522ebf475c8870e6ce96e5041ce8898f4fb3 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 26 Feb 2022 09:42:51 -0500 Subject: [PATCH] Add Bryn --- media/attribution.js | 22 + media/characters/bryn/back.svg | 858 ++++++++++++++++++++++++++ media/characters/bryn/foot.svg | 32 + media/characters/bryn/front.svg | 1025 +++++++++++++++++++++++++++++++ presets/characters.js | 40 ++ 5 files changed, 1977 insertions(+) create mode 100644 media/characters/bryn/back.svg create mode 100644 media/characters/bryn/foot.svg create mode 100644 media/characters/bryn/front.svg diff --git a/media/attribution.js b/media/attribution.js index dc1d094a..6a4d932f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20518,6 +20518,20 @@ const attributionData = { "devos" ] }, + { + prefix: "./media/characters/bryn/", + files: [ + { name: "front.svg", source: "https://twitter.com/Coffinpaws/status/1460722975913742342" }, + { name: "back.svg", source: "https://twitter.com/Coffinpaws/status/1460722975913742342" }, + { name: "foot.svg", source: "https://twitter.com/Coffinpaws/status/1460722975913742342" }, + ], + authors: [ + "coffinpaws" + ], + owners: [ + "smallfluffymoff" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28617,6 +28631,14 @@ const attributionData = { "name": "Lokinne", "url": "https://twitter.com/LokinneArt" }, + "coffinpaws": { + "name": "Coffinpaws", + "url": "https://twitter.com/Coffinpaws" + }, + "smallfluffymoff": { + "name": "bryn", + "url": "https://twitter.com/smallfluffymoff" + }, } } diff --git a/media/characters/bryn/back.svg b/media/characters/bryn/back.svg new file mode 100644 index 00000000..b9c92d4a --- /dev/null +++ b/media/characters/bryn/back.svg @@ -0,0 +1,858 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/bryn/foot.svg b/media/characters/bryn/foot.svg new file mode 100644 index 00000000..d61b7321 --- /dev/null +++ b/media/characters/bryn/foot.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/bryn/front.svg b/media/characters/bryn/front.svg new file mode 100644 index 00000000..3f5f527f --- /dev/null +++ b/media/characters/bryn/front.svg @@ -0,0 +1,1025 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 54245d2d..84141302 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -56859,6 +56859,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Bryn", species: ["moth"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.5, "inches"), + weight: math.unit(0.6, "oz"), + name: "Front", + image: { + source: "./media/characters/bryn/front.svg", + extra: 1480/1205, + bottom: 27/1507 + } + }, + back: { + height: math.unit(2.5, "inches"), + weight: math.unit(0.6, "oz"), + name: "Back", + image: { + source: "./media/characters/bryn/back.svg", + extra: 1475/1201, + bottom: 39/1514 + } + }, + foot: { + height: math.unit(0.4, "inches"), + name: "Foot", + image: { + source: "./media/characters/bryn/foot.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.5, "inches"), + default: true + }, + ] +)) + //characters function makeCharacters() {