From f1015ff298884f36c7abf18909df7f8e5b3e842c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 9 Mar 2020 14:40:00 -0400 Subject: [PATCH] Add Coatl --- media/attribution.js | 20 + media/characters/coatl/front.svg | 994 +++++++++++++++++++++++++++++++ presets/characters.js | 46 ++ 3 files changed, 1060 insertions(+) create mode 100644 media/characters/coatl/front.svg diff --git a/media/attribution.js b/media/attribution.js index 7692ca0c..e0623a51 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1708,6 +1708,18 @@ const attributionData = { "thunderstrike23" ] }, + { + prefix: "./media/characters/coatl/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/18625122/" } + ], + authors: [ + "daygo" + ], + owners: [ + "jagaz" + ] + }, { prefix: "./media/characters/cobalt/", files: [ @@ -6776,6 +6788,14 @@ const attributionData = { "name": "J-Forse", "url": "https://www.furaffinity.net/user/j-forse/", }, + "daygo": { + "name": "Daygo", + "url": "https://www.furaffinity.net/user/daygo/", + }, + "jagaz": { + "name": "jagaz", + "url": "https://www.furaffinity.net/user/jagaz", + }, } } diff --git a/media/characters/coatl/front.svg b/media/characters/coatl/front.svg new file mode 100644 index 00000000..e93b9f67 --- /dev/null +++ b/media/characters/coatl/front.svg @@ -0,0 +1,994 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1e01eea9..9607ab04 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -12226,6 +12226,52 @@ characterMakers["Jay"] = () => { ) }; +characterMakers["Coatl"] = () => { + return makeCharacter( + "Coatl", + "Jagaz", + { + front: { + height: math.unit(2, "meters"), + weight: math.unit(500 , "kg"), + name: "Front", + image: { + source: "./media/characters/coatl/front.svg", + extra: 3948 / 3500 * (1 / (1 - 0.082)), + bottom: 0.082 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "meters") + }, + { + name: "Macro", + height: math.unit(100, "meters"), + default: true + }, + { + name: "Macro+", + height: math.unit(300, "meters") + }, + { + name: "Megamacro", + height: math.unit(3, "gigameters") + }, + { + name: "Megamacro+", + height: math.unit(300, "terameters") + }, + { + name: "Megamacro++", + height: math.unit(3, "lightyears") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({