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() {