From 3524297779ad35edd210984cb902761aad3ddc38 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 13 Mar 2022 13:46:53 -0400 Subject: [PATCH] Add Shira --- media/attribution.js | 16 + media/characters/shira/back-lewd.svg | 588 +++++++++++++++ media/characters/shira/back.svg | 563 ++++++++++++++ media/characters/shira/front-lewd.svg | 1008 +++++++++++++++++++++++++ media/characters/shira/front.svg | 889 ++++++++++++++++++++++ media/characters/shira/maw.svg | 289 +++++++ presets/characters.js | 96 +++ 7 files changed, 3449 insertions(+) create mode 100644 media/characters/shira/back-lewd.svg create mode 100644 media/characters/shira/back.svg create mode 100644 media/characters/shira/front-lewd.svg create mode 100644 media/characters/shira/front.svg create mode 100644 media/characters/shira/maw.svg diff --git a/media/attribution.js b/media/attribution.js index 07a45453..fc860cfd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21358,6 +21358,22 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/shira/", + files: [ + { name: "front.svg", source: "https://twitter.com/YutMutt/status/1126933647431483393" }, + { name: "back.svg", source: "https://twitter.com/YutMutt/status/1126933647431483393" }, + { name: "front-lewd.svg", source: "https://www.furaffinity.net/view/31603074/", nsfw: true }, + { name: "back-lewd.svg", source: "https://www.furaffinity.net/view/31603074/", nsfw: true }, + { name: "maw.svg", source: "https://twitter.com/YutMutt/status/1126933647431483393" }, + ], + authors: [ + "yutmutt" + ], + owners: [ + "va0027" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/shira/back-lewd.svg b/media/characters/shira/back-lewd.svg new file mode 100644 index 00000000..f0a04bdf --- /dev/null +++ b/media/characters/shira/back-lewd.svg @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/shira/back.svg b/media/characters/shira/back.svg new file mode 100644 index 00000000..2e0eeab9 --- /dev/null +++ b/media/characters/shira/back.svg @@ -0,0 +1,563 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/shira/front-lewd.svg b/media/characters/shira/front-lewd.svg new file mode 100644 index 00000000..1be6d389 --- /dev/null +++ b/media/characters/shira/front-lewd.svg @@ -0,0 +1,1008 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/shira/front.svg b/media/characters/shira/front.svg new file mode 100644 index 00000000..9d4b69d4 --- /dev/null +++ b/media/characters/shira/front.svg @@ -0,0 +1,889 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/shira/maw.svg b/media/characters/shira/maw.svg new file mode 100644 index 00000000..4bda7b55 --- /dev/null +++ b/media/characters/shira/maw.svg @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7551e76d..c5e43158 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -60686,6 +60686,102 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Shira", species: ["cobra", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.3, "meters"), + weight: math.unit(165, "kg"), + name: "Front", + image: { + source: "./media/characters/shira/front.svg", + extra: 924/919, + bottom: 17/941 + } + }, + back: { + height: math.unit(2.3, "meters"), + weight: math.unit(165, "kg"), + name: "Back", + image: { + source: "./media/characters/shira/back.svg", + extra: 928/922, + bottom: 18/946 + } + }, + frontLewd: { + height: math.unit(2.3, "meters"), + weight: math.unit(165, "kg"), + name: "Front (Lewd)", + image: { + source: "./media/characters/shira/front-lewd.svg", + extra: 924/919, + bottom: 17/941 + } + }, + backLewd: { + height: math.unit(2.3, "meters"), + weight: math.unit(165, "kg"), + name: "Back (Lewd)", + image: { + source: "./media/characters/shira/back-lewd.svg", + extra: 928/922, + bottom: 18/946 + } + }, + maw: { + height: math.unit(1.14, "feet"), + name: "Maw", + image: { + source: "./media/characters/shira/maw.svg" + } + }, + }, + [ + { + name: "Incognito", + height: math.unit(2.3, "meters") + }, + { + name: "Home Size", + height: math.unit(150, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(2, "km") + }, + { + name: "Mega", + height: math.unit(30, "km") + }, + { + name: "Giga", + height: math.unit(450, "km") + }, + { + name: "Giga+", + height: math.unit(3000, "km") + }, + { + name: "Giga++", + height: math.unit(6000, "km") + }, + { + name: "Terra", + height: math.unit(80000, "km") + }, + { + name: "Terra+", + height: math.unit(350000, "km") + }, + { + name: "Solar", + height: math.unit(1e6, "km") + }, + ] +)) + //characters function makeCharacters() {