diff --git a/media/LICENSES.md b/media/LICENSES.md index acdc7a1d..18516308 100644 --- a/media/LICENSES.md +++ b/media/LICENSES.md @@ -830,6 +830,15 @@ https://www.furaffinity.net/view/20308475/ * front-nude.svg * back-nude.svg +## Akari + +**https://www.furaffinity.net/user/spyropurple/** + +https://www.furaffinity.net/view/21329356/ +https://twitter.com/SergalAkari/status/1198348141382295552?s=20 + +* front.svg + # Naturals * front.svg diff --git a/media/characters/akari/front.svg b/media/characters/akari/front.svg new file mode 100644 index 00000000..c4db3cad --- /dev/null +++ b/media/characters/akari/front.svg @@ -0,0 +1,142 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 49b343cc..79c9821a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -3760,6 +3760,32 @@ characterMakers["Cimmaron"] = () => { ) }; +characterMakers["Akari Kaen"] = () => { + return makeCharacter( + "Akari Kaen", + "Akari", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lbs"), + name: "Front", + image: { + source: "./media/characters/akari/front.svg", + bottom: 0.04, + extra: (1 / (1 - 0.04)) * (962/901) + } + } + }, + [ + { + name: "Normal", + height: math.unit(10, "inches"), + default: true + } + ] + ) +}; + function makeCharacters() { const results = []; results.push({