Skip to content

Commit

Permalink
Mail
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Apr 29, 2024
1 parent 43fa11d commit cabbd6c
Show file tree
Hide file tree
Showing 6 changed files with 1,231 additions and 656 deletions.
1,850 changes: 1,197 additions & 653 deletions Resources/Maps/_NF/Shuttles/mailtruck.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@
containers:
board: [ DoorElectronicsArmory ]

- type: entity
parent: AirlockExternal
id: AirlockExternalMailCarrierLocked
suffix: Mail, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsMailCarrier ]

# Glass Airlocks
- type: entity
parent: AirlockCommandGlassLocked
Expand Down Expand Up @@ -205,4 +214,13 @@
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsMercenary ]
board: [ DoorElectronicsMercenary ]

- type: entity
parent: AirlockExternalGlass
id: AirlockExternalGlassMailCarrierLocked
suffix: Mail, Glass, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsMailCarrier ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: entity
id: LockableButtonMailCarrier
suffix: Mail
parent: LockableButton
components:
- type: AccessReader
access: [["Mail"]]
6 changes: 6 additions & 0 deletions Resources/Prototypes/_NF/Palettes/frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
colors:
nfsd brown: "#49392696"
nfsd green: "#4b653e96"

mercenary: "#5e7c1696"

sr green dark: "#123d15ff"
sr green mid: "#1f6626ff"
sr green light: "#2e9935ff"
sr gold: "#f1b223ff"

mail blue light: "#8fd3ff"
mail blue mid: "#4d9be6"
mail blue dark: "#4d65b4"
mail red: "#b33831"
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/mailpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
id: MailPod
name: NC Mail Pod
description: A cramped yet reliable shuttle for delivering packages.
price: 10500
price: 12000
category: Small
group: None
shuttlePath: /Maps/_NF/Shuttles/mailpod.yml
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Shipyard/mailtruck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
id: MailTruck
name: NC Mail Truck
description: A cramped yet reliable shuttle for delivering packages.
price: 10150
price: 15000
category: Small
group: None
shuttlePath: /Maps/_NF/Shuttles/mailtruck.yml
Expand Down

0 comments on commit cabbd6c

Please sign in to comment.