diff --git a/media/attribution.js b/media/attribution.js index 61282f1f..d3b6016b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21330,6 +21330,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/persephone-sweetbreath/", + files: [ + { name: "side.svg", source: null } + ], + authors: [ + "mongrelist" + ], + owners: [ + "myriad" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/persephone-sweetbreath/side.svg b/media/characters/persephone-sweetbreath/side.svg new file mode 100644 index 00000000..6332a794 --- /dev/null +++ b/media/characters/persephone-sweetbreath/side.svg @@ -0,0 +1,4236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 355133ea..60bd907f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -60604,6 +60604,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Persephone Sweetbreath", species: ["hyena", "gnoll"], tags: ["taur"] }, + { + side: { + height: math.unit(2.5, "meters"), + name: "Side", + image: { + source: "./media/characters/persephone-sweetbreath/side.svg", + extra: 796/700, + bottom: 44/840 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.5, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {