From de39498eabfc987bac0319c62e1446420c2961df Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Mar 2020 21:59:27 -0400 Subject: [PATCH] Add Lycoa --- media/attribution.js | 21 + media/characters/lycoa/back.svg | 929 +++++++++++++++++++++++++++++++ media/characters/lycoa/front.svg | 863 ++++++++++++++++++++++++++++ presets/characters.js | 40 ++ 4 files changed, 1853 insertions(+) create mode 100644 media/characters/lycoa/back.svg create mode 100644 media/characters/lycoa/front.svg diff --git a/media/attribution.js b/media/attribution.js index bd90d9fc..b4fd555e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7906,6 +7906,19 @@ const attributionData = { "lemondeer" ] }, + { + prefix: "./media/characters/lycoa/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/23840575/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/23840575/" }, + ], + authors: [ + "sidgi" + ], + owners: [ + "xrequiem" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -10907,6 +10920,14 @@ const attributionData = { "name": "LemonDeer", "url": "https://www.furaffinity.net/user/lemondeer/", }, + "xrequiem": { + "name": "xRequiem", + "url": "https://www.furaffinity.net/user/xrequiem", + }, + "sidgi": { + "name": "Sidgi", + "url": "https://www.furaffinity.net/user/sidgi/", + }, } } diff --git a/media/characters/lycoa/back.svg b/media/characters/lycoa/back.svg new file mode 100644 index 00000000..ba219da7 --- /dev/null +++ b/media/characters/lycoa/back.svg @@ -0,0 +1,929 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lycoa/front.svg b/media/characters/lycoa/front.svg new file mode 100644 index 00000000..c3f08849 --- /dev/null +++ b/media/characters/lycoa/front.svg @@ -0,0 +1,863 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 83c6d7bc..2e8f65b7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19245,6 +19245,46 @@ characterMakers["Mort"] = () => { ] ) }; + +characterMakers["Lycoa"] = () => { + return makeCharacter( + "Lycoa", + "Varden", + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(1, "ton"), + name: "Front", + image: { + source: "./media/characters/lycoa/front.svg", + extra: 1875/1789, + bottom: 0.015 + } + }, + back: { + height: math.unit(8, "feet"), + weight: math.unit(1, "ton"), + name: "Back", + image: { + source: "./media/characters/lycoa/back.svg", + extra: 1835/1781, + bottom: 0.03 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(30, "feet") + }, + ] + ) +}; //characters function makeCharacters() {