materials - OpenPerpetuum/OPDB GitHub Wiki
Description
A definition table of all minerals in the game.
Table Structure
ID | Type | Name | Description | Properties | Links |
---|---|---|---|---|---|
1 | Number | idx | The index of the current definition; row number. | PRIMARY, UNIQUE | |
2 | String | name | The name of the mineral. | ||
3 | Number | definition | The definition ID of the ore. | entitydefaults.definition | |
4 | Number | amount | The amount of mineral that is considered "one unit". ??? Amount of ore per cycle ??? | ||
5 | Number | extractiontype | The method at which the mineral is extracted using. | ||
6 | Boolean | enablereffectrequired | Does this mineral require a specific effect to be minable? | ||
7 | String | note | Internal notes. | ||
8 | Number | geoscandocument | ??? |
Notes
extractiontype
This is an enumerator.
Number | Name | Description |
---|---|---|
0 | Ore | Is an ore that is mined. |
1 | Liquid | Is an ore that is "pumped". |
enablereffectrequired
If yes, colixium is required to mine it. If no, then it's freely minable. ???