Skip to content

AnalyzeInfo

A completed fragment analysis. Returned by: bio_lab.analyze().info after status == "ok".

MemberReturnsMeaning
.fragment_idstringDiscovered fragment id (e.g. "gw_cranial_plate"): the inventory key for the resulting sample, and what Bio Orders request. Full id list: Biology Samples
.namestringDisplay name
.raritystring"common" / "uncommon" / "rare" / "legendary"
.required_recipedictReagents to extract a sample: {reagent_id: qty}. Iterate .items() and lab.load(rid, qty) each, then lab.extract()
.coords[x, y]Where the specimen was collected
.distancenumberStraight-line meters from this outpost (set at collect time)