move quests to a single file

This commit is contained in:
2025-05-12 16:20:03 +02:00
parent ae89704380
commit 0d87376270
10 changed files with 131 additions and 122 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ export class Quest {
rank: QuestRank,
title: string,
text: string,
maxProgress: number,
expReward: number,
goldReward: number,
maxProgress: number = 1,
expReward: number = 0,
goldReward: number = 0,
maxAdventurers: number = 1
) {
this.id = id;