Add forest visualization and update miracle requirements

This commit is contained in:
2025-08-23 03:16:28 +02:00
parent 18312671d7
commit d198aed01f
9 changed files with 5381 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ public class MiracleDto
public string Name { get; set; }
public double FaithCost { get; set; }
public long FollowersRequired { get; set; }
public double ProductionRequired { get; set; }
public bool UnlockedByDefault { get; set; }
public List<EffectDto> Effects { get; set; }
}