Worlds
Worlds copied to clipboard
World History Simulator
Results
107
Worlds issues
Sort by
recently updated
recently updated
newest added
Just as an example, see this FinalizeLoad code in CulturalSkillInfo: public virtual void FinalizeLoad() { if (Id.Contains(BiomeSurvivalSkill.SkillIdPrefix)) { string idSuffix = Id.Substring(BiomeSurvivalSkill.SkillIdPrefix.Length); Biome biome = Biome.Biomes[idSuffix.Replace('_', ' ')]; Name =...
enhancement
Medium
performance