public BaseChar(String n) { name = n; boostAttributes(); }
public BaseChar() { name = "DEFAULT"; boostAttributes(); }