From 8bb5e2ac0b5acc4c174a9a557ad2961f89dc339c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 15 Nov 2021 12:08:29 -0500 Subject: [PATCH] Update Windera and add a new form --- media/attribution.js | 3 +- media/characters/windera/armored-front.svg | 2170 ++++++++++++++++++++ media/characters/windera/front.svg | 1493 -------------- media/characters/windera/macro-front.svg | 1160 +++++++++++ presets/characters.js | 42 +- 5 files changed, 3368 insertions(+), 1500 deletions(-) create mode 100644 media/characters/windera/armored-front.svg delete mode 100644 media/characters/windera/front.svg create mode 100644 media/characters/windera/macro-front.svg diff --git a/media/attribution.js b/media/attribution.js index c7edc504..2ec65563 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9258,7 +9258,8 @@ const attributionData = { { prefix: "./media/characters/windera/", files: [ - { name: "front.svg", source: null }, + { name: "armored-front.svg", source: null }, + { name: "macro-front.svg", source: null }, ], authors: [ "winderus" diff --git a/media/characters/windera/armored-front.svg b/media/characters/windera/armored-front.svg new file mode 100644 index 00000000..6af50cc6 --- /dev/null +++ b/media/characters/windera/armored-front.svg @@ -0,0 +1,2170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/windera/front.svg b/media/characters/windera/front.svg deleted file mode 100644 index 4070eaea..00000000 --- a/media/characters/windera/front.svg +++ /dev/null @@ -1,1493 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/media/characters/windera/macro-front.svg b/media/characters/windera/macro-front.svg new file mode 100644 index 00000000..ff10bc0d --- /dev/null +++ b/media/characters/windera/macro-front.svg @@ -0,0 +1,1160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b6e6fcf1..c4bd284b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -23530,24 +23530,54 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Windera", species: ["dragon"], tags: ["anthro"] }, { - front: { + armoredFront: { 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 - } + source: "./media/characters/windera/armored-front.svg", + extra: 1830/1598, + bottom: 151/1981 + }, + form: "armored", + default: true + }, + macroFront: { + height: math.unit(70, "feet"), + weight: math.unit(315453, "lb"), + name: "Front", + image: { + source: "./media/characters/windera/macro-front.svg", + extra: 963/883, + bottom: 23/986 + }, + form: "macro", + default: true }, }, [ { name: "Normal", height: math.unit(8, "feet"), + default: true, + form: "armored" + }, + { + name: "Normal", + height: math.unit(70, "feet"), + default: true, + form: "macro" + }, + ], + { + "armored": { + name: "Armored", default: true }, - ] + "macro": { + name: "Macro", + }, + } )) characterMakers.push(() => makeCharacter(