diff --git a/media/attribution.js b/media/attribution.js index 6c5a4161..727b1200 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14269,6 +14269,18 @@ const attributionData = { "lareley" ] }, + { + prefix: "./media/characters/cassie-kingston/", + files: [ + { name: "front.svg", source: "https://twitter.com/99CentSoftness/status/1346673264974651393?s=20" } + ], + authors: [ + "99centsoftness" + ], + owners: [ + "99centsoftness" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19568,6 +19580,10 @@ const attributionData = { "name": "Lareley", "url": "https://www.furaffinity.net/user/lareley/" }, + "99centsoftness": { + "name": "99CentSoftness", + "url": "https://twitter.com/99CentSoftness/" + }, } } diff --git a/media/characters/cassie-kingston/front.svg b/media/characters/cassie-kingston/front.svg new file mode 100644 index 00000000..415e6c7f --- /dev/null +++ b/media/characters/cassie-kingston/front.svg @@ -0,0 +1,597 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4567ea2a..3d683e1b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37249,6 +37249,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cassie Kingston", species: ["border-collie"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(112, "lb"), + name: "Front", + image: { + source: "./media/characters/cassie-kingston/front.svg", + extra: 1438/1390, + bottom: 47/1485 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(128, "feet") + }, + { + name: "Megamacro", + height: math.unit(2.56, "miles") + }, + ] +)) + //characters function makeCharacters() {