Skip to content

Commit

Permalink
Added rateo_x fields to planets table
Browse files Browse the repository at this point in the history
Added dedicated fields in order to make resources production rates
different between planets of the same class.
  • Loading branch information
kirirur committed Oct 13, 2014
1 parent f2b1be3 commit 22d9daa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stfc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,10 @@ CREATE TABLE IF NOT EXISTS `planets` (
`add_2` float unsigned NOT NULL default '0',
`add_3` float unsigned NOT NULL default '0',
`add_4` float unsigned NOT NULL default '0',
`rateo_1` float unsigned NOT NULL default '0',
`rateo_2` float unsigned NOT NULL default '0',
`rateo_3` float unsigned NOT NULL default '0',
`rateo_4` float unsigned NOT NULL default '0',
`recompute_static` tinyint(1) NOT NULL default '1',
`max_resources` int(10) unsigned NOT NULL default '0',
`max_worker` int(10) unsigned NOT NULL default '0',
Expand Down

0 comments on commit 22d9daa

Please sign in to comment.