From 3ddede77c95a573a925237a96c38059bbabf10ae Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 15 Mar 2020 16:44:50 -0400 Subject: [PATCH] Add Bari --- media/attribution.js | 33 +++++ media/characters/bari/back.svg | 115 ++++++++++++++++ media/characters/bari/front-plush.svg | 185 ++++++++++++++++++++++++++ media/characters/bari/front.svg | 178 +++++++++++++++++++++++++ presets/characters.js | 42 ++++++ 5 files changed, 553 insertions(+) create mode 100644 media/characters/bari/back.svg create mode 100644 media/characters/bari/front-plush.svg create mode 100644 media/characters/bari/front.svg diff --git a/media/attribution.js b/media/attribution.js index 02bb956a..1062fdef 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6280,6 +6280,31 @@ const attributionData = { "macroceli" ] }, + { + prefix: "./media/characters/bari/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34746232" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34746232" }, + ], + authors: [ + "rebonica" + ], + owners: [ + "bariamph" + ] + }, + { + prefix: "./media/characters/bari/", + files: [ + { name: "front-plush.svg", source: "https://www.furaffinity.net/view/27696469/" }, + ], + authors: [ + "impfangs" + ], + owners: [ + "bariamph" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8708,6 +8733,14 @@ const attributionData = { "name": "ich", "url": "https://www.furaffinity.net/user/ich", }, + "bariamph": { + "name": "Sheeb", + "url": "https://twitter.com/bariamph", + }, + "impfangs": { + "name": "impfangs", + "url": " https://www.furaffinity.net/user/impfangs/", + }, } } diff --git a/media/characters/bari/back.svg b/media/characters/bari/back.svg new file mode 100644 index 00000000..f67460e3 --- /dev/null +++ b/media/characters/bari/back.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + diff --git a/media/characters/bari/front-plush.svg b/media/characters/bari/front-plush.svg new file mode 100644 index 00000000..2ba03469 --- /dev/null +++ b/media/characters/bari/front-plush.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/bari/front.svg b/media/characters/bari/front.svg new file mode 100644 index 00000000..83ea1e38 --- /dev/null +++ b/media/characters/bari/front.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5d6bfac5..a5bf8c0a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15210,6 +15210,48 @@ characterMakers["Mac"] = () => { ) }; +characterMakers["Bari"] = () => { + return makeCharacter( + "Bari", + "Bariamph", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/bari/front.svg", + extra: 3156/2880, + bottom: 0.03 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/bari/back.svg", + extra: 3260/2834, + bottom: 0.025 + } + }, + frontPlush: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front (Plush)", + image: { + source: "./media/characters/bari/front-plush.svg", + extra: 1112/1061, + bottom: 0.002 + } + }, + }, + [ + + ] + ) +}; + //characters function makeCharacters() {