feat(content): add action costs and multi-yield schema

This commit is contained in:
ginnoir
2026-06-11 18:16:26 -05:00
parent 458a795014
commit ee3d463c9c
9 changed files with 85 additions and 18 deletions
+1 -1
View File
@@ -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 }],
},
];