diff --git a/media/attribution.js b/media/attribution.js index dfa6089b..a491269a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2795,6 +2795,7 @@ const attributionData = { { prefix: "./media/characters/odyssey/", files: [ + { name: "front.svg", source: null } { name: "side.svg", source: null } ], authors: [ diff --git a/media/characters/odyssey/front.svg b/media/characters/odyssey/front.svg new file mode 100644 index 00000000..fe0a5299 --- /dev/null +++ b/media/characters/odyssey/front.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5f6db42f..d359d52d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8055,12 +8055,23 @@ characterMakers["Odyssey"] = () => { "Odyssey", "Freschlauhs", { - side: { + front: { height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/odyssey/front.svg", + extra: 1782/1582 * (1 / (1 - 0.01)), + bottom: 0.01 + } + }, + side: { + height: math.unit(5.6, "feet"), weight: math.unit(140, "lb"), name: "Side", image: { - source: "./media/characters/odyssey/side.svg" + source: "./media/characters/odyssey/side.svg", + extra: 6462/5700 } }, },