DevnullMod 1.0.0 |
General
Download: DevnullMod100.zip
Size: 11.07 MB
md5_file hash: 1bc0e92c478dae2bc6b3bf6461c162e1
First released: Mon, 2007-09-17 17:09
Last updated: Mon, 2007-09-17 17:09
Size: 11.07 MB
md5_file hash: 1bc0e92c478dae2bc6b3bf6461c162e1
First released: Mon, 2007-09-17 17:09
Last updated: Mon, 2007-09-17 17:09
Initial Release




Re: DevnullMod 1.0.0
Noticed that the large size penalty for the space station starts at -5 and goes down by 5 each level. IE a level 1 SS has a defense penalty of -5, increasing to -10 at level 2 and so on.
The Starbase meanwhile has a declining penalty as tech levels increase.
Space Station Defense formula:
Ability 1 Amount 1 Formula := -5 - (([%Level%] - 1) * 5)
Starbase:
Ability 1 Amount 1 Formula := -30 + (([%Level%] - 1) * 5)
I think that a more logical formula would be something like:
Ability 1 Amount 1 Formula := -20 + (([%Level%] - 1) * 2)
This would give a modest but declining penalty.