diff --git a/media/attribution.js b/media/attribution.js index 8a51fc22..37969287 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -748,6 +748,18 @@ const attributionData = { "razinox" ] }, + { + prefix: "./media/characters/reece-silvermane/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34577905/" } + ], + authors: [ + "sunny-way" + ], + owners: [ + "silverhorsey" + ] + }, { prefix: "./media/characters/regal/", files: [ @@ -1877,7 +1889,15 @@ const attributionData = { "sovrim-terraquian": { "name": "Sovrim Terraquian", "url": "https://www.sofurry.com/user/character/details?id=1425", - } + }, + "sunny-way": { + "name": "Sunny Way", + "url": "https://www.furaffinity.net/user/sunnyway/", + }, + "silverhorsey": { + "name": "Silverhorsey", + "url": "https://www.furaffinity.net/user/silverhorsey", + }, } } diff --git a/media/characters/reece-silvermane/front.svg b/media/characters/reece-silvermane/front.svg new file mode 100644 index 00000000..1ca0129c --- /dev/null +++ b/media/characters/reece-silvermane/front.svg @@ -0,0 +1,104 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bf18733a..980b221e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -5841,6 +5841,32 @@ characterMakers["Sovrim Terraquian"] = () => { ) }; +characterMakers["Reece Silvermane"] = () => { + return makeCharacter( + "Reece Silvermane", + "Silverhorsey", + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(489, "lbs"), + name: "Front", + image: { + source: "./media/characters/reece-silvermane/front.svg", + bottom: 0.02, + extra: 1 / (1 - 0.02) + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1.5, "miles"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = [];