diff --git a/media/attribution.js b/media/attribution.js index 69cc7f4f..1966832b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5387,6 +5387,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/beatrix/", + files: [ + { name: "front.svg", source: "https://fidverse.fandom.com/wiki/Beatrix" } + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/landmarks/", diff --git a/media/characters/beatrix/front.svg b/media/characters/beatrix/front.svg new file mode 100644 index 00000000..7fc408be --- /dev/null +++ b/media/characters/beatrix/front.svg @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index dd9a3cc5..204cdacd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -13582,6 +13582,31 @@ characterMakers["Ashe"] = () => { ) }; +characterMakers["Beatrix"] = () => { + return makeCharacter( + "Beatrix", + "Fidchell", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/beatrix/front.svg", + extra: 392/379 * (1 / (1 - 0.01)), + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet") + }, + ] + ) +}; + //characters