From bf515ad36971fef1ed52dc5f1ea31e5b3cbf3d3a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 4 Mar 2022 14:46:09 -0500 Subject: [PATCH] Add a taur form for Licos --- media/attribution.js | 3 +- media/characters/licos/taur.svg | 2345 +++++++++++++++++++++++++++++++ presets/characters.js | 36 +- 3 files changed, 2380 insertions(+), 4 deletions(-) create mode 100644 media/characters/licos/taur.svg diff --git a/media/attribution.js b/media/attribution.js index f85924e8..bbd87427 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20333,7 +20333,8 @@ const attributionData = { { prefix: "./media/characters/licos/", files: [ - { name: "front.svg", source: null } + { name: "front.svg", source: null }, + { name: "taur.svg", source: null }, ], authors: [ "licographics" diff --git a/media/characters/licos/taur.svg b/media/characters/licos/taur.svg new file mode 100644 index 00000000..ee1fb9c4 --- /dev/null +++ b/media/characters/licos/taur.svg @@ -0,0 +1,2345 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 93d4544d..e203c020 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -56463,7 +56463,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Licos", species: ["werewolf"], tags: ["anthro"] }, + { name: "Licos", species: ["werewolf"], tags: ["anthro", "taur"] }, { front: { height: math.unit(4, "meters"), @@ -56473,16 +56473,46 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/licos/front.svg", extra: 1727/1604, bottom: 101/1828 - } + }, + form: "anthro", + default: true + }, + taur_side: { + height: math.unit(20, "meters"), + weight: math.unit(1100000, "kg"), + name: "Side", + image: { + source: "./media/characters/licos/taur.svg", + extra: 1158/1091, + bottom: 80/1238 + }, + form: "taur", + default: true }, }, [ { name: "Normal", height: math.unit(4, "meters"), + default: true, + form: "anthro" + }, + { + name: "Normal", + height: math.unit(20, "meters"), + default: true, + form: "taur" + }, + ], + { + "anthro": { + name: "Anthro", default: true }, - ] + "taur": { + name: "Taur", + }, + } )) characterMakers.push(() => makeCharacter(