From 19f03763ffceab9689e722131b032021143ab5f1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 5 Nov 2021 17:09:35 -0400 Subject: [PATCH] Add Nora --- media/attribution.js | 12 + media/characters/nora/front.svg | 556 ++++++++++++++++++++++++++++++++ presets/characters.js | 23 ++ 3 files changed, 591 insertions(+) create mode 100644 media/characters/nora/front.svg diff --git a/media/attribution.js b/media/attribution.js index 1f5e724b..feabdd04 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18626,6 +18626,18 @@ const attributionData = { "plat" ] }, + { + prefix: "./media/characters/nora/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36901708/", nsfw: true } + ], + authors: [ + "plat" + ], + owners: [ + "plat" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/nora/front.svg b/media/characters/nora/front.svg new file mode 100644 index 00000000..3e3e0be0 --- /dev/null +++ b/media/characters/nora/front.svg @@ -0,0 +1,556 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ae5abd7b..88df5f7e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -50411,6 +50411,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Nora", species: ["blaziken"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(750, "lb"), + name: "Front", + image: { + source: "./media/characters/nora/front.svg", + extra: 1348/1286, + bottom: 218/1566 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {