diff --git a/media/attribution.js b/media/attribution.js index 8d12f895..fb53ba29 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17856,6 +17856,18 @@ const attributionData = { "faas" ] }, + { + prefix: "./media/characters/birch/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/37849802/" } + ], + authors: [ + "halo--cat" + ], + owners: [ + "a3skales" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24699,6 +24711,14 @@ const attributionData = { "name": "Zera Cyfr", "url": "https://twitter.com/ZeraCyfr/" }, + "halo--cat": { + "name": "Halo--Cat", + "url": "https://www.furaffinity.net/user/halo--cat/" + }, + "a3skales": { + "name": "a3skales", + "url": "https://www.furaffinity.net/user/a3skales/" + }, } } diff --git a/media/characters/birch/side.svg b/media/characters/birch/side.svg new file mode 100644 index 00000000..0344ffb3 --- /dev/null +++ b/media/characters/birch/side.svg @@ -0,0 +1,1493 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5e4e1550..2ac8bd62 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47600,6 +47600,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Birch", species: ["dragon"], tags: ["feral"] }, + { + side: { + height: math.unit(5, "feet"), + name: "Side", + image: { + source: "./media/characters/birch/side.svg", + extra: 985/796, + bottom: 111/1096 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {