Changed craft times for all items,buildings, researches and added research that can change game stats/effects.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user