diff --git a/media/attribution.js b/media/attribution.js index 738907a3..375c3134 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16411,6 +16411,18 @@ const attributionData = { "corvidraven" ] }, + { + prefix: "./media/characters/stella/", + files: [ + { name: "front.svg", source: "https://twitter.com/butt_poke/status/1342249665572581378" } + ], + authors: [ + "arcticsekai" + ], + owners: [ + "btpoke" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22614,6 +22626,14 @@ const attributionData = { "name": "CorvidRaven", "url": "https://twitter.com/CorvidRaven/" }, + "btpoke": { + "name": "BTPoke", + "url": "https://twitter.com/butt_poke/" + }, + "arcticsekai": { + "name": "ArcticSekai", + "url": "https://twitter.com/ArcticSekai" + }, } } diff --git a/media/characters/stella/front.svg b/media/characters/stella/front.svg new file mode 100644 index 00000000..8913df4b --- /dev/null +++ b/media/characters/stella/front.svg @@ -0,0 +1,2093 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8943e66b..c20921f8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -43139,6 +43139,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Stella", species: ["gryphon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(210, "lb"), + name: "Front", + image: { + source: "./media/characters/stella/front.svg", + extra: 3549/3335, + bottom: 51/3600 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {