From f0a53c729db85a422527848405fdb35e12a697cc Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 1 Mar 2020 18:52:35 -0500 Subject: [PATCH] Add Major Colonel --- media/attribution.js | 21 ++++++++ media/characters/major-colonel/back.svg | 59 +++++++++++++++++++++++ media/characters/major-colonel/front.svg | 61 ++++++++++++++++++++++++ presets/characters.js | 32 +++++++++++++ 4 files changed, 173 insertions(+) create mode 100644 media/characters/major-colonel/back.svg create mode 100644 media/characters/major-colonel/front.svg diff --git a/media/attribution.js b/media/attribution.js index 7653281a..8da9ff0f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1931,6 +1931,19 @@ const attributionData = { "umbrahusky" ] }, + { + prefix: "./media/characters/major-colonel/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/20721264/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/20721264/" } + ], + authors: [ + "goattrain" + ], + owners: [ + "major-colonel" + ] + }, { prefix: "./media/characters/malfressa/", files: [ @@ -3870,6 +3883,14 @@ const attributionData = { "name": "HypocriticalDragon", "url": "https://www.furaffinity.net/user/hypocriticaldragon/", }, + "major-colonel": { + "name": "Major-Colonel", + "url": "https://www.furaffinity.net/user/major-colonel/", + }, + "goattrain": { + "name": "goattrain", + "url": "https://www.furaffinity.net/user/goattrain", + }, } } diff --git a/media/characters/major-colonel/back.svg b/media/characters/major-colonel/back.svg new file mode 100644 index 00000000..e0745db3 --- /dev/null +++ b/media/characters/major-colonel/back.svg @@ -0,0 +1,59 @@ + + + + + diff --git a/media/characters/major-colonel/front.svg b/media/characters/major-colonel/front.svg new file mode 100644 index 00000000..a9a0c283 --- /dev/null +++ b/media/characters/major-colonel/front.svg @@ -0,0 +1,61 @@ + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1ffe76f9..227b0ec2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -7457,6 +7457,38 @@ characterMakers["Dominic"] = () => { ) }; +characterMakers["Major Colonel"] = () => { + return makeCharacter( + "Major Colonel", + "Major Colonel", + { + front: { + height: math.unit(400, "feet"), + weight: math.unit(44444444, "lb"), + name: "Front", + image: { + source: "./media/characters/major-colonel/front.svg" + } + }, + back: { + height: math.unit(400, "feet"), + weight: math.unit(44444444, "lb"), + name: "Back", + image: { + source: "./media/characters/major-colonel/back.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(400, "feet"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({