From 73053c06a033822387884939033dbb735900739b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 19 Jun 2020 19:20:48 -0400 Subject: [PATCH] Add Edrax --- media/attribution.js | 16 + media/characters/edrax/front.svg | 873 +++++++++++++++++++++++++++++++ presets/characters.js | 44 ++ 3 files changed, 933 insertions(+) create mode 100644 media/characters/edrax/front.svg diff --git a/media/attribution.js b/media/attribution.js index fbed2cca..2fcf9854 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10885,6 +10885,18 @@ const attributionData = { "hesitate" ] }, + { + prefix: "./media/characters/edrax/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36874591/" } + ], + authors: [ + "edrax" + ], + owners: [ + "edrax" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15013,6 +15025,10 @@ const attributionData = { "name": "Hesitate", "url": "https://twitter.com/Hesitat68037145/", }, + "edrax": { + "name": "Edrax", + "url": "https://furaffinity.net/user/edrax", + }, } } diff --git a/media/characters/edrax/front.svg b/media/characters/edrax/front.svg new file mode 100644 index 00000000..310f3287 --- /dev/null +++ b/media/characters/edrax/front.svg @@ -0,0 +1,873 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b47c293f..74d0dd58 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1306,6 +1306,11 @@ const speciesData = { name: "Dire Wolf", parents: ["wolf"] }, + "ferromorph": { + name: "Ferromorph", + parents: ["construct"] + }, + } //species @@ -27396,6 +27401,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Edrax", species: ["ferromorph"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(1000, "kg"), + name: "Front", + image: { + source: "./media/characters/edrax/front.svg", + extra: 2838/2550, + bottom: 130/2968 + } + }, + }, + [ + { + name: "Small", + height: math.unit(7, "feet") + }, + { + name: "Normal", + height: math.unit(1500, "meters") + }, + { + name: "Mega", + height: math.unit(12000000, "km"), + default: true + }, + { + name: "Megamacro", + height: math.unit(10600000, "lightyears") + }, + { + name: "Hypermacro", + height: math.unit(256, "yottameters") + }, + ] +)) + //characters function makeCharacters() {