Skip to content

Commit

Permalink
Remove the t3 lockout (#2144)
Browse files Browse the repository at this point in the history
* Comments it out

* fixes it hopefully

* yuh

* forces all techs to be researched

* comments

Signed-off-by: Stop-Signs <[email protected]>

* i hope this is what milon meant

* Update TechDisciplinePrototype.cs

Signed-off-by: Stop-Signs <[email protected]>

* Update disciplines.yml

Signed-off-by: Stop-Signs <[email protected]>

* Revert "Comments it out"

This reverts commit 7077997.

---------

Signed-off-by: Stop-Signs <[email protected]>
  • Loading branch information
Stop-Signs authored Nov 11, 2024
1 parent fb7126d commit cabf4cd
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions Resources/Prototypes/Research/disciplines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: industrial
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

- type: techDiscipline
id: Arsenal
Expand All @@ -17,10 +18,11 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: arsenal
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

- type: techDiscipline
id: Experimental
Expand All @@ -29,10 +31,11 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: experimental
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

- type: techDiscipline
id: CivilianServices
Expand All @@ -41,7 +44,8 @@
icon:
sprite: Interface/Misc/research_disciplines.rsi
state: civilianservices
lockoutTier: 4 # DeltaV: Lockout occurs at t4
tierPrerequisites:
1: 0
2: 0.75
3: 0.75
2: 1 # DeltaV: raised to 1
3: 1 # DeltaV: raised to 1

0 comments on commit cabf4cd

Please sign in to comment.