diff --git a/media/attribution.js b/media/attribution.js index eee98691..97dc6920 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22938,6 +22938,18 @@ const attributionData = { "beathebehemoth" ] }, + { + prefix: "./media/characters/buck-whitetail/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "beathebehemoth" + ], + owners: [ + "beathebehemoth" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/buck-whitetail/front.svg b/media/characters/buck-whitetail/front.svg new file mode 100644 index 00000000..fb293434 --- /dev/null +++ b/media/characters/buck-whitetail/front.svg @@ -0,0 +1,2854 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4f9ade27..5a2513f9 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -66940,6 +66940,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Buck Whitetail", species: ["deer"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(110, "lb"), + name: "Front", + image: { + source: "./media/characters/buck-whitetail/front.svg", + extra: 2430/2186, + bottom: 125/2555 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 4/12, "feet") + }, + { + name: "Galactic", + height: math.unit(5.4e22, "meters"), + default: true + }, + { + name: "Universal", + height: math.unit(9.6e28, "meters") + }, + ] +)) + //characters function makeCharacters() {