From f871d22bd22644fe737e3424163856b19b5fde1a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 6 May 2020 15:03:36 -0400 Subject: [PATCH] Add Zenari --- media/attribution.js | 21 + media/characters/zenari/female.svg | 1261 ++++++++++++++++++++++++++++ media/characters/zenari/male.svg | 1053 +++++++++++++++++++++++ presets/characters.js | 28 + 4 files changed, 2363 insertions(+) create mode 100644 media/characters/zenari/female.svg create mode 100644 media/characters/zenari/male.svg diff --git a/media/attribution.js b/media/attribution.js index 7f1879f7..166eaf73 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9548,6 +9548,19 @@ const attributionData = { "jasmith" ] }, + { + prefix: "./media/characters/zenari/", + files: [ + { name: "female.svg", source: "https://www.furaffinity.net/view/35674919/" }, + { name: "male.svg", source: "https://www.furaffinity.net/view/35674919/" }, + ], + authors: [ + "gasmaskfox" + ], + owners: [ + "retroinferno" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -13256,6 +13269,14 @@ const attributionData = { "name": "Ludicollision", "url": "https://www.furaffinity.net/user/ludicollision/", }, + "gasmaskfox": { + "name": "GasMaskFox", + "url": "https://www.furaffinity.net/user/gasmaskfox/", + }, + "retroinferno": { + "name": "RetroInferno", + "url": "https://www.furaffinity.net/user/retroinferno/", + }, } } diff --git a/media/characters/zenari/female.svg b/media/characters/zenari/female.svg new file mode 100644 index 00000000..765ab563 --- /dev/null +++ b/media/characters/zenari/female.svg @@ -0,0 +1,1261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zenari/male.svg b/media/characters/zenari/male.svg new file mode 100644 index 00000000..40cf87f9 --- /dev/null +++ b/media/characters/zenari/male.svg @@ -0,0 +1,1053 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e91181ef..b00068ff 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22107,6 +22107,34 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zenari" }, + { + female: { + height: math.unit(29.7, "m"), + weight: math.unit(270000, "kg"), + name: "Female", + image: { + source: "./media/characters/zenari/female.svg", + extra: 3217/3281.6, + bottom: 72.2/3353 + } + }, + male: { + height: math.unit(27.7, "m"), + weight: math.unit(212000, "lb"), + name: "Male", + image: { + source: "./media/characters/zenari/male.svg", + extra: 3008/2991, + bottom: 54.6/3069 + } + }, + }, + [ + + ] +)) //characters function makeCharacters() {