diff --git a/media/attribution.js b/media/attribution.js index 1becb2a5..7d19ef18 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5396,7 +5396,8 @@ const attributionData = { { prefix: "./media/characters/hildegard/", files: [ - { name: "front.svg", source: "https://fidverse.fandom.com/wiki/Hildegard" } + { name: "front.svg", source: "https://fidverse.fandom.com/wiki/Hildegard" }, + { name: "back.svg", source: "https://fidverse.fandom.com/wiki/Hildegard" }, ], authors: [ "fidchell" diff --git a/media/characters/hildegard/back.svg b/media/characters/hildegard/back.svg new file mode 100644 index 00000000..b8cf0b53 --- /dev/null +++ b/media/characters/hildegard/back.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hildegard/front.svg b/media/characters/hildegard/front.svg index 4f65b8de..7d7338d8 100644 --- a/media/characters/hildegard/front.svg +++ b/media/characters/hildegard/front.svg @@ -1,160 +1,290 @@ - + - + viewBox="0 0 199.02 297.83" enable-background="new 0 0 199.02 297.83" xml:space="preserve"> - - - - - - - - - - - - - - - + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 666eba64..b08c41fa 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14134,8 +14134,18 @@ characterMakers.push(() => makeCharacter( name: "Front", image: { source: "./media/characters/hildegard/front.svg", - extra: 312 / 286, - bottom: 0.005 + extra: 289 / 269, + bottom: 7.63/297.8 + } + }, + back: { + height: math.unit(5 + 7 / 12, "feet"), + weight: math.unit(159, "lb"), + name: "Back", + image: { + source: "./media/characters/hildegard/back.svg", + extra: 280/260, + bottom: 2.3/282 } }, },