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() {