From 0c38e0749c59e4757a5ab0a3b4ebc85e6b67d759 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 13 Mar 2020 14:22:33 -0400 Subject: [PATCH] Add Jack --- media/attribution.js | 16 ++ media/characters/jack/front.svg | 357 ++++++++++++++++++++++++++++++++ presets/characters.js | 30 +++ 3 files changed, 403 insertions(+) create mode 100644 media/characters/jack/front.svg diff --git a/media/attribution.js b/media/attribution.js index 28c26171..9a063b06 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5956,6 +5956,18 @@ const attributionData = { "ruby02" ] }, + { + prefix: "./media/characters/jack/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35356467/" } + ], + authors: [ + "nix-noble" + ], + owners: [ + "jasmith" + ] + }, //characters { prefix: "./media/landmarks/", @@ -8209,6 +8221,10 @@ const attributionData = { "name": "Matamii", "url": "https://twitter.com/Matamii2?s=09", }, + "nix-noble": { + "name": "Nix Noble", + "url": "http://aminoapps.com/p/m82qof", + }, } } diff --git a/media/characters/jack/front.svg b/media/characters/jack/front.svg new file mode 100644 index 00000000..96cdeb25 --- /dev/null +++ b/media/characters/jack/front.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ff7b1344..770776bd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14260,6 +14260,36 @@ characterMakers["Maxwell"] = () => { ) }; +characterMakers["Jack"] = () => { + return makeCharacter( + "Jack", + "Jasmith", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/jack/front.svg", + extra: 1754/1640, + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(80000, "feet"), + default: true + }, + { + name: "Max size", + height: math.unit(10, "lightyears") + }, + ] + ) +}; + //characters function makeCharacters() {