From 198d0f25424df839b0fd88547ee23206e575eb16 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 21 Mar 2020 09:44:30 -0400 Subject: [PATCH] Add Jet --- media/attribution.js | 20 ++ media/characters/jet/back.svg | 410 +++++++++++++++++++++++++ media/characters/jet/front.svg | 541 +++++++++++++++++++++++++++++++++ presets/characters.js | 44 +++ 4 files changed, 1015 insertions(+) create mode 100644 media/characters/jet/back.svg create mode 100644 media/characters/jet/front.svg diff --git a/media/attribution.js b/media/attribution.js index 99ce20cb..b5d3bf57 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7244,6 +7244,18 @@ const attributionData = { "leo-leonal" ] }, + { + prefix: "./media/characters/jet/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "tyrirtusky" + ], + owners: [ + "jethyena" + ] + }, //characters { prefix: "./media/food/animals/", @@ -10050,6 +10062,14 @@ const attributionData = { "name": "Leo-leonal", "url": "https://www.furaffinity.net/user/leo-leonal/", }, + "tyrirtusky": { + "name": "Tyrir", + "url": "https://twitter.com/tyrirtusky", + }, + "jethyena": { + "name": "JetHyena", + "url": "https://www.furaffinity.net/user/jethyena", + }, } } diff --git a/media/characters/jet/back.svg b/media/characters/jet/back.svg new file mode 100644 index 00000000..2841f064 --- /dev/null +++ b/media/characters/jet/back.svg @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/jet/front.svg b/media/characters/jet/front.svg new file mode 100644 index 00000000..25305d8b --- /dev/null +++ b/media/characters/jet/front.svg @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9ce2728c..e23e4ee4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17858,6 +17858,50 @@ characterMakers["Leonardo Lycheborne"] = () => { ) }; +characterMakers["Jet"] = () => { + return makeCharacter( + "Jet", + "JetHyena", + { + front: { + height: math.unit(10, "feet"), + weight: math.unit(350, "lb"), + name: "Front", + image: { + source: "./media/characters/jet/front.svg", + extra: 2050/1980, + bottom: 0.013 + } + }, + back: { + height: math.unit(10, "feet"), + weight: math.unit(350, "lb"), + name: "Back", + image: { + source: "./media/characters/jet/back.svg", + extra: 2050/1980, + bottom: 0.013 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(100, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {