diff --git a/media/attribution.js b/media/attribution.js index 506368a4..36d1f9ac 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7931,6 +7931,18 @@ const attributionData = { "xrequiem" ] }, + { + prefix: "./media/characters/briar/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "hoot" + ], + owners: [ + "xrequiem" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -10940,6 +10952,10 @@ const attributionData = { "name": "Sidgi", "url": "https://www.furaffinity.net/user/sidgi/", }, + "hoot": { + "name": "Hoot", + "url": "https://www.furaffinity.net/user/hoot/", + }, } } diff --git a/media/characters/briar/front.svg b/media/characters/briar/front.svg new file mode 100644 index 00000000..fe1217a6 --- /dev/null +++ b/media/characters/briar/front.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index aef70ef0..e6a72270 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19311,6 +19311,31 @@ characterMakers["Naldara"] = () => { ) }; +characterMakers["Briar"] = () => { + return makeCharacter( + "Briar", + "Varden", + { + front: { + height: math.unit(13 + 7/12, "feet"), + weight: math.unit(1500, "lb"), + name: "Front", + image: { + source: "./media/characters/briar/front.svg", + extra: 626/596, + bottom: 0.08 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(13 + 7/12, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {