feat(sprint3): items + forge + craft + loot — équipement, artisanat lazy-calc, forge risque GDD

This commit is contained in:
2026-03-15 08:22:20 +01:00
parent 6d1230d16a
commit 23f7dd0f3c
25 changed files with 1169 additions and 2 deletions

View File

@@ -36,4 +36,7 @@ export class Monster {
@Column({ name: 'gold_max' })
goldMax: number;
@Column({ name: 'drop_material_id', type: 'varchar', nullable: true })
dropMaterialId: string | null;
}