diff --git a/media/LICENSES.md b/media/LICENSES.md index 3b06b580..d49293b4 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -605,6 +605,16 @@ https://www.furaffinity.net/view/27057320/ * back.svg * feet.svg +## Rain Fallen + +**https://www.furaffinity.net/user/rainfallen/** + +https://www.furaffinity.net/view/26091968/ + +* front.svg +* side.svg +* back.svg + # Naturals * front.svg diff --git a/media/characters/rain/back.svg b/media/characters/rain/back.svg new file mode 100644 index 00000000..f1343487 --- /dev/null +++ b/media/characters/rain/back.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rain/front.svg b/media/characters/rain/front.svg new file mode 100644 index 00000000..4d2981ca --- /dev/null +++ b/media/characters/rain/front.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rain/side.svg b/media/characters/rain/side.svg new file mode 100644 index 00000000..bd9ee3e7 --- /dev/null +++ b/media/characters/rain/side.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 70160166..491e0291 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2796,6 +2796,71 @@ characterMakers["Vulpes"] = () => { ) }; +characterMakers["Rain Fallen"] = () => { + return makeCharacter( + "Rain Fallen", + "Rain Fallen", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lbs"), + name: "Front", + image: { + source: "./media/characters/rain/front.svg" + } + }, + side: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lbs"), + name: "Side", + image: { + source: "./media/characters/rain/side.svg" + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lbs"), + name: "Back", + image: { + source: "./media/characters/rain/back.svg" + } + }, + + }, + [ + { + name: "Normal", + height: math.unit(5, "meter") + }, + { + name: "Macro", + height: math.unit(150, "meter") + }, + { + name: "Megamacro", + height: math.unit(278e6, "meter") + }, + { + name: "Gigamacro", + height: math.unit(2e9, "meter") + }, + { + name: "Teramacro", + height: math.unit(8e12, "meter") + }, + { + name: "Devourer", + height: math.unit(14, "zettameters") + }, + { + name: "Scarlet King", + height: math.unit(18, "yottameters") + }, + ], + math.unit(7500, "feet") + ) +}; + function makeCharacters() { const results = []; results.push({