method Creature.prototype.mutate Creature.prototype.mutate(method: { name: string; },focusList?: number[],): boolean Mutate the creature using a specific method. Parameters method: { name: string; } The mutation method. optional focusList: number[] The list of focus indices. Return Type boolean