diff --git a/media/attribution.js b/media/attribution.js index c5172d6f..e88c4147 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11435,6 +11435,18 @@ const attributionData = { "datastains" ] }, + { + prefix: "./media/characters/haze-orris/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "spoonycatt" + ], + owners: [ + "datastains" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15758,6 +15770,10 @@ const attributionData = { "name": "Babble-Brook", "url": null }, + "spoonycatt": { + "name": "SpoonyCatt", + "url": "https://twitter.com/SpoonyCatt/" + }, } } diff --git a/media/characters/haze-orris/front.svg b/media/characters/haze-orris/front.svg new file mode 100644 index 00000000..003544b1 --- /dev/null +++ b/media/characters/haze-orris/front.svg @@ -0,0 +1,2197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a4e936d2..2192a97e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29008,6 +29008,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Haze Orris", species: ["cat", "undead"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/haze-orris/front.svg", + extra: 3975/3525, + bottom: 137/4112 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(150, "mm"), + default: true + }, + ] +)) + //characters function makeCharacters() {