From df5dee180616aa1d80368ec2d4422e98e93fd1c7 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 10 Oct 2021 14:03:37 -0400 Subject: [PATCH] Add Zed --- media/attribution.js | 20 + media/characters/zed/front.svg | 934 +++++++++++++++++++++++++++++++++ presets/characters.js | 55 ++ 3 files changed, 1009 insertions(+) create mode 100644 media/characters/zed/front.svg diff --git a/media/attribution.js b/media/attribution.js index d191504e..da782537 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17819,6 +17819,18 @@ const attributionData = { "bandel" ] }, + { + prefix: "./media/characters/zed/", + files: [ + { name: "front.svg", source: "https://twitter.com/ZeraCyfr/status/1244828207184072706" } + ], + authors: [ + "deepsighclops" + ], + owners: [ + "zeracyfr" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24654,6 +24666,14 @@ const attributionData = { "name": "matemi", "url": "https://www.furaffinity.net/user/matemi" }, + "deepsighclops": { + "name": "BlinkPen", + "url": "https://twitter.com/deepsighclops" + }, + "zeracyfr": { + "name": "Zera Cyfr", + "url": "https://twitter.com/ZeraCyfr/" + }, } } diff --git a/media/characters/zed/front.svg b/media/characters/zed/front.svg new file mode 100644 index 00000000..1bd6c0b5 --- /dev/null +++ b/media/characters/zed/front.svg @@ -0,0 +1,934 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1e6ce5f3..efd199ac 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47475,6 +47475,61 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zed", species: ["avian", "mimic"], tags: ["anthro"] }, + { + front: { + height: math.unit(10 + 5/12, "feet"), + weight: math.unit(773.5, "kg"), + name: "Front", + image: { + source: "./media/characters/zed/front.svg", + extra: 987/941, + bottom: 52/1039 + } + }, + }, + [ + { + name: "Short", + height: math.unit(5 + 4/12, "feet") + }, + { + name: "Average", + height: math.unit(10 + 5/12, "feet"), + default: true + }, + { + name: "Mini-Macro", + height: math.unit(24 + 9/12, "feet") + }, + { + name: "Macro", + height: math.unit(249, "feet") + }, + { + name: "Mega-Macro", + height: math.unit(12490, "feet") + }, + { + name: "Giga-Macro", + height: math.unit(24.9, "miles") + }, + { + name: "Tera-Macro", + height: math.unit(24900, "miles") + }, + { + name: "Cosmic Scale", + height: math.unit(38.9, "lightyears") + }, + { + name: "Universal Scale", + height: math.unit(138e12, "lightyears") + }, + ] +)) + //characters function makeCharacters() {