From 82acd53e8caeb7b3a051715bc72f6369c5fce566 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 2 Mar 2020 21:28:20 -0500 Subject: [PATCH] Add Gunner Rotthbauer --- macrovision.js | 1 + media/attribution.js | 43 ++++++- media/characters/gunner-rotthbauer/back.svg | 110 ++++++++++++++++ media/characters/gunner-rotthbauer/front.svg | 126 +++++++++++++++++++ presets/characters.js | 43 +++++++ 5 files changed, 320 insertions(+), 3 deletions(-) create mode 100644 media/characters/gunner-rotthbauer/back.svg create mode 100644 media/characters/gunner-rotthbauer/front.svg diff --git a/macrovision.js b/macrovision.js index 4f746ceb..d8e5447b 100644 --- a/macrovision.js +++ b/macrovision.js @@ -33,6 +33,7 @@ const unitChoices = { "feet", "stories", "miles", + "lightyears", "parsecs", ], area: [ diff --git a/media/attribution.js b/media/attribution.js index bae9139c..b996342d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1809,6 +1809,19 @@ const attributionData = { "darkietehjester" ] }, + { + prefix: "./media/characters/gunner-rotthbauer/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/17819310/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/17819310/" } + ], + authors: [ + "combatraccoon" + ], + owners: [ + "gunnerrott" + ] + }, { prefix: "./media/characters/hector/", files: [ @@ -1925,7 +1938,7 @@ const attributionData = { { name: "dress.svg", source: "https://www.furaffinity.net/view/32063053/" } ], authors: [ - "combat-raccoon" + "combatraccoon" ], owners: [ "chrisrules123" @@ -1955,6 +1968,18 @@ const attributionData = { "sharkmare" ] }, + { + prefix: "./media/characters/ky'owin/", + files: [ + { name: "front.svg", source: "" } + ], + authors: [ + "seabury" + ], + owners: [ + "kyowin" + ] + }, { prefix: "./media/characters/lexi/", files: [ @@ -2710,7 +2735,7 @@ const attributionData = { { name: "front.svg", source: "https://www.furaffinity.net/view/28522387/" } ], authors: [ - "combat-raccoon" + "combatraccoon" ], owners: [ "bossvoss" @@ -3156,7 +3181,7 @@ const attributionData = { "name": "CollinScorpio", "url": "https://www.furaffinity.net/user/collinscorpio/" }, - "combat-raccoon": { + "combatraccoon": { "name": "CombatRaccoon", "url": "https://www.furaffinity.net/user/combatraccoon/" }, @@ -4148,6 +4173,18 @@ const attributionData = { "name": "monerelluvia", "url": "https://www.furaffinity.net/user/monerelluvia", }, + "seabury": { + "name": "Seabury", + "url": "", + }, + "ilikefurrystoo": { + "name": "ilikefurrystoo", + "url": "", + }, + "gunnerrott": { + "name": "GunnerRott", + "url": "https://www.furaffinity.net/user/howitzer247/", + }, } } diff --git a/media/characters/gunner-rotthbauer/back.svg b/media/characters/gunner-rotthbauer/back.svg new file mode 100644 index 00000000..225f324a --- /dev/null +++ b/media/characters/gunner-rotthbauer/back.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + diff --git a/media/characters/gunner-rotthbauer/front.svg b/media/characters/gunner-rotthbauer/front.svg new file mode 100644 index 00000000..3eeb6a62 --- /dev/null +++ b/media/characters/gunner-rotthbauer/front.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fb462c9b..686a7a91 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7745,6 +7745,49 @@ characterMakers["Rovoska"] = () => { ) }; +characterMakers["Gunner Rotthbauer"] = () => { + return makeCharacter( + "Gunner Rotthbauer", + "GunnerRott", + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(315, "lb"), + name: "Front", + image: { + source: "./media/characters/gunner-rotthbauer/front.svg" + } + }, + back: { + height: math.unit(8, "feet"), + weight: math.unit(315, "lb"), + name: "Back", + image: { + source: "./media/characters/gunner-rotthbauer/back.svg" + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3.5, "inches") + }, + { + name: "Normal", + height: math.unit(8, "feet") + }, + { + name: "Macro", + height: math.unit(250, "feet") + }, + { + name: "Megamacro", + height: math.unit(1, "AU") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({