From 92c1d3e48460f956d9924b16c35dde36e490060f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 15 Mar 2020 19:37:21 -0400 Subject: [PATCH] Add Lyla --- media/attribution.js | 12 ++ media/characters/lyla/front.svg | 284 ++++++++++++++++++++++++++++++++ presets/characters.js | 25 +++ 3 files changed, 321 insertions(+) create mode 100644 media/characters/lyla/front.svg diff --git a/media/attribution.js b/media/attribution.js index ba61067b..5b668a77 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6425,6 +6425,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/lyla/", + files: [ + { name: "side.svg", source: "https://fidverse.fandom.com/wiki/Lyla" } + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/food/animals/", diff --git a/media/characters/lyla/front.svg b/media/characters/lyla/front.svg new file mode 100644 index 00000000..0211841e --- /dev/null +++ b/media/characters/lyla/front.svg @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5f23bd05..a16a60e5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15531,6 +15531,31 @@ characterMakers["Fiona"] = () => { ] ) }; + +characterMakers["Lyla"] = () => { + return makeCharacter( + "Lyla", + "Fidchell", + { + front: { + height: math.unit(2, "feet"), + weight: math.unit(62, "lb"), + name: "Front", + image: { + source: "./media/characters/lyla/front.svg", + bottom: 0.1 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {