From ca45bc41e4419bc7af0469c2643d4425ce3afcc4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 28 Jun 2021 13:02:27 -0400 Subject: [PATCH] Add Astra --- media/attribution.js | 23 + media/characters/astra/front-undressed.svg | 1625 +++++++++++++++++++ media/characters/astra/front.svg | 1632 ++++++++++++++++++++ media/characters/astra/hand.svg | 286 ++++ media/characters/astra/paw.svg | 352 +++++ presets/characters.js | 57 + 6 files changed, 3975 insertions(+) create mode 100644 media/characters/astra/front-undressed.svg create mode 100644 media/characters/astra/front.svg create mode 100644 media/characters/astra/hand.svg create mode 100644 media/characters/astra/paw.svg diff --git a/media/attribution.js b/media/attribution.js index eff9e9ac..24335f0a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15683,6 +15683,21 @@ const attributionData = { "lordofvore" ] }, + { + prefix: "./media/characters/astra/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40829396/" }, + { name: "front-undressed.svg", source: "https://www.furaffinity.net/view/40829396/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/40829396/" }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/40829396/" }, + ], + authors: [ + "zanity" + ], + owners: [ + "goddessbreanna" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21634,6 +21649,14 @@ const attributionData = { "name": "LordOfVore", "url": "https://twitter.com/LordOfVore" }, + "zanity": { + "name": "Zanity", + "url": "https://www.furaffinity.net/user/zanity" + }, + "goddessbreanna": { + "name": "GoddessBreanna", + "url": "https://www.furaffinity.net/user/goddessbreanna/" + }, } } diff --git a/media/characters/astra/front-undressed.svg b/media/characters/astra/front-undressed.svg new file mode 100644 index 00000000..f82f1563 --- /dev/null +++ b/media/characters/astra/front-undressed.svg @@ -0,0 +1,1625 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/astra/front.svg b/media/characters/astra/front.svg new file mode 100644 index 00000000..f70a9361 --- /dev/null +++ b/media/characters/astra/front.svg @@ -0,0 +1,1632 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/astra/hand.svg b/media/characters/astra/hand.svg new file mode 100644 index 00000000..53184e96 --- /dev/null +++ b/media/characters/astra/hand.svg @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/astra/paw.svg b/media/characters/astra/paw.svg new file mode 100644 index 00000000..0f314ac7 --- /dev/null +++ b/media/characters/astra/paw.svg @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2db27c8b..44a90894 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41180,6 +41180,63 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Astra", species: ["jackal", "umbreon"], tags: ["anthro"] }, + { + front: { + height: math.unit(20, "feet"), + name: "Front", + image: { + source: "./media/characters/astra/front.svg", + extra: 1890/1754, + bottom: 66/1956 + } + }, + frontUndressed: { + height: math.unit(20, "feet"), + name: "Front (Undressed)", + image: { + source: "./media/characters/astra/front-undressed.svg", + extra: 1926/1749, + bottom: 0/1926 + } + }, + hand: { + height: math.unit(1.53, "feet"), + name: "Hand", + image: { + source: "./media/characters/astra/hand.svg" + } + }, + paw: { + height: math.unit(1.53, "feet"), + name: "Paw", + image: { + source: "./media/characters/astra/paw.svg" + } + }, + }, + [ + { + name: "Smallest", + height: math.unit(20, "feet") + }, + { + name: "Normal", + height: math.unit(1e9, "miles"), + default: true + }, + { + name: "Larger", + height: math.unit(5, "multiverses") + }, + { + name: "Largest", + height: math.unit(1e9, "multiverses") + }, + ] +)) + //characters function makeCharacters() {