diff --git a/media/attribution.js b/media/attribution.js index 24335f0a..cfb69c1f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15698,6 +15698,18 @@ const attributionData = { "goddessbreanna" ] }, + { + prefix: "./media/characters/breanna/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41914736/" } + ], + authors: [ + "ameliacostanza" + ], + owners: [ + "goddessbreanna" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21657,6 +21669,10 @@ const attributionData = { "name": "GoddessBreanna", "url": "https://www.furaffinity.net/user/goddessbreanna/" }, + "ameliacostanza": { + "name": "ameliacostanza", + "url": "https://www.furaffinity.net/user/ameliacostanza" + }, } } diff --git a/media/characters/breanna/front.svg b/media/characters/breanna/front.svg new file mode 100644 index 00000000..65c644d4 --- /dev/null +++ b/media/characters/breanna/front.svg @@ -0,0 +1,1097 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 44a90894..017e5b5e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41237,6 +41237,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Breanna", species: ["jackal", "umbreon"], tags: ["anthro"] }, + { + front: { + height: math.unit(8, "feet"), + name: "Front", + image: { + source: "./media/characters/breanna/front.svg", + extra: 1912/1632, + bottom: 33/1945 + } + }, + }, + [ + { + name: "Smallest", + height: math.unit(8, "feet") + }, + { + name: "Normal", + height: math.unit(1, "mile"), + default: true + }, + { + name: "Maximum", + height: math.unit(1500000000000, "lightyears") + }, + ] +)) + //characters function makeCharacters() {