diff --git a/media/attribution.js b/media/attribution.js index 0b0c37ba..0f5e29a7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21790,6 +21790,18 @@ const attributionData = { "braxia" ] }, + { + prefix: "./media/characters/blair-blaziken/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43405277/" } + ], + authors: [ + "braxia" + ], + owners: [ + "braxia" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/blair-blaziken/front.svg b/media/characters/blair-blaziken/front.svg new file mode 100644 index 00000000..ca87bf77 --- /dev/null +++ b/media/characters/blair-blaziken/front.svg @@ -0,0 +1,1743 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4448166f..951ca587 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -62455,6 +62455,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Blair (Blaziken)", species: ["blaziken"], tags: ["anthro"] }, + { + front: { + height: math.unit(9.34, "feet"), + weight: math.unit(600, "lb"), + name: "Front", + image: { + source: "./media/characters/blair-blaziken/front.svg", + extra: 1557/1462, + bottom: 55/1612 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9.34, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {