From e6aca1f89c23fd4e8d59d338a31a28c8ea8ae75d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 29 Sep 2021 23:05:17 -0400 Subject: [PATCH] Add Kahea --- media/attribution.js | 12 + media/characters/kahea/front.svg | 1838 ++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1873 insertions(+) create mode 100644 media/characters/kahea/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6ee15af0..bb168561 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17422,6 +17422,18 @@ const attributionData = { "terry" ] }, + { + prefix: "./media/characters/kahea/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "mongrelist" + ], + owners: [ + "mongrelist" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/kahea/front.svg b/media/characters/kahea/front.svg new file mode 100644 index 00000000..7367acbf --- /dev/null +++ b/media/characters/kahea/front.svg @@ -0,0 +1,1838 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e8c78563..2d7a1d7d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46121,6 +46121,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kahea", species: ["werewolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(12, "feet"), + weight: math.unit(1500, "lb"), + name: "Front", + image: { + source: "./media/characters/kahea/front.svg", + extra: 1722/1617, + bottom: 179/1901 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {