Module:Data/Mining/Sources

Current answers. Practical procedures. Reliable reference.
Revision as of 23:49, 23 August 2026 by Sythan (talk | contribs) (Build Mining data architecture and draft reference foundation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Mining/Sources/doc

return {
	last_reviewed = "2026-08-23",
	status = "Draft",
	sources = {
		{
			label = "Elite Dangerous current in-game mechanics",
			note = "Used for procedure structure and gameplay loop descriptions; detailed numbers should remain draft until directly rechecked in the current Live client."
		},
		{
			label = "EDCD coriolis-data outfitting records",
			url = "https://github.com/EDCD/coriolis-data",
			note = "Used as a structured, version-controlled reference for mining module families, slots, ratings, classes, and mount variants."
		},
		{
			label = "EDCD FDevIDs commodity and outfitting identifiers",
			url = "https://github.com/EDCD/FDevIDs",
			note = "Used to cross-check commodity and module naming against Frontier identifiers."
		},
		{
			label = "Current community market/trade data",
			note = "Needed at use time for prices, demand, and station selection; static wiki text should avoid hard-coded best-sell claims."
		}
	}
}