From 97242cf5f727e7702cab6957446cd40f791d9096 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 11 Feb 2022 09:32:30 -0500 Subject: [PATCH] Add Licos --- media/attribution.js | 16 + media/characters/licos/front.svg | 1486 ++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1525 insertions(+) create mode 100644 media/characters/licos/front.svg diff --git a/media/attribution.js b/media/attribution.js index 179345de..07bb8fc8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20341,6 +20341,18 @@ const attributionData = { "leightonmarrow" ] }, + { + prefix: "./media/characters/licos/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "licographics" + ], + owners: [ + "licographics" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28380,6 +28392,10 @@ const attributionData = { "name": "Leighton Marrow", "url": "https://twitter.com/LeightonMarrow/" }, + "licographics": { + "name": "Licographics", + "url": "https://www.licographics.com" + }, } } diff --git a/media/characters/licos/front.svg b/media/characters/licos/front.svg new file mode 100644 index 00000000..1d6045fb --- /dev/null +++ b/media/characters/licos/front.svg @@ -0,0 +1,1486 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ab349f4c..2304f672 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -56314,6 +56314,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Licos", species: ["werewolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "meters"), + weight: math.unit(1200, "kg"), + name: "Front", + image: { + source: "./media/characters/licos/front.svg", + extra: 1727/1604, + bottom: 101/1828 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {