From b87f41183986ea36a6e02255dfd230c40d3188ec Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 8 Mar 2020 13:48:51 -0400 Subject: [PATCH] Add Zeta --- media/attribution.js | 23 ++ media/characters/zeta/back.svg | 337 +++++++++++++++++++++++ media/characters/zeta/foot.svg | 76 ++++++ media/characters/zeta/front.svg | 471 ++++++++++++++++++++++++++++++++ media/characters/zeta/hand.svg | 76 ++++++ presets/characters.js | 58 ++++ 6 files changed, 1041 insertions(+) create mode 100644 media/characters/zeta/back.svg create mode 100644 media/characters/zeta/foot.svg create mode 100644 media/characters/zeta/front.svg create mode 100644 media/characters/zeta/hand.svg diff --git a/media/attribution.js b/media/attribution.js index 429be07a..d209db37 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4683,6 +4683,21 @@ const attributionData = { "zeroalurus" ] }, + { + prefix: "./media/characters/zeta/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31897529/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/31897529/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/31897529/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/31897529/" }, + ], + authors: [ + "ayanaki" + ], + owners: [ + "thenerdherd102" + ] + }, { prefix: "./media/characters/zevulfius/", files: [ @@ -6644,6 +6659,14 @@ const attributionData = { "name": "DanyelxDragon", "url": "https://twitter.com/DanyelxDragon/", }, + "thenerdherd102": { + "name": "thenerdherd102", + "url": "https://www.furaffinity.net/user/thenerdherd102/", + }, + "ayanaki": { + "name": "ayanaki", + "url": "https://www.furaffinity.net/user/ayanaki", + }, } } diff --git a/media/characters/zeta/back.svg b/media/characters/zeta/back.svg new file mode 100644 index 00000000..b48440f3 --- /dev/null +++ b/media/characters/zeta/back.svg @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zeta/foot.svg b/media/characters/zeta/foot.svg new file mode 100644 index 00000000..ef27fe03 --- /dev/null +++ b/media/characters/zeta/foot.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zeta/front.svg b/media/characters/zeta/front.svg new file mode 100644 index 00000000..397f6f72 --- /dev/null +++ b/media/characters/zeta/front.svg @@ -0,0 +1,471 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zeta/hand.svg b/media/characters/zeta/hand.svg new file mode 100644 index 00000000..030701bc --- /dev/null +++ b/media/characters/zeta/hand.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3990069a..e2ea0dcf 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11887,6 +11887,64 @@ characterMakers["Vivian Bijoux"] = () => { ) }; +characterMakers["Zeta"] = () => { + return makeCharacter( + "Zeta", + "thenerdherd102", + { + front: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(260, "lb"), + name: "Front", + image: { + source: "./media/characters/zeta/front.svg", + extra: 1968/1889 * (1 / (1 - 0.06)), + bottom: 0.06 + } + }, + back: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(260, "lb"), + name: "Back", + image: { + source: "./media/characters/zeta/back.svg", + extra: 1944/1858 * (1 / (1 - 0.03)), + bottom: 0.03 + } + }, + hand: { + height: math.unit(1.112, "feet"), + name: "Hand", + image: { + source: "./media/characters/zeta/hand.svg" + } + }, + foot: { + height: math.unit(1.48, "feet"), + name: "Foot", + image: { + source: "./media/characters/zeta/foot.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 1/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(20, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({