From f0a7144fd0cccc51dc498f364fc5746b28937ce4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 29 Mar 2020 09:00:44 -0400 Subject: [PATCH] Add Luci --- media/attribution.js | 21 ++ media/characters/luci/back.svg | 288 +++++++++++++++++++++++++ media/characters/luci/front.svg | 368 ++++++++++++++++++++++++++++++++ presets/characters.js | 36 ++++ 4 files changed, 713 insertions(+) create mode 100644 media/characters/luci/back.svg create mode 100644 media/characters/luci/front.svg diff --git a/media/attribution.js b/media/attribution.js index b57596c8..66e71933 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8179,6 +8179,19 @@ const attributionData = { "xrequiem" ] }, + { + prefix: "./media/characters/luci/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21689013/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/21689013/" }, + ], + authors: [ + "jezzthejevix" + ], + owners: [ + "sydst" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11264,6 +11277,14 @@ const attributionData = { "name": "KaprikaAZ", "url": "https://www.furaffinity.net/user/kaprikaaz/", }, + "sydst": { + "name": "sydst", + "url": "https://www.furaffinity.net/user/sydst/", + }, + "jezzthejevix": { + "name": "JessTheJevix", + "url": "https://www.furaffinity.net/user/jezzthejevix", + }, } } diff --git a/media/characters/luci/back.svg b/media/characters/luci/back.svg new file mode 100644 index 00000000..93fcca91 --- /dev/null +++ b/media/characters/luci/back.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/luci/front.svg b/media/characters/luci/front.svg new file mode 100644 index 00000000..242b6cf2 --- /dev/null +++ b/media/characters/luci/front.svg @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 42e004c0..7d952d5b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19984,6 +19984,42 @@ characterMakers["Zost"] = () => { ) }; +characterMakers["Luci"] = () => { + return makeCharacter( + "Luci", + "sydst", + { + front: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/luci/front.svg", + extra: 1985/1884, + bottom: 0.04 + } + }, + back: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(120, "lb"), + name: "Back", + image: { + source: "./media/characters/luci/back.svg", + extra: 1892/1791, + bottom: 0.002 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 4/12, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {