diff --git a/media/attribution.js b/media/attribution.js index 0678a1b6..2b77705b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17540,6 +17540,18 @@ const attributionData = { "0-madespain-0" ] }, + { + prefix: "./media/characters/asaya/", + files: [ + { name: "front.svg", source: "https://twitter.com/KaynTheBigBully/status/1018275943603933184" } + ], + authors: [ + "kononiko" + ], + owners: [ + "kaynthebigbully" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24274,6 +24286,10 @@ const attributionData = { "name": "0_MadeSpain_0", "url": "https://www.furaffinity.net/user/0madespain0" }, + "kaynthebigbully": { + "name": "KaynTheBigBully", + "url": "https://twitter.com/KaynTheBigBully" + }, } } diff --git a/media/characters/asaya/front.svg b/media/characters/asaya/front.svg new file mode 100644 index 00000000..612b9654 --- /dev/null +++ b/media/characters/asaya/front.svg @@ -0,0 +1,681 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 33a72118..9eb98a56 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46545,6 +46545,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Asaya", species: ["human", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(1000, "lb"), + name: "Front", + image: { + source: "./media/characters/asaya/front.svg", + extra: 1460/1200, + bottom: 71/1531 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "km"), + default: true + }, + ] +)) + //characters function makeCharacters() {