|
|
@@ -17217,11 +17217,19 @@ characterMakers["Kyrehx"] = () => { |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
[ |
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Micro", |
|
|
|
|
|
height: math.unit(2, "inches") |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Normal", |
|
|
name: "Normal", |
|
|
height: math.unit(8, "feet"), |
|
|
height: math.unit(8, "feet"), |
|
|
default: true |
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro", |
|
|
|
|
|
height: math.unit(255, "feet") |
|
|
|
|
|
}, |
|
|
] |
|
|
] |
|
|
) |
|
|
) |
|
|
}; |
|
|
}; |
|
|
|