Ребаланс РНД (#750)

* Третий тир больше нас не остановит

* More less

* Ребаланс

* правочки подправочки

* СКОРАЯ!!! ПОМОГИТЕ!!!
This commit is contained in:
BIGZi0348
2024-10-29 20:46:09 +03:00
committed by GitHub
parent e1353d1de1
commit 5fcf53c411
8 changed files with 41 additions and 40 deletions

View File

@@ -44,5 +44,5 @@ public sealed partial class TechDisciplinePrototype : IPrototype
/// Purchasing this tier of technology causes a server to become "locked" to this discipline.
/// </summary>
[DataField("lockoutTier")]
public int LockoutTier = 3;
public int LockoutTier = 4; // WD from 3 to 4 in order to make all tier 3 techologies accessible at the same time
}