tiles¶
- raw¶
A
dictof all tiles indexed by their names. Equivalent to the values in Factorio’sdata.raw.- Example:
import json from draftsman.data import tiles print(json.dumps(tiles.raw["landfill"], indent=4)){ # An EXCEEDING amount of data }