diff --git a/media/attribution.js b/media/attribution.js index c7a0101f..919ff9ca 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12472,6 +12472,18 @@ const attributionData = { "kurrikage" ] }, + { + prefix: "./media/characters/osiris/", + files: [ + { name: "side.svg", source: "https://twitter.com/CatTinyPaws/status/1312186148714807296" } + ], + authors: [ + "cattinypaws" + ], + owners: [ + "cattinypaws" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/osiris/side.svg b/media/characters/osiris/side.svg new file mode 100644 index 00000000..1c0d1da9 --- /dev/null +++ b/media/characters/osiris/side.svg @@ -0,0 +1,1029 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 79f672df..8755d2ee 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32271,6 +32271,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Osiris", species: ["plush", "dragon"], tags: ["feral"] }, + { + side: { + height: math.unit(2100, "feet"), + name: "Side", + image: { + source: "./media/characters/osiris/side.svg", + extra: 1105/939, + bottom: 167/1272 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(2100, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {