-
Notifications
You must be signed in to change notification settings - Fork 67
Funds Requirement
Jeremie Rossignol edited this page Jun 29, 2015
·
2 revisions
Requirement that checks whether the player has enough (or not too much) funds.
REQUIREMENT
{
name = Funds
type = Funds
// Minimum amount of funds the player must have before this contract
// can show up.
// Default = 0.0
minFunds = 100000
// Maximum amount of funds the player can have before this contract
// no longer shows up.
// Default = double.MaxValue
maxFunds = 1000000
}
- Progress Based Requirements
- Research Based Requirements
- Space Program Requirements
- Contract Based Requirements
- Planetary Requirements
- RemoteTech Requirements
- Set Requirements
- Miscellaneous Requirements
Contract Configurator
Configuration File Syntax
Extending Contract Configurator