feat(content): add action costs and multi-yield schema
This commit is contained in:
@@ -12,6 +12,6 @@ export const actionDefs = [
|
||||
id: 'forage',
|
||||
name: 'Forage for coin',
|
||||
durationMs: 3000,
|
||||
yields: { resourceId: 'gold', amount: 1 },
|
||||
yields: [{ resourceId: 'gold', amount: 1 }],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user