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

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

Closed
wants to merge 16 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-BaseStationSiliconLawNTDefault = { "" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

должно быть в prototypes/corvax/entities/stations/base.ftl

.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-BaseStationSiliconLawNTDefault = { "" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

должно быть в prototypes/corvax/entities/stations/base.ftl

.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 } превыше всего.
kerisargit marked this conversation as resolved.
Show resolved Hide resolved
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
- BaseStationSiliconLawNTDefault #Corvax-NTDefault
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- BaseStationSiliconLawNTDefault #Corvax-NTDefault
- BaseStationSiliconLawNTDefault # 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
laws: NTDefault
laws: NTDefault # Corvax-NTDefault

- type: IonStormTarget
- type: Inventory
templateId: borg
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
- type: SiliconLawProvider
laws: Crewsimov

- type: entity
id: BaseStationSiliconLawNTDefault #Corvax-NTDefault
abstract: true
components:
- type: SiliconLawProvider
laws: NTDefault #Corvax-NTDefault
Comment on lines +115 to +120
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вынести в Resources/Prototypes/Corvax/Entities/Stations/base.yml


- type: entity
id: BaseStationNews
abstract: true
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
- BaseStationSiliconLawNTDefault #Corvax-NTDefault
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- BaseStationSiliconLawNTDefault #Corvax-NTDefault
- BaseStationSiliconLawNTDefault # 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Crewsimov: 1 #Corvax-not-base
Crewsimov: 1 # Corvax-NTDefault

Corporate: 1
NTDefault: 1
# its Corvax base
NTDefault: 0.25
Comment on lines +171 to +172
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# its Corvax base
NTDefault: 0.25
NTDefault: 0.25 # Corvax-NTDefault

Drone: 0.5
Ninja: 0.25
Loading