diff --git a/media/attribution.js b/media/attribution.js index 49271052..690f95c6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6586,6 +6586,19 @@ const attributionData = { "shiriko" ] }, + { + prefix: "./media/characters/anima/", + files: [ + { name: "side.svg", source: "https://pixabay.com/vectors/leopard-big-cat-feline-animal-2789553/" } + ], + authors: [ + "gordon-johnson", + "chemicalcrux" + ], + owners: [ + "anima" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9074,6 +9087,14 @@ const attributionData = { "name": "Momo", "url": "https://twitter.com/Spottycheeks", }, + "anima": { + "name": "Anima", + "url": "https://furaffinity.net/user/anima", + }, + "gordon-johnson": { + "name": "Gordon Johnson", + "url": "https://pixabay.com/users/gdj-1086657/", + }, } } diff --git a/media/characters/anima/side.svg b/media/characters/anima/side.svg new file mode 100644 index 00000000..f8ec730b --- /dev/null +++ b/media/characters/anima/side.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 90baf9ee..e3bf6719 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15972,6 +15972,30 @@ characterMakers["Deja"] = () => { ) }; +characterMakers["Anima"] = () => { + return makeCharacter( + "Anima", + "Anima", + { + side: { + height: math.unit(8, "feet"), + weight: math.unit(6300, "lb"), + name: "Side", + image: { + source: "./media/characters/anima/side.svg", + bottom: 0.035 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {