From 77683b42b87d9ab1aeea5e24ef014dc89ad83c87 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 7 Mar 2020 11:26:12 -0500 Subject: [PATCH] Add Lucy --- media/attribution.js | 16 + media/characters/lucy/legendary.svg | 592 ++++++++++++++++++++++++++++ presets/characters.js | 25 ++ 3 files changed, 633 insertions(+) create mode 100644 media/characters/lucy/legendary.svg diff --git a/media/attribution.js b/media/attribution.js index ca70e057..70ba9be0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2801,6 +2801,18 @@ const attributionData = { "little-big-x110" ] }, + { + prefix: "./media/characters/lucy/", + files: [ + { name: "legendary.svg", source: "https://www.furaffinity.net/view/35325241" } + ], + authors: [ + "ikidami" + ], + owners: [ + "jasmith" + ] + }, { prefix: "./media/characters/luka/", files: [ @@ -6412,6 +6424,10 @@ const attributionData = { "name": "touchofsnow", "url": "https://www.furaffinity.net/user/touchofsnow/", }, + "ikidami": { + "name": "Ikidami", + "url": "http://aminoapps.com/p/sip2au", + }, } } diff --git a/media/characters/lucy/legendary.svg b/media/characters/lucy/legendary.svg new file mode 100644 index 00000000..741fa889 --- /dev/null +++ b/media/characters/lucy/legendary.svg @@ -0,0 +1,592 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 87e3d120..6eba6aad 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11350,6 +11350,31 @@ characterMakers["Porter"] = () => { ) }; +characterMakers["Lucy"] = () => { + return makeCharacter( + "Lucy", + "Jasmith", + { + legendary: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Legendary", + image: { + source: "./media/characters/lucy/legendary.svg", + extra: 1355/1100 * (1 / (1 - 0.045)), + bottom: 0.045 + } + }, + }, + [ + { + name: "Legendary", + height: math.unit(86882*2, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({