diff --git a/media/LICENSES.md b/media/LICENSES.md index 9b113a32..58ff25f4 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -639,6 +639,28 @@ https://www.furaffinity.net/view/23174731/ * front.svg * back.svg +## Scott + +**https://www.furaffinity.net/user/scottred/** + +https://www.furaffinity.net/view/34772713/ + +* side.svg + +**https://www.furaffinity.net/user/scottred/** + +https://www.furaffinity.net/view/34023485/ + +* upright.svg + +## Tobias + +**https://www.furaffinity.net/user/luciellia/** + +https://www.furaffinity.net/view/28272209/ + +* side.svg + # Naturals * front.svg diff --git a/media/characters/scott/side.svg b/media/characters/scott/side.svg new file mode 100644 index 00000000..f25a341b --- /dev/null +++ b/media/characters/scott/side.svg @@ -0,0 +1,104 @@ + + + + + diff --git a/media/characters/scott/upright.svg b/media/characters/scott/upright.svg new file mode 100644 index 00000000..823c1990 --- /dev/null +++ b/media/characters/scott/upright.svg @@ -0,0 +1,108 @@ + + + + + diff --git a/media/characters/tobias/side.svg b/media/characters/tobias/side.svg new file mode 100644 index 00000000..364a7380 --- /dev/null +++ b/media/characters/tobias/side.svg @@ -0,0 +1,1555 @@ + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3f4c20fa..ffac50c3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2956,6 +2956,54 @@ characterMakers["Sigvald"] = () => { ) }; +characterMakers["Scott"] = () => { + return makeCharacter( + "Scott", + "Scott", + { + side: { + height: math.unit(12, "feet"), + weight: math.unit(3000, "lbs"), + name: "Side", + image: { + source: "./media/characters/scott/side.svg", + } + }, + upright: { + height: math.unit(12, "feet"), + weight: math.unit(3000, "lbs"), + name: "Upright", + image: { + source: "./media/characters/scott/upright.svg", + } + }, + + }, + [], + math.unit(12, "feet") + ) +}; + +characterMakers["Tobias"] = () => { + return makeCharacter( + "Tobias", + "Tobias", + { + side: { + height: math.unit(8, "meters"), + weight: math.unit(84755, "lbs"), + name: "Side", + image: { + source: "./media/characters/tobias/side.svg", + extra: 5/4 + } + }, + }, + [], + math.unit(8, "meters") + ) +}; + function makeCharacters() { const results = []; results.push({