From d39875caef46bf94f32f5b7e9bcbf6efbd3430fa Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 13 Jun 2022 09:47:43 -0400 Subject: [PATCH] Add Sasha --- media/attribution.js | 17 + media/characters/sasha/back.svg | 1720 +++++++++++++++++++++ media/characters/sasha/front.svg | 2417 ++++++++++++++++++++++++++++++ presets/characters.js | 47 + 4 files changed, 4201 insertions(+) create mode 100644 media/characters/sasha/back.svg create mode 100644 media/characters/sasha/front.svg diff --git a/media/attribution.js b/media/attribution.js index 1d5ca7c3..da3499dd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23105,6 +23105,19 @@ const attributionData = { "timegiga" ] }, + { + prefix: "./media/characters/sasha/", + files: [ + { name: "front.svg", source: null, nsfw: true }, + { name: "back.svg", source: null, nsfw: false }, + ], + authors: [ + "lydemox" + ], + owners: [ + "dream" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -31937,6 +31950,10 @@ const attributionData = { "name": "LizzyTheOtter", "url": "https://twitter.com/TimeGiga" }, + "dream": { + "name": "Dream", + "url": null + }, } } diff --git a/media/characters/sasha/back.svg b/media/characters/sasha/back.svg new file mode 100644 index 00000000..7928f295 --- /dev/null +++ b/media/characters/sasha/back.svg @@ -0,0 +1,1720 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sasha/front.svg b/media/characters/sasha/front.svg new file mode 100644 index 00000000..00dfbb8e --- /dev/null +++ b/media/characters/sasha/front.svg @@ -0,0 +1,2417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5f68a6d8..c5de8e1b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -67488,6 +67488,53 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sasha", species: ["bat"], tags: ["anthro"] }, + { + front: { + height: math.unit(66, "inches"), + name: "Front", + image: { + source: "./media/characters/sasha/front.svg", + extra: 620/571, + bottom: 33/653 + } + }, + back: { + height: math.unit(66, "inches"), + name: "Back", + image: { + source: "./media/characters/sasha/back.svg", + extra: 615/564, + bottom: 38/653 + } + }, + }, + [ + { + name: "IRL", + height: math.unit(2, "inches") + }, + { + name: "Normal", + height: math.unit(66, "inches"), + default: true + }, + { + name: "Macro", + height: math.unit(400, "feet") + }, + { + name: "Mega Macro", + height: math.unit(500000, "feet") + }, + { + name: "Giga Macro", + height: math.unit(50000, "miles") + }, + ] +)) + //characters function makeCharacters() {