| @@ -100,10 +100,20 @@ characterMakers["Fen"] = () => { | |||||
| name: "Big", | name: "Big", | ||||
| height: math.unit(12, "feet") | height: math.unit(12, "feet") | ||||
| }, | }, | ||||
| { | |||||
| name: "Minimacro", | |||||
| height: math.unit(30, "meter"), | |||||
| default: true, | |||||
| info: { | |||||
| description: { | |||||
| mode: "append", | |||||
| text: "\n\nTOO DAMN BIG" | |||||
| } | |||||
| } | |||||
| }, | |||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(100, "meter"), | height: math.unit(100, "meter"), | ||||
| default: true, | |||||
| info: { | info: { | ||||
| description: { | description: { | ||||
| mode: "append", | mode: "append", | ||||