From d163e5cbc8a35fb3efec62af5029e515ebc69489 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 16 Apr 2020 09:36:11 -0400 Subject: [PATCH] Add Windera --- media/attribution.js | 12 + media/characters/windera/front.svg | 1493 ++++++++++++++++++++++++++++ presets/characters.js | 22 + 3 files changed, 1527 insertions(+) create mode 100644 media/characters/windera/front.svg diff --git a/media/attribution.js b/media/attribution.js index 01fc5398..4a47897f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8584,6 +8584,18 @@ const attributionData = { "winderus" ] }, + { + prefix: "./media/characters/windera/", + files: [ + { name: "front.svg", source: null }, + ], + authors: [ + "winderus" + ], + owners: [ + "winderus" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/windera/front.svg b/media/characters/windera/front.svg new file mode 100644 index 00000000..0dbace7c --- /dev/null +++ b/media/characters/windera/front.svg @@ -0,0 +1,1493 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f2f1483e..f74b3e62 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19282,6 +19282,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Windera" }, + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(325, "lb"), + name: "Front", + image: { + source: "./media/characters/windera/front.svg", + extra: 3180/2845, + bottom: 178/3365 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "feet") + }, + ] +)) + //characters function makeCharacters() {