|
|
@@ -38710,12 +38710,16 @@ characterMakers.push(() => makeCharacter( |
|
|
default: true |
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Building", |
|
|
|
|
|
|
|
|
name: "Giant", |
|
|
height: math.unit(50, "feet") |
|
|
height: math.unit(50, "feet") |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Macro", |
|
|
name: "Macro", |
|
|
height: math.unit(300, "feet") |
|
|
|
|
|
|
|
|
height: math.unit(1000, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Megamacro", |
|
|
|
|
|
height: math.unit(1, "mile") |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|