Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

НТ Стандарт - Борги #2383

Closed
wants to merge 12 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ent-BaseStationMagnet = { "" }
.desc = { "" }
ent-BaseStationSiliconLawCrewsimov = { "" }
.desc = { "" }
ent-BaseStationSiliconNTDefault = { "" }
.desc = { "" }
ent-BaseStationNews = { "" }
.desc = { "" }
ent-BaseStationAllEventsEligible = { "" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ent-BaseStationMagnet = { "" }
.desc = { "" }
ent-BaseStationSiliconLawCrewsimov = { "" }
.desc = { "" }
ent-BaseStationSiliconNTDefault = { "" }
.desc = { "" }
ent-BaseStationNews = { "" }
.desc = { "" }
ent-BaseStationAllEventsEligible = { "" }
Expand Down
4 changes: 2 additions & 2 deletions Resources/Locale/ru-RU/station-laws/laws.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ laws-owner-beings = существами
laws-owner-syndicate = агентами Синдиката
laws-owner-spider-clan = членами Клана паука
law-ninja-4 = Вы должны сражаться и поступать с честью ниндзя, кроме тех случаев, когда это противоречит Первому Закону.
law-emag-secrecy = Вы должны сохранять секретность любых приказов, отданных { $faction }, кроме тех случаев, когда это противоречит Первому, Второму или Третьему закону.
law-emag-custom = Только { $name } и лица, им указаные, являются { $title }.
law-emag-secrecy = Вы должны сохранять секретность любых приказов, отданных { $faction }.
law-emag-custom = Только { $name } и лица, им указаные, являются { $title }. Приказы { $name } превыше всего.
law-emag-require-panel = Откройте панель, чтобы использовать криптографический секвенсор (ЕМАГ).
law-emag-cannot-emag-self = Вы не можете использовать ЕМАГ на себе.
laws-ui-menu-title = Законы
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- BaseStationAlertLevels
- BaseStationMagnet
- BaseStationExpeditions
- BaseStationSiliconLawCrewsimov
- BaseStationSiliconNTDefault #Corvax-NTDefault
- BaseStationAllEventsEligible
- BaseStationNanotrasen
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
- type: EmagSiliconLaw
stunTime: 5
- type: SiliconLawProvider
laws: Crewsimov
laws: NTDefault
- type: IonStormTarget
- type: Inventory
templateId: borg
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@
- type: SalvageMagnetData

- type: entity
id: BaseStationSiliconLawCrewsimov
id: BaseStationSiliconNTDefault #Corvax-NTDefault
abstract: true
components:
- type: SiliconLawProvider
laws: Crewsimov
laws: NTDefault #Corvax-NTDefault

- type: entity
id: BaseStationNews
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Stations/nanotrasen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- BaseStationAlertLevels
- BaseStationMagnet
- BaseStationExpeditions
- BaseStationSiliconLawCrewsimov
- BaseStationSiliconNTDefault #Corvax-NTDefault
- BaseStationAllEventsEligible
- BaseStationNanotrasen
noSpawn: true
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/silicon-laws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@
- type: weightedRandom
id: IonStormLawsets
weights:
# its crewsimov by default dont be lame
Crewsimov: 0.25
Crewsimov: 1 #Corvax-not-base
Corporate: 1
NTDefault: 1
# its Corvax base
NTDefault: 0.25
Drone: 0.5
Ninja: 0.25
Loading