feat: upgrade needed ressources and fight for each quest

This commit is contained in:
2026-04-25 14:39:16 +02:00
parent de6550cee4
commit 0e577b8efd
13 changed files with 560 additions and 2 deletions

View File

@ -25,6 +25,8 @@ export interface Resource {
export interface CombatIndicator {
combat_type: string;
count: string;
label?: string;
evitable?: boolean;
}
export interface QuestItem {