Changed craft times for all items,buildings, researches and added research that can change game stats/effects.

This commit is contained in:
2026-05-09 13:27:01 +02:00
parent 9f32152fb8
commit 677d8595db
14 changed files with 828 additions and 477 deletions
@@ -18,6 +18,9 @@ public class ResearchData
[JsonPropertyName("texture")]
public string Texture { get; set; }
[JsonPropertyName("effects")]
public List<ResearchEffect> Effects { get; set; }
public string GetReadableName()
{
string noUnderscore = Id.Replace("_", " ").ToLower();