diff --git a/media/attribution.js b/media/attribution.js index 265d7eba..b2333489 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4623,7 +4623,8 @@ const attributionData = { prefix: "./media/characters/sefer/", files: [ { name: "front.svg", source: null }, - { name: "back.svg", source: null } + { name: "back.svg", source: null }, + { name: "front-dressed.svg", source: null }, ], authors: [ "rabidchild42" diff --git a/media/characters/sefer/back.svg b/media/characters/sefer/back.svg index 80128281..e1de0163 100644 --- a/media/characters/sefer/back.svg +++ b/media/characters/sefer/back.svg @@ -1,131 +1,434 @@ - + + viewBox="0 0 441.3 870.91" style="enable-background:new 0 0 441.3 870.91;" xml:space="preserve"> + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sefer/front-dressed.svg b/media/characters/sefer/front-dressed.svg new file mode 100644 index 00000000..ac0f4feb --- /dev/null +++ b/media/characters/sefer/front-dressed.svg @@ -0,0 +1,760 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sefer/front.svg b/media/characters/sefer/front.svg index 8af07fd8..8dc27da6 100644 --- a/media/characters/sefer/front.svg +++ b/media/characters/sefer/front.svg @@ -1,172 +1,603 @@ - + + viewBox="0 0 683.31 876.44" style="enable-background:new 0 0 683.31 876.44;" xml:space="preserve"> + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f758dad4..c7a08019 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2379,7 +2379,9 @@ characterMakers.push(() => makeCharacter( weight: math.unit(75, "kg"), name: "Front", image: { - source: "./media/characters/sefer/front.svg" + source: "./media/characters/sefer/front.svg", + extra: 848/659, + bottom: 28.3/876.442 } }, back: { @@ -2387,7 +2389,19 @@ characterMakers.push(() => makeCharacter( weight: math.unit(75, "kg"), name: "Back", image: { - source: "./media/characters/sefer/back.svg" + source: "./media/characters/sefer/back.svg", + extra: 864/695, + bottom: 10/871 + } + }, + frontDressed: { + height: math.unit(6, "feet"), + weight: math.unit(75, "kg"), + name: "Front (Dressed)", + image: { + source: "./media/characters/sefer/front-dressed.svg", + extra: 839/653, + bottom: 37.6/878 } }, },