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

@@ -13,6 +13,7 @@ public partial class MiracleDefinition : Resource
[Export] public string Name { get; set; }
[Export] public double FaithCost { get; set; }
[Export] public long FollowersRequired { get; set; }
[Export] public double ProductionRequired { get; set; }
[Export] public Array<Effect> Effects { get; set; }
}