From 5e1084804ac2e3729b31f9ba3f51af8a070f7eee Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 20 Nov 2021 14:29:41 -0500 Subject: [PATCH] Add HUNT3R; rename P0tat0 to P0TAT0 --- media/attribution.js | 12 + media/characters/hunt3r/front.svg | 2375 +++++++++++++++++++++++++++++ presets/characters.js | 26 +- 3 files changed, 2411 insertions(+), 2 deletions(-) create mode 100644 media/characters/hunt3r/front.svg diff --git a/media/attribution.js b/media/attribution.js index 0fab837d..574eb1e7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19167,6 +19167,18 @@ const attributionData = { "nylla" ] }, + { + prefix: "./media/characters/hunt3r/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "xaphelm" + ], + owners: [ + "xaphelm" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/hunt3r/front.svg b/media/characters/hunt3r/front.svg new file mode 100644 index 00000000..9eb9e4a6 --- /dev/null +++ b/media/characters/hunt3r/front.svg @@ -0,0 +1,2375 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f972c47e..2f68a7ef 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29189,11 +29189,11 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "P0tat0", species: ["protogen"], tags: ["anthro"] }, + { name: "P0TAT0", species: ["protogen"], tags: ["anthro"] }, { front: { height: math.unit(12, "feet"), - weight: math.unit(35000, "lb"), + weight: math.unit(4000, "lb"), name: "Front", image: { source: "./media/characters/p0tat0/front.svg", @@ -52334,6 +52334,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "HUNT3R", species: ["protogen"], tags: ["anthro"] }, + { + front: { + height: math.unit(10, "feet"), + weight: math.unit(2300, "lb"), + name: "Front", + image: { + source: "./media/characters/hunt3r/front.svg", + extra: 1909/1742, + bottom: 46/1955 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {