diff --git a/media/LICENSES.md b/media/LICENSES.md index 5e17e946..7eec56e6 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -213,6 +213,14 @@ https://twitter.com/Bunnox1/status/1215858071731408896 * front.svg +## Talan + +**https://www.furaffinity.net/gallery/talanstrider/** + +(no link) + +* front.svg + # Objects **Self-created** diff --git a/media/characters/talan/front.svg b/media/characters/talan/front.svg new file mode 100644 index 00000000..325c0671 --- /dev/null +++ b/media/characters/talan/front.svg @@ -0,0 +1,162 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 516d3834..f5e2c38b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1110,6 +1110,39 @@ characterMakers["North"] = () => { ) }; +characterMakers["Talan"] = () => { + return makeCharacter( + "Talan", + "talanstrider", + { + body: { + height: math.unit(2, "meter"), + weight: math.unit(70, "kg"), + name: "Body", + image: { + bottom: 0.02, + source: "./media/characters/talan/front.svg" + } + } + }, + [ + { + name: "Normal", + height: math.unit(4, "meters") + }, + { + name: "Macro", + height: math.unit(100, "meters") + }, + { + name: "Megamacro", + height: math.unit(2, "miles") + } + ], + math.unit(2, "miles") + ) +}; + function makeCharacters() { const results = []; results.push({