From 2c05f920498cb37f9b976e9983942cbfa4280089 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 18:55:13 -0500 Subject: [PATCH] Add Epifox --- media/attribution.js | 20 ++++-- media/characters/epifox/front.svg | 107 ++++++++++++++++++++++++++++++ presets/characters.js | 38 +++++++++++ 3 files changed, 159 insertions(+), 6 deletions(-) create mode 100644 media/characters/epifox/front.svg diff --git a/media/attribution.js b/media/attribution.js index 0c105398..58dd3c3e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1984,10 +1984,10 @@ const attributionData = { { prefix: "./media/characters/epifox/", files: [ - { name: "front.svg", source: "" } + { name: "front.svg", source: null } ], authors: [ - "" + "rrrax" ], owners: [ "epifox" @@ -5118,11 +5118,11 @@ const attributionData = { }, "shingekiskunk": { "name": "ShingekiSkunk", - "url": "t.me/ShingekiSkunk" + "url": "https://t.me/ShingekiSkunk" }, "rileykit": { "name": "Rileykit", - "url": "t.me/Rileykit" + "url": "https://t.me/Rileykit" }, "ovens": { "name": "Ovens", @@ -5530,7 +5530,7 @@ const attributionData = { }, "aigey": { "name": "Aigey", - "url": "t.me/Aigey", + "url": "https://t.me/Aigey", }, "natasha": { "name": "Natasha", @@ -5798,7 +5798,7 @@ const attributionData = { }, "janedoe297": { "name": "janedoe297", - "url": "t.me/janedoe297", + "url": "https://t.me/janedoe297", }, "pianostrong": { "name": "Pianostrong", @@ -5908,6 +5908,14 @@ const attributionData = { "name": "Matt_Da_Master", "url": "https://www.furaffinity.net/user/mattdamaster/", }, + "rrrax": { + "name": "RRRAX", + "url": "https://twitter.com/alligatorax/", + }, + "epifox": { + "name": "epifox", + "url": "https://t.me/epifox", + }, } } diff --git a/media/characters/epifox/front.svg b/media/characters/epifox/front.svg new file mode 100644 index 00000000..342f2797 --- /dev/null +++ b/media/characters/epifox/front.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cd2ef102..8ff346ba 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10082,6 +10082,44 @@ characterMakers["Chauncey (Chantz)"] = () => { ) }; +characterMakers["Epifox"] = () => { + return makeCharacter( + "Epifox", + "Epifox", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/epifox/front.svg", + extra: (1 / (1 - 0.075)), + bottom: 0.075 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(3810, "feet") + }, + { + name: "Megamacro", + height: math.unit(500, "miles") + }, + ] + ) +}; + characterMakers["Colin T."] = () => { return makeCharacter( "Colin T.",