bourgade/src/data/units.ts

17 lines
305 B
TypeScript
Raw Normal View History

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