export default [ { type: 'philosopher', name: 'Philosopher', cost: { wood: 20, stone: 50, iron: 0, food: 0, }, behavior: { culturePerMinute: 1, foodIntakePerMinute: 2, }, }, ];