49- (NSDictionary *) shipInfoForKey:(NSString *)key;
50- (void) setShipInfoForKey:(NSString *)key with:(NSDictionary *)newShipData;
51- (NSDictionary *) effectInfoForKey:(NSString *)key;
52- (NSDictionary *) shipyardInfoForKey:(NSString *)key;
55- (NSArray *) demoShipKeys;
56- (NSArray *) playerShipKeys;
61@interface OOShipRegistry (OOConveniences)
65- (NSArray *) shipKeysWithRole:(NSString *)role;
66- (NSString *) randomShipKeyForRole:(NSString *)role;
NSDictionary * _probabilitySets
NSDictionary * _effectData