From d8499d956e0b08acf0fa1f6ccd4f878b3e126f8a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 13 Mar 2022 09:50:15 -0400 Subject: [PATCH] Add Liza --- media/attribution.js | 12 + media/characters/liza/side.svg | 1721 ++++++++++++++++++++++++++++++++ presets/characters.js | 26 + 3 files changed, 1759 insertions(+) create mode 100644 media/characters/liza/side.svg diff --git a/media/attribution.js b/media/attribution.js index 9acab881..61282f1f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21318,6 +21318,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/liza/", + files: [ + { name: "side.svg", source: null } + ], + authors: [ + "geck0mania" + ], + owners: [ + "myriad" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/liza/side.svg b/media/characters/liza/side.svg new file mode 100644 index 00000000..ad65eaf0 --- /dev/null +++ b/media/characters/liza/side.svg @@ -0,0 +1,1721 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5735f0f1..355133ea 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2244,6 +2244,10 @@ const speciesData = { name: "Chocobo", parents: ["avian"] }, + "stilio": { + name: "Stilio", + parents: ["snake"] + }, } //species @@ -60578,6 +60582,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Liza", species: ["stilio"], tags: ["taur"] }, + { + side: { + height: math.unit(1.6, "meters"), + name: "Side", + image: { + source: "./media/characters/liza/side.svg", + extra: 943/915, + bottom: 72/1015 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.6, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {