From cc8cb071e97239b11b95a5dea08370fc1c6c2d5e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 25 Sep 2021 08:39:37 -0400 Subject: [PATCH] Add Jenny Cartwright and Rebecca Stack --- media/attribution.js | 28 +++ media/characters/jenny-cartwright/front.svg | 200 ++++++++++++++++ media/characters/rebecca-stack/front.svg | 246 ++++++++++++++++++++ presets/characters.js | 70 ++++++ 4 files changed, 544 insertions(+) create mode 100644 media/characters/jenny-cartwright/front.svg create mode 100644 media/characters/rebecca-stack/front.svg diff --git a/media/attribution.js b/media/attribution.js index 57051c1d..f6ac5041 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17346,6 +17346,30 @@ const attributionData = { "quakeroc" ] }, + { + prefix: "./media/characters/rebecca-stack/", + files: [ + { name: "front.svg", source: "https://twitter.com/bitotheheart/status/1286789031561494528" } + ], + authors: [ + "bitotheheart" + ], + owners: [ + "bitotheheart" + ] + }, + { + prefix: "./media/characters/jenny-cartwright/", + files: [ + { name: "front.svg", source: "https://twitter.com/bitotheheart/status/1286789031561494528" } + ], + authors: [ + "bitotheheart" + ], + owners: [ + "bitotheheart" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23951,6 +23975,10 @@ const attributionData = { "name": "cathodegaytube", "url": "https://twitter.com/cathodegaytube" }, + "bitotheheart": { + "name": "Bito", + "url": "https://twitter.com/bitotheheart" + }, } } diff --git a/media/characters/jenny-cartwright/front.svg b/media/characters/jenny-cartwright/front.svg new file mode 100644 index 00000000..cef97b7f --- /dev/null +++ b/media/characters/jenny-cartwright/front.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rebecca-stack/front.svg b/media/characters/rebecca-stack/front.svg new file mode 100644 index 00000000..3c33058a --- /dev/null +++ b/media/characters/rebecca-stack/front.svg @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9d74d776..8a78d0aa 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45811,6 +45811,76 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rebecca Stack", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/rebecca-stack/front.svg", + extra: 1256/1201, + bottom: 18/1274 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 8/12, "feet"), + default: true + }, + { + name: "Demolitionist", + height: math.unit(200, "feet") + }, + { + name: "Out of Control", + height: math.unit(2, "miles") + }, + { + name: "Giga", + height: math.unit(7200, "miles") + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Jenny Cartwright", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/jenny-cartwright/front.svg", + extra: 1384/1376, + bottom: 58/1442 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 7/12, "feet"), + default: true + }, + { + name: "Librarian", + height: math.unit(55, "feet") + }, + { + name: "Sightseer", + height: math.unit(50, "miles") + }, + { + name: "Giga", + height: math.unit(30000, "miles") + }, + ] +)) + //characters function makeCharacters() {