| @@ -16131,23 +16131,23 @@ characterMakers["Malfaren"] = () => { | |||||
| "Malfaren", | "Malfaren", | ||||
| "Malfaren", | "Malfaren", | ||||
| { | { | ||||
| front: { | |||||
| height: math.unit(22.36, "feet"), | |||||
| side: { | |||||
| height: math.unit(283/124*6, "feet"), | |||||
| weight: math.unit(35000, "lb"), | weight: math.unit(35000, "lb"), | ||||
| name: "Front", | |||||
| name: "Side", | |||||
| image: { | image: { | ||||
| source: "./media/characters/malfaren/front.svg", | |||||
| extra: 1631/1476, | |||||
| source: "./media/characters/malfaren/side.svg", | |||||
| extra: 2500/1010, | |||||
| bottom: 0.01 | bottom: 0.01 | ||||
| } | } | ||||
| }, | }, | ||||
| side: { | |||||
| height: math.unit(15.439, "feet"), | |||||
| front: { | |||||
| height: math.unit(22.36, "feet"), | |||||
| weight: math.unit(35000, "lb"), | weight: math.unit(35000, "lb"), | ||||
| name: "Side", | |||||
| name: "Front", | |||||
| image: { | image: { | ||||
| source: "./media/characters/malfaren/side.svg", | |||||
| extra: 2500/1010, | |||||
| source: "./media/characters/malfaren/front.svg", | |||||
| extra: 1631/1476, | |||||
| bottom: 0.01 | bottom: 0.01 | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -16161,10 +16161,22 @@ characterMakers["Malfaren"] = () => { | |||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | |||||
| height: math.unit(22.36, "feet"), | |||||
| name: "Big", | |||||
| height: math.unit(283/162*6, "feet"), | |||||
| }, | |||||
| { | |||||
| name: "Bigger", | |||||
| height: math.unit(283/124*6, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Massive", | |||||
| height: math.unit(283/92*6, "feet"), | |||||
| }, | |||||
| { | |||||
| name: "👀💦", | |||||
| height: math.unit(283/73*6, "feet"), | |||||
| }, | |||||
| ] | ] | ||||
| ) | ) | ||||
| }; | }; | ||||