var settings = { getCreepGoalAmount: function() { var getCreepGoalAmountDict = { harvester: 1, upgrader: 0, builder: 0 } return getCreepGoalAmountDict; }, getSpawnCreeps: function() { return true } }; module.exports = settings;