diff --git a/media/attribution.js b/media/attribution.js index 027f0cb6..ac7584a9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10416,6 +10416,18 @@ const attributionData = { "tala-grovehorn" ] }, + { + prefix: "./media/characters/avia-bloodbourn/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29027543/" } + ], + authors: [ + "b9tribeca" + ], + owners: [ + "devon292" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14368,6 +14380,14 @@ const attributionData = { "name": "Tala.Grovehorn", "url": "https://www.furaffinity.net/user/tala.grovehorn/", }, + "b9tribeca": { + "name": "B9tribeca", + "url": "https://www.furaffinity.net/user/b9tribeca", + }, + "devon292": { + "name": "devon292", + "url": "https://www.furaffinity.net/user/devon292/", + }, } } diff --git a/media/characters/avia-bloodbourn/front.svg b/media/characters/avia-bloodbourn/front.svg new file mode 100644 index 00000000..3c3af5cf --- /dev/null +++ b/media/characters/avia-bloodbourn/front.svg @@ -0,0 +1,877 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 37dde52e..df9eda5d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26007,6 +26007,25 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Avia Bloodbourn", species: ["lion"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(518, "lb"), + name: "Front", + image: { + source: "./media/characters/avia-bloodbourn/front.svg", + extra: 1466/1350, + bottom: 65/1527 + } + }, + }, + [ + + ] +)) + //characters function makeCharacters() {