Skip to content

Commit

Permalink
obey the laws
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheackraze committed Aug 19, 2023
1 parent 9a932cd commit 4df8750
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
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

0 comments on commit 4df8750

Please sign in to comment.