From 9bd1862730d257c5fd3ed230c6342ed0cfcbc96f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 17 Sep 2020 00:15:39 -0400 Subject: [PATCH] Add Aasha --- media/attribution.js | 21 ++ media/characters/aasha/back.svg | 252 +++++++++++++++++ media/characters/aasha/side.svg | 464 ++++++++++++++++++++++++++++++++ presets/characters.js | 33 +++ 4 files changed, 770 insertions(+) create mode 100644 media/characters/aasha/back.svg create mode 100644 media/characters/aasha/side.svg diff --git a/media/attribution.js b/media/attribution.js index 139e000d..339f53ab 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11528,6 +11528,19 @@ const attributionData = { "godzuki" ] }, + { + prefix: "./media/characters/aasha/", + files: [ + { name: "side.svg", source: "https://twitter.com/ec_cstasy/status/1233430313998508032" }, + { name: "back.svg", source: "https://twitter.com/ec_cstasy/status/1233430313998508032" }, + ], + authors: [ + "ec-cstasy" + ], + owners: [ + "baitoskhamael" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15883,6 +15896,14 @@ const attributionData = { "name": "qarrezel", "url": "https://www.furaffinity.net/user/qarrezel" }, + "baitoskhamael": { + "name": "BaitosKhamael", + "url": "https://www.furaffinity.net/user/baitoskhamael/" + }, + "ec-cstasy": { + "name": "ec_cstasy", + "url": "https://twitter.com/ec_cstasy/" + }, } } diff --git a/media/characters/aasha/back.svg b/media/characters/aasha/back.svg new file mode 100644 index 00000000..6d95dd4e --- /dev/null +++ b/media/characters/aasha/back.svg @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/aasha/side.svg b/media/characters/aasha/side.svg new file mode 100644 index 00000000..94c02674 --- /dev/null +++ b/media/characters/aasha/side.svg @@ -0,0 +1,464 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a8aa33b5..c7c9d556 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29227,6 +29227,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Aasha", species: ["whale", "seal"], tags: ["anthro"] }, + { + side: { + height: math.unit(10 + 7/12, "feet"), + weight: math.unit(2.5, "tons"), + name: "Side", + image: { + source: "./media/characters/aasha/side.svg", + extra: 1345/1245, + bottom: 111/1456 + } + }, + back: { + height: math.unit(10 + 7/12, "feet"), + weight: math.unit(2.5, "tons"), + name: "Back", + image: { + source: "./media/characters/aasha/back.svg", + extra: 1133/1057, + bottom: 257/1390 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10 + 7/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {