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(