diff --git a/media/attribution.js b/media/attribution.js index c0dff330..93b11f70 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11377,6 +11377,21 @@ const attributionData = { "inub0i" ] }, + { + prefix: "./media/characters/snaps/", + files: [ + { name: "front.svg", source: "https://gumroad.com/l/zfgmu" }, + { name: "back.svg", source: "https://gumroad.com/l/zfgmu" }, + ], + authors: [ + "sylph", + "catlawn", + "yutmutt" + ], + owners: [ + "yutmutt" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15676,6 +15691,14 @@ const attributionData = { "name": "OpenStreetMap", "url": "https://openstreetmap.org" }, + "catlawn": { + "name": "Catlawn", + "url": "https://twitter.com/Catlawn" + }, + "sylph": { + "name": "Sylph", + "url": "https://twitter.com/tidehardt" + }, } } diff --git a/media/characters/natasha/paw.svg b/media/characters/natasha/paw.svg index 3a4710fa..d448389b 100644 --- a/media/characters/natasha/paw.svg +++ b/media/characters/natasha/paw.svg @@ -1,7 +1,7 @@ + width="735.36" height="942.69" viewBox="0 0 735.36 942.69" style="enable-background:new 0 0 735.36 942.69;" xml:space="preserve"> diff --git a/media/characters/snaps/back.svg b/media/characters/snaps/back.svg new file mode 100644 index 00000000..283c3edc --- /dev/null +++ b/media/characters/snaps/back.svg @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/snaps/front.svg b/media/characters/snaps/front.svg new file mode 100644 index 00000000..57e5814e --- /dev/null +++ b/media/characters/snaps/front.svg @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 60b979e0..efea102f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28810,6 +28810,47 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Snaps", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/snaps/front.svg", + extra: 2370/2177, + bottom: 48/2418 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/snaps/back.svg", + extra: 2408/2258, + bottom: 15/2423 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(9, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + { + name: "Mini Macro", + height: math.unit(10, "feet") + }, + ] +)) + //characters function makeCharacters() {