diff --git a/media/attribution.js b/media/attribution.js index c2fef64b..04a103fe 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15247,6 +15247,18 @@ const attributionData = { "roxannevoltaire" ] }, + { + prefix: "./media/characters/squeaks/", + files: [ + { name: "front.svg", source: "https://twitter.com/Vernon_Cross/status/1317237430810939392" } + ], + authors: [ + "darkomi" + ], + owners: [ + "freneticsqueak" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20912,6 +20924,10 @@ const attributionData = { "name": "Roxanne Voltaire", "url": "https://twitter.com/RoxanneVoltaire" }, + "freneticsqueak": { + "name": "Squeaks", + "url": "https://twitter.com/FreneticSqueak" + }, } } diff --git a/media/characters/squeaks/front.svg b/media/characters/squeaks/front.svg new file mode 100644 index 00000000..c30a117c --- /dev/null +++ b/media/characters/squeaks/front.svg @@ -0,0 +1,1482 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c6a710e9..43357885 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40408,6 +40408,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Squeaks", species: ["rough-collie"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/squeaks/front.svg", + extra: 1823/1768, + bottom: 138/1961 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(0.5, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(600, "feet") + }, + ] +)) + //characters function makeCharacters() {