diff --git a/media/LICENSES.md b/media/LICENSES.md index 96fcd640..936bd658 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -486,6 +486,14 @@ https://www.furaffinity.net/view/32624904/ * front.svg +## Asana-Mech + +**https://www.furaffinity.net/gallery/ashtrek/** + +(no link) + +* side.svg + # Naturals * front.svg diff --git a/media/characters/asana-mech/side.svg b/media/characters/asana-mech/side.svg new file mode 100644 index 00000000..7d822e75 --- /dev/null +++ b/media/characters/asana-mech/side.svg @@ -0,0 +1,161 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d50ab104..1c6d6f37 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2337,6 +2337,42 @@ characterMakers["Mirova"] = () => { ) }; +characterMakers["Asana (Mech)"] = () => { + return makeCharacter( + "Asana (Mech)", + "Asana", + { + side: { + height: math.unit(28.35, "feet"), + weight: math.unit(99.75, "tons"), + name: "Side", + image: { + source: "./media/characters/asana-mech/side.svg" + } + } + }, + [ + { + name: "Normal", + height: math.unit(28.35, "feet") + }, + { + name: "Macro", + height: math.unit(2500, "feet") + }, + { + name: "Megamacro", + height: math.unit(25, "miles") + }, + { + name: "Examacro", + height: math.unit(6e8, "lightyears") + }, + ], + math.unit(28.35, "feet") + ) +}; + function makeCharacters() { const results = []; results.push({