From 4472ccc31a8071efbadb4962310159531b7aa3bf Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 17 May 2020 12:37:00 -0400 Subject: [PATCH] Add Baadra --- media/attribution.js | 20 + media/characters/baadra/back.svg | 1048 ++++++++++++++++++++++++ media/characters/baadra/front.svg | 761 +++++++++++++++++ media/characters/baadra/head-angry.svg | 155 ++++ media/characters/baadra/head-open.svg | 202 +++++ media/characters/baadra/head.svg | 156 ++++ presets/characters.js | 54 ++ 7 files changed, 2396 insertions(+) create mode 100644 media/characters/baadra/back.svg create mode 100644 media/characters/baadra/front.svg create mode 100644 media/characters/baadra/head-angry.svg create mode 100644 media/characters/baadra/head-open.svg create mode 100644 media/characters/baadra/head.svg diff --git a/media/attribution.js b/media/attribution.js index a0312686..8ec70349 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9984,6 +9984,22 @@ const attributionData = { "xrequiem" ] }, + { + prefix: "./media/characters/baadra/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27344682/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/27344682/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/27344682/" }, + { name: "head-angry.svg", source: "https://www.furaffinity.net/view/27344682/" }, + { name: "head-open.svg", source: "https://www.furaffinity.net/view/27344682/" }, + ], + authors: [ + "momofluff" + ], + owners: [ + "xrequiem" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13806,6 +13822,10 @@ const attributionData = { "name": "Doodlies", "url": "https://www.furaffinity.net/user/doodlies/", }, + "momofluff": { + "name": "Momofluff", + "url": "https://www.furaffinity.net/user/momofluff/", + }, } } diff --git a/media/characters/baadra/back.svg b/media/characters/baadra/back.svg new file mode 100644 index 00000000..e8c84659 --- /dev/null +++ b/media/characters/baadra/back.svg @@ -0,0 +1,1048 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/baadra/front.svg b/media/characters/baadra/front.svg new file mode 100644 index 00000000..12f6d584 --- /dev/null +++ b/media/characters/baadra/front.svg @@ -0,0 +1,761 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/baadra/head-angry.svg b/media/characters/baadra/head-angry.svg new file mode 100644 index 00000000..7d32d9c2 --- /dev/null +++ b/media/characters/baadra/head-angry.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/baadra/head-open.svg b/media/characters/baadra/head-open.svg new file mode 100644 index 00000000..b6ec2469 --- /dev/null +++ b/media/characters/baadra/head-open.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/baadra/head.svg b/media/characters/baadra/head.svg new file mode 100644 index 00000000..5dfbb873 --- /dev/null +++ b/media/characters/baadra/head.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 94c988f4..380b7026 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -24768,6 +24768,60 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Baadra" }, + { + front: { + height: math.unit(17 + 6/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/baadra/front.svg", + extra: 3137/2890, + bottom: 168.4/3305 + } + }, + back: { + height: math.unit(17 + 6/12, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/baadra/back.svg", + extra: 3142/2890, + bottom: 220/3371 + } + }, + head: { + height: math.unit(5.45, "feet"), + name: "Head", + image: { + source: "./media/characters/baadra/head.svg" + } + }, + headAngry: { + height: math.unit(4.95, "feet"), + name: "Head (Angry)", + image: { + source: "./media/characters/baadra/head-angry.svg" + } + }, + headOpen: { + height: math.unit(6, "feet"), + name: "Head (Open)", + image: { + source: "./media/characters/baadra/head-open.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(17 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {