diff --git a/media/attribution.js b/media/attribution.js index 73b0637f..3dcea77a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18282,6 +18282,18 @@ const attributionData = { "kal278" ] }, + { + prefix: "./media/characters/aster/", + files: [ + { name: "standing.svg", source: "https://www.furaffinity.net/view/41169346/" } + ], + authors: [ + "ninnomgeko" + ], + owners: [ + "kurrikage" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -25264,6 +25276,10 @@ const attributionData = { "name": "AdelindsAdopts", "url": "https://www.furaffinity.net/user/adelindsadopts" }, + "ninnomgeko": { + "name": "NinNomGeko", + "url": "https://www.furaffinity.net/user/ninnomgeko" + }, } } diff --git a/media/characters/aster/standing.svg b/media/characters/aster/standing.svg new file mode 100644 index 00000000..333a6892 --- /dev/null +++ b/media/characters/aster/standing.svg @@ -0,0 +1,3317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 600a62b0..042b8ca6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -49184,6 +49184,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Aster", species: ["alien"], tags: ["anthro"] }, + { + standing: { + height: math.unit(17, "feet"), + name: "Standing", + image: { + source: "./media/characters/aster/standing.svg", + extra: 1798/1598, + bottom: 117/1915 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(17, "feet"), + default: true + }, + { + name: "Homewrecker", + height: math.unit(95, "feet") + }, + { + name: "Planet Devourer", + height: math.unit(1008000, "miles") + }, + ] +)) + //characters function makeCharacters() {