let characters = decs.map(dec => {
      let type = types[dec % types.length];
      return Characters[type][dec % Characters[type].length];
    });