From f9a2da2be2314f9f831ce2140065d9f2f8fc9bd5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 2 May 2020 14:25:23 -0400 Subject: [PATCH] Add Felix Braveheart --- media/attribution.js | 14 + media/characters/felix-braveheart/back.svg | 193 ++++++++++ media/characters/felix-braveheart/feral.svg | 262 ++++++++++++++ media/characters/felix-braveheart/front.svg | 376 ++++++++++++++++++++ presets/characters.js | 42 +++ 5 files changed, 887 insertions(+) create mode 100644 media/characters/felix-braveheart/back.svg create mode 100644 media/characters/felix-braveheart/feral.svg create mode 100644 media/characters/felix-braveheart/front.svg diff --git a/media/attribution.js b/media/attribution.js index b96ae686..b3dde2ca 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9318,6 +9318,20 @@ const attributionData = { "necrobuddy" ] }, + { + prefix: "./media/characters/felix-braveheart/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27377731/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/27377731/" }, + { name: "feral.svg", source: "https://www.furaffinity.net/view/27377731/" }, + ], + authors: [ + "oddthesungod" + ], + owners: [ + "rezavax" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/felix-braveheart/back.svg b/media/characters/felix-braveheart/back.svg new file mode 100644 index 00000000..8f020690 --- /dev/null +++ b/media/characters/felix-braveheart/back.svg @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/felix-braveheart/feral.svg b/media/characters/felix-braveheart/feral.svg new file mode 100644 index 00000000..2f560baf --- /dev/null +++ b/media/characters/felix-braveheart/feral.svg @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/felix-braveheart/front.svg b/media/characters/felix-braveheart/front.svg new file mode 100644 index 00000000..b21ab955 --- /dev/null +++ b/media/characters/felix-braveheart/front.svg @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 42fa9a03..acb9da91 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21537,6 +21537,48 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Felix Braveheart" }, + { + front: { + height: math.unit(13, "feet"), + weight: math.unit(1700, "lb"), + name: "Front", + image: { + source: "./media/characters/felix-braveheart/front.svg", + extra: 1222/1157, + bottom: 53.2/1280 + } + }, + back: { + height: math.unit(13, "feet"), + weight: math.unit(1700, "lb"), + name: "Back", + image: { + source: "./media/characters/felix-braveheart/back.svg", + extra: 1277/1203, + bottom: 50.2/1327 + } + }, + feral: { + height: math.unit(6, "feet"), + weight: math.unit(400, "lb"), + name: "Feral", + image: { + source: "./media/characters/felix-braveheart/feral.svg", + extra: 682/625, + bottom: 6.9/688 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(13, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {