|
|
|
@@ -15799,11 +15799,19 @@ characterMakers["Alana"] = () => { |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7 + 6/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Large", |
|
|
|
height: math.unit(50, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(100, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro+", |
|
|
|
height: math.unit(200, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
) |
|
|
|
}; |
|
|
|
|