public int getArtifactsCount(int i) { return(Collectables.Skip(151 + i * 7).Take(7).Where(a => a).Count()); }
public int getCoinCount() { return(Collectables.Skip(51).Take(100).Where(a => a).Count() - CoinsSpent); }
public int getArtifactsCount() { return(Collectables.Skip(151).Take(49).Where(a => a).Count()); }
public int getCreaturesCount() { return(Collectables.Skip(1).Take(50).Where(a => a).Count()); }