From 2358a57bf6bccf0e3fc3bbb2a18e01418e8d50be Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Jun 2022 20:12:45 -0400 Subject: [PATCH] Update Beatrice Heathers --- media/attribution.js | 3 +- .../{front.svg => dressed.svg} | 0 .../beatrice-the-behemoth-heathers/nude.svg | 1915 +++++++++++++++++ presets/characters.js | 16 +- 4 files changed, 1930 insertions(+), 4 deletions(-) rename media/characters/beatrice-the-behemoth-heathers/{front.svg => dressed.svg} (100%) create mode 100644 media/characters/beatrice-the-behemoth-heathers/nude.svg diff --git a/media/attribution.js b/media/attribution.js index 90228b2a..20fcc1ee 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11950,7 +11950,8 @@ const attributionData = { { prefix: "./media/characters/beatrice-the-behemoth-heathers/", files: [ - { name: "front.svg", source: null } + { name: "dressed.svg", source: null }, + { name: "nude.svg", source: null }, ], authors: [ "beathebehemoth" diff --git a/media/characters/beatrice-the-behemoth-heathers/front.svg b/media/characters/beatrice-the-behemoth-heathers/dressed.svg similarity index 100% rename from media/characters/beatrice-the-behemoth-heathers/front.svg rename to media/characters/beatrice-the-behemoth-heathers/dressed.svg diff --git a/media/characters/beatrice-the-behemoth-heathers/nude.svg b/media/characters/beatrice-the-behemoth-heathers/nude.svg new file mode 100644 index 00000000..919957d2 --- /dev/null +++ b/media/characters/beatrice-the-behemoth-heathers/nude.svg @@ -0,0 +1,1915 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 24311f9c..aedee1d1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32807,12 +32807,22 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Beatrice \"The Behemoth\" Heathers", species: ["husky", "kaiju"], tags: ["anthro"] }, { - front: { + dressed: { height: math.unit(6 + 2/12, "feet"), weight: math.unit(150, "lb"), - name: "Front", + name: "Dressed", + image: { + source: "./media/characters/beatrice-the-behemoth-heathers/dressed.svg", + extra: 2620/2496, + bottom: 66/2686 + } + }, + nude: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(150, "lb"), + name: "Nude", image: { - source: "./media/characters/beatrice-the-behemoth-heathers/front.svg", + source: "./media/characters/beatrice-the-behemoth-heathers/nude.svg", extra: 2620/2496, bottom: 66/2686 }