diff --git a/media/attribution.js b/media/attribution.js index 0aeb9e39..93eee657 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15216,6 +15216,18 @@ const attributionData = { "zorkuaravar" ] }, + { + prefix: "./media/characters/bailey-belfry/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "drdala" + ], + owners: [ + "itsybatsy" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20846,6 +20858,10 @@ const attributionData = { "name": "Zorku", "url": " https://twitter.com/ZorkuAravar" }, + "itsybatsy": { + "name": "Bailey Burrows", + "url": "https://twitter.com/itsybatsy" + }, } } diff --git a/media/characters/bailey-belfry/front.svg b/media/characters/bailey-belfry/front.svg new file mode 100644 index 00000000..294adf13 --- /dev/null +++ b/media/characters/bailey-belfry/front.svg @@ -0,0 +1,854 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fbd9c2f9..f05200ff 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1675,6 +1675,10 @@ const speciesData = { name: "Marsupial", parents: ["mammal"] }, + "townsend-big-eared-bat": { + name: "Townsend Big-eared Bat", + parents: ["bat"] + }, } //species @@ -40290,6 +40294,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Bailey Belfry", species: ["townsend-big-eared-bat"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 1/12, "feet"), + weight: math.unit(115, "lb"), + name: "Front", + image: { + source: "./media/characters/bailey-belfry/front.svg", + extra: 1240/1121, + bottom: 101/1341 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 1/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {