Resource database structures
* Added structures for resource definitions, natural resources definitions, resource providers, empire resources and empire mining settings (both empire-wide and planet-specific). * Added a few common utility functions to the SQL test suite. These functions allow test initialisation to be a little shorter. * Added "MINE" production type and an associated building definition. The production will not be added to the XML dump or to the output of the planets summary page, as this is extremely temporary.
This commit is contained in:
parent
631f49fb86
commit
4e1bb91780
20 changed files with 2223 additions and 2 deletions
legacyworlds-server-data/src/main/java/com/deepclone/lw/sqld/game
|
@ -6,6 +6,7 @@ public enum BuildingOutputType {
|
|||
WORK ,
|
||||
CASH ,
|
||||
DEF ,
|
||||
POP
|
||||
POP ,
|
||||
MINE
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue