diff --git a/media/attribution.js b/media/attribution.js index 69fba475..eac58f95 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18663,6 +18663,18 @@ const attributionData = { "plat" ] }, + { + prefix: "./media/characters/hazel/", + files: [ + { name: "front.svg", source: "https://itaku.ee/images/9584" } + ], + authors: [ + "plat" + ], + owners: [ + "plat" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/hazel/front.svg b/media/characters/hazel/front.svg new file mode 100644 index 00000000..60c41103 --- /dev/null +++ b/media/characters/hazel/front.svg @@ -0,0 +1,665 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 54acfacd..a14db8ee 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -50490,6 +50490,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Hazel", species: ["red-winged-blackbird"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(1000, "lb"), + name: "Front", + image: { + source: "./media/characters/hazel/front.svg", + extra: 2351/2298, + bottom: 38/2389 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {