From 4dc113a0f73e9cec157ce35f5a6fb1c74e986542 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 17 Apr 2020 09:59:49 -0400 Subject: [PATCH] Add Beishir Kiel --- media/attribution.js | 17 + media/characters/beishir-kiel/front.svg | 764 ++++++++++++++++++++++++ media/characters/beishir-kiel/maw.svg | 445 ++++++++++++++ presets/characters.js | 30 + 4 files changed, 1256 insertions(+) create mode 100644 media/characters/beishir-kiel/front.svg create mode 100644 media/characters/beishir-kiel/maw.svg diff --git a/media/attribution.js b/media/attribution.js index f82ee6d1..b48c00ae 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8725,6 +8725,19 @@ const attributionData = { "neopuc" ] }, + { + prefix: "./media/characters/beishir-kiel/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29983408/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/29983408/" }, + ], + authors: [ + "imperatorcaesar" + ], + owners: [ + "neopuc" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12039,6 +12052,10 @@ const attributionData = { "name": "thewhitefalcon", "url": "https://www.furaffinity.net/user/thewhitefalcon", }, + "imperatorcaesar": { + "name": "imperatorcaesar", + "url": "https://www.furaffinity.net/user/imperatorcaesar/", + }, } } diff --git a/media/characters/beishir-kiel/front.svg b/media/characters/beishir-kiel/front.svg new file mode 100644 index 00000000..7a6f53f1 --- /dev/null +++ b/media/characters/beishir-kiel/front.svg @@ -0,0 +1,764 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/beishir-kiel/maw.svg b/media/characters/beishir-kiel/maw.svg new file mode 100644 index 00000000..093f7397 --- /dev/null +++ b/media/characters/beishir-kiel/maw.svg @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fa3d706d..4354b502 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19632,6 +19632,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Beishir Kiel" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(300, "lb"), + name: "Front", + image: { + source: "./media/characters/beishir-kiel/front.svg", + extra: 569/547, + bottom: 41.9/609 + } + }, + maw: { + height: math.unit(6*0.202, "feet"), + name: "Maw", + image: { + source: "./media/characters/beishir-kiel/maw.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(300, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {