From 8eca6da04850625ec2755497e44c9955d7734b83 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 9 Mar 2021 14:06:43 -0500 Subject: [PATCH] Add Harthos --- media/attribution.js | 16 + media/characters/harthos/front.svg | 785 +++++++++++++++++++++++++++++ presets/characters.js | 27 + 3 files changed, 828 insertions(+) create mode 100644 media/characters/harthos/front.svg diff --git a/media/attribution.js b/media/attribution.js index 32bc167f..3427fdc9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14971,6 +14971,18 @@ const attributionData = { "kimbunny" ] }, + { + prefix: "./media/characters/harthos/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Peacekeepers-Gigas-Class-858049298" } + ], + authors: [ + "epicoart" + ], + owners: [ + "epicoart" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20506,6 +20518,10 @@ const attributionData = { "name": "AshBlueFlames", "url": "https://www.furaffinity.net/user/ashblueflames/" }, + "epicoart": { + "name": "EpicoArt", + "url": "https://www.deviantart.com/epicoart" + }, } } diff --git a/media/characters/harthos/front.svg b/media/characters/harthos/front.svg new file mode 100644 index 00000000..4c67845c --- /dev/null +++ b/media/characters/harthos/front.svg @@ -0,0 +1,785 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f71304bc..76a93a78 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1655,6 +1655,10 @@ const speciesData = { name: "Gnoll", parents: ["hyena", "monster"] }, + "peacekeeper": { + name: "Peacekeeper", + parents: ["human"] + }, } //species @@ -39592,6 +39596,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Harthos", species: ["peacekeeper"], tags: ["anthro"] }, + { + front: { + height: math.unit(1148, "feet"), + weight: math.unit(34057, "lb"), + name: "Front", + image: { + source: "./media/characters/harthos/front.svg", + extra: 1391/1339, + bottom: 13/1404 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1148, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {