From 05b7e76fe7673cc119bad33dfdcc555e0e3457ae Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 13 Mar 2020 18:10:22 -0400 Subject: [PATCH] Add Lily --- media/attribution.js | 20 ++ media/characters/lily/front.svg | 409 ++++++++++++++++++++++++++++++++ presets/characters.js | 25 ++ 3 files changed, 454 insertions(+) create mode 100644 media/characters/lily/front.svg diff --git a/media/attribution.js b/media/attribution.js index 70d98595..2d211adb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6006,6 +6006,18 @@ const attributionData = { "dalken" ] }, + { + prefix: "./media/characters/lily/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27908198/" } + ], + authors: [ + "draekos" + ], + owners: [ + "nexcg" + ] + }, //characters { prefix: "./media/landmarks/", @@ -8283,6 +8295,14 @@ const attributionData = { "name": "lezified", "url": "https://www.furaffinity.net/user/lezified", }, + "draekos": { + "name": "Draekos", + "url": "https://www.furaffinity.net/user/draekos", + }, + "nexcg": { + "name": "nexcg", + "url": "https://www.furaffinity.net/user/nexcg/", + }, } } diff --git a/media/characters/lily/front.svg b/media/characters/lily/front.svg new file mode 100644 index 00000000..652ac976 --- /dev/null +++ b/media/characters/lily/front.svg @@ -0,0 +1,409 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 45979d36..710e3cb7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14399,6 +14399,31 @@ characterMakers["Nakata"] = () => { ) }; +characterMakers["Lily"] = () => { + return makeCharacter( + "Lily", + "nexcg", + { + front: { + height: math.unit(4.91, "feet"), + weight: math.unit(100, "lb"), + name: "Front", + image: { + source: "./media/characters/lily/front.svg", + extra: 1585/1415, + bottom: 0.02 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4.91, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {