diff --git a/media/attribution.js b/media/attribution.js index ca31dd08..17a5d314 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9294,6 +9294,18 @@ const attributionData = { "danielethefurry" ] }, + { + prefix: "./media/characters/brian/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/17205790/" } + ], + authors: [ + "gepredators" + ], + owners: [ + "briantheliongod" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12921,6 +12933,14 @@ const attributionData = { "name": "DanieleTheFurry", "url": "https://www.furaffinity.net/user/danielethefurry/", }, + "briantheliongod": { + "name": "Briantheliongod", + "url": "https://www.furaffinity.net/user/briantheliongod/", + }, + "gepredators": { + "name": "gepredators", + "url": "https://www.furaffinity.net/user/gepredators", + }, } } diff --git a/media/characters/brian/front.svg b/media/characters/brian/front.svg new file mode 100644 index 00000000..bf6ff176 --- /dev/null +++ b/media/characters/brian/front.svg @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 52df7224..3e880b1f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21487,6 +21487,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Brian", species: "Barbary Lion" }, + { + front: { + height: math.unit(10 + 11/12, "feet"), + weight: math.unit(1400, "lb"), + name: "Front", + image: { + source: "./media/characters/brian/front.svg", + extra: 737/692, + bottom: 55.4/785 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {