diff --git a/media/attribution.js b/media/attribution.js index e88c4147..d02e2e01 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11447,6 +11447,20 @@ const attributionData = { "datastains" ] }, + { + prefix: "./media/characters/casselene-yaro/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + { name: "front-dressed.svg", source: null }, + ], + authors: [ + "spoonycatt" + ], + owners: [ + "datastains" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/casselene-yaro/back.svg b/media/characters/casselene-yaro/back.svg new file mode 100644 index 00000000..a3be69e0 --- /dev/null +++ b/media/characters/casselene-yaro/back.svg @@ -0,0 +1,683 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/casselene-yaro/front-dressed.svg b/media/characters/casselene-yaro/front-dressed.svg new file mode 100644 index 00000000..f7a4136a --- /dev/null +++ b/media/characters/casselene-yaro/front-dressed.svg @@ -0,0 +1,1127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/casselene-yaro/front.svg b/media/characters/casselene-yaro/front.svg new file mode 100644 index 00000000..7cef19ea --- /dev/null +++ b/media/characters/casselene-yaro/front.svg @@ -0,0 +1,880 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/haze-orris/front.svg b/media/characters/haze-orris/front.svg index 003544b1..cc9a253b 100644 --- a/media/characters/haze-orris/front.svg +++ b/media/characters/haze-orris/front.svg @@ -1,7 +1,7 @@ + width="3590.97" height="4111.63" viewBox="0 0 3590.97 4111.63" style="enable-background:new 0 0 3590.97 4111.63;" xml:space="preserve"> diff --git a/presets/characters.js b/presets/characters.js index 2192a97e..f0f443ee 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29031,6 +29031,47 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Casselene Yaro", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/casselene-yaro/front.svg", + extra: 4721/4541, + bottom: 82/4803 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/casselene-yaro/back.svg", + extra: 4569/4377, + bottom: 69/4638 + } + }, + frontDressed: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front-dressed", + image: { + source: "./media/characters/casselene-yaro/front-dressed.svg", + extra: 4721/4541, + bottom: 82/4803 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(190, "feet") + }, + ] +)) //characters function makeCharacters() {