Ore + entitytable fixes (#37675)

* Ore + entitytable fixes

Iterate every dungeon not just last.

* Big shot

* Fixes
This commit is contained in:
metalgearsloth
2025-05-22 02:43:17 +10:00
committed by GitHub
parent ecf9e855f6
commit 298f821bec
4 changed files with 152 additions and 138 deletions

View File

@@ -18,4 +18,10 @@ public sealed partial class EntityTableDunGen : IDunGenLayer
[DataField(required: true)]
public EntityTableSelector Table;
/// <summary>
/// Should the count be per dungeon or across all dungeons.
/// </summary>
[DataField]
public bool PerDungeon;
}