diff --git a/media/attribution.js b/media/attribution.js index e5cf4eda..bc75d279 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3286,6 +3286,18 @@ const attributionData = { "cygil" ] }, + { + prefix: "./media/characters/rhys/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31853704/" } + ], + authors: [ + "bigmountaincat" + ], + owners: [ + "bigmountaincat" + ] + }, { prefix: "./media/characters/rick/", files: [ @@ -5469,6 +5481,10 @@ const attributionData = { "name": "Kayroo", "url": "https://www.furaffinity.net/user/kayroo/", }, + "bigmountaincat": { + "name": "BigMountainCat", + "url": "https://www.furaffinity.net/user/bigmountaincat/", + }, } } diff --git a/media/characters/rhys/front.svg b/media/characters/rhys/front.svg new file mode 100644 index 00000000..eee06d66 --- /dev/null +++ b/media/characters/rhys/front.svg @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3e224ef5..32f349ee 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9194,6 +9194,49 @@ characterMakers["Kayroo"] = () => { ) }; +characterMakers["Rhys"] = () => { + return makeCharacter( + "Rhys", + "BigMountainCat", + { + front: { + height: math.unit(18, "feet"), + weight: math.unit(5800, "lb"), + name: "Front", + image: { + source: "./media/characters/rhys/front.svg", + extra: 3386/3090 * (1 / (1 - 0.07)), + bottom: 0.07 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(18, "feet"), + default: true + }, + { + name: "Working Size", + height: math.unit(200, "feet") + }, + { + name: "Demolition Size", + height: math.unit(2000, "feet") + }, + { + name: "Maximum Licensed Size", + height: math.unit(5, "miles") + }, + { + name: "Maximum Observed Size", + height: math.unit(10, "yottameters") + }, + ] + ) +}; + + function makeCharacters() { const results = []; results.push({