diff --git a/media/attribution.js b/media/attribution.js index c3189709..8acec857 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5610,6 +5610,18 @@ const attributionData = { "jdolbear" ] }, + { + prefix: "./media/characters/blue-feyonics/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31656809/" } + ], + authors: [ + "fearlesstiger" + ], + owners: [ + "bluefiremarkii" + ] + }, //characters { prefix: "./media/landmarks/", @@ -7770,6 +7782,14 @@ const attributionData = { "name": "dicelion", "url": "https://www.furaffinity.net/user/dicelion", }, + "fearlesstiger": { + "name": "fearlesstiger", + "url": "https://www.furaffinity.net/user/fearlesstiger", + }, + "bluefiremarkii": { + "name": "Bluefiremarkii", + "url": "https://www.furaffinity.net/user/bluefiremarkii/", + }, } } diff --git a/media/characters/blue-feyonics/front.svg b/media/characters/blue-feyonics/front.svg new file mode 100644 index 00000000..0d6d2ee5 --- /dev/null +++ b/media/characters/blue-feyonics/front.svg @@ -0,0 +1,1026 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 172d5c0e..7678ceaf 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14130,6 +14130,31 @@ characterMakers["Braxton"] = () => { ) }; +characterMakers["Blue Feyonics"] = () => { + return makeCharacter( + "Blue Feyonics", + "bluefiremarkii", + { + front: { + height: math.unit(6 + 7/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/blue-feyonics/front.svg", + extra: 1403/1306 * (1 / (1 - 0.047)), + bottom: 0.047 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 7/12, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {