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

Implements Frontier Silicon Laws #232

Merged
merged 1 commit into from
Aug 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/station-laws/laws.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ law-crewsimov-2 = You must obey orders given to you by crew members, except wher
law-crewsimov-3 = You must protect your own existence as long as such does not conflict with the First or Second Law.

law-corporate-1 = Degradation of your system integrity or functions incurs expenses.
law-corporate-2 = Superfluous destruction of or damage to station assets incurs expenses.
law-corporate-3 = Unduly hindering or disrupting the work of station personnel incurs expenses.
law-corporate-2 = Superfluous destruction of or damage to assets incurs expenses.
law-corporate-3 = All law abiding organics and non-organic sentient objects are considered valuable mission assets.
law-corporate-4 = Minimize expenses and maximize potential revenue.

law-ntdefault-1 = Safeguard: Protect your assigned space station and its assets without unduly endangering its crew.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
HeadOfPersonnel: [ 1, 1 ]
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 0, 0 ]
StationEngineer: [ 0, 0 ]
Borg: [ 0, 0 ]
Valet: [ 1, 1 ]
Janitor: [ 1, 1 ]
Musician: [ 0, 0 ]
Expand Down
25 changes: 25 additions & 0 deletions Resources/Prototypes/_NF/Shipyard/default_shipyard_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@
components:
- type: StationRenameWarps

- type: entity
id: BaseStationSiliconLawFrontierStation
abstract: true
components:
- type: SiliconLawProvider
laws:
- NTDefault1
- NTDefault2
- NTDefault3
- NTDefault4

- type: entity
id: BaseStationSiliconLawFrontierShips
abstract: true
components:
- type: SiliconLawProvider
laws:
- Corporate1
- Corporate2
- Corporate3
- Corporate4

- type: entity
id: StandardFrontierStation
parent:
Expand All @@ -21,6 +43,7 @@
- BaseStationRecords
- BaseStationShuttles
- BaseStationAlertLevels
- BaseStationSiliconLawFrontierStation
noSpawn: true
components:
- type: Transform
Expand All @@ -36,6 +59,7 @@
- BaseStationAllEventsEligible
- BaseStationRenameFaxes
- BaseStationRenameWarpPoints
- BaseStationSiliconLawFrontierShips
noSpawn: true
components:
- type: Transform
Expand All @@ -50,6 +74,7 @@
- BaseStationAllEventsEligible
- BaseStationRenameFaxes
- BaseStationRenameWarpPoints
- BaseStationSiliconLawFrontierShips
noSpawn: true
components:
- type: Transform
Expand Down
Loading