| @@ -21170,8 +21170,8 @@ characterMakers.push(() => makeCharacter( | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/lycoa/front.svg", | source: "./media/characters/lycoa/front.svg", | ||||
| extra: 1875 / 1789, | |||||
| bottom: 0.022 | |||||
| extra: 1836/1728, | |||||
| bottom: 81/1917 | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| @@ -21180,15 +21180,17 @@ characterMakers.push(() => makeCharacter( | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/lycoa/back.svg", | source: "./media/characters/lycoa/back.svg", | ||||
| extra: 1835 / 1781, | |||||
| bottom: 0.03 | |||||
| extra: 1785/1720, | |||||
| bottom: 91/1876 | |||||
| } | } | ||||
| }, | }, | ||||
| head: { | head: { | ||||
| height: math.unit(2.1, "feet"), | |||||
| height: math.unit(1.6243, "feet"), | |||||
| name: "Head", | name: "Head", | ||||
| image: { | image: { | ||||
| source: "./media/characters/lycoa/head.svg" | |||||
| source: "./media/characters/lycoa/head.svg", | |||||
| extra: 1011/782, | |||||
| bottom: 0/1011 | |||||
| } | } | ||||
| }, | }, | ||||
| tailmaw: { | tailmaw: { | ||||