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

NFSD SOP's #1297

Merged
merged 2 commits into from
Apr 29, 2024
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
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
whitelist:
tags:
- BookSpaceLaw
- BookNfsdSop
idSlot:
name: access-id-card-component-default
ejectSound: /Audio/Machines/id_swipe.ogg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@
- Book
- BookSpaceLaw #Frontier

- type: entity
parent: BaseHyperlinkBook
id: HyperlinkBookNfsdSop
name: nfsd sop's
description: A book defining nfsd standard operating procedures.
components:
- type: Sprite
sprite: Nyanotrasen/Objects/Misc/books.rsi
layers:
- state: nfsd_sop
- type: HyperlinkBook
url: https://frontierstation14.com/index.php/NFSDSOP #Frontier
- type: Tag
tags:
- Book
- BookNfsdSop #Frontier

#- type: entity
# parent: BaseHyperlinkBook
# id: HyperlinkBookSupernanny
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- type: vendingMachineInventory
id: NfsdTechInventory
startingInventory:
HyperlinkBookSpaceLaw: 20
HyperlinkBookNfsdSop: 20
Handcuffs: 10
Zipties: 10
GrenadeFlashBang: 10
Expand Down
18 changes: 14 additions & 4 deletions Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
- type: Pda
id: ShriffIDCard
state: pda-sheriff
bookSlot: # Frontier
startingItem: HyperlinkBookNfsdSop
- type: PdaBorderColor
borderColor: "#FFFDD0"
accentHColor: "#896b49"
Expand Down Expand Up @@ -151,6 +153,8 @@
- type: Pda
id: CadetIDCard
state: pda-cadet
bookSlot: # Frontier
startingItem: HyperlinkBookNfsdSop
- type: PdaBorderColor
borderColor: "#FFFDD0"
accentHColor: "#896b49"
Expand Down Expand Up @@ -179,6 +183,8 @@
- type: Pda
id: DeputyIDCard
state: pda-deputy
bookSlot: # Frontier
startingItem: HyperlinkBookNfsdSop
- type: PdaBorderColor
borderColor: "#FFFDD0"
accentHColor: "#896b49"
Expand Down Expand Up @@ -207,6 +213,8 @@
- type: Pda
id: BrigmedicNFIDCard
state: pda-brigmed
bookSlot: # Frontier
startingItem: HyperlinkBookNfsdSop
- type: PdaBorderColor
borderColor: "#FFFDD0"
accentHColor: "#896b49"
Expand Down Expand Up @@ -235,6 +243,8 @@
- type: Pda
id: SergeantIDCard
state: pda-sergeant
bookSlot: # Frontier
startingItem: HyperlinkBookNfsdSop
- type: PdaBorderColor
borderColor: "#FFFDD0"
accentHColor: "#896b49"
Expand Down Expand Up @@ -263,6 +273,8 @@
- type: Pda
id: BailiffIDCard
state: pda-bailiff
bookSlot: # Frontier
startingItem: HyperlinkBookNfsdSop
- type: PdaBorderColor
borderColor: "#FFFDD0"
accentHColor: "#896b49"
Expand Down Expand Up @@ -291,6 +303,8 @@
- type: Pda
id: DetectiveNFIDCard
state: pda-detective
bookSlot: # Frontier
startingItem: HyperlinkBookNfsdSop
- type: PdaBorderColor
borderColor: "#774705"
- type: Icon
Expand All @@ -307,10 +321,6 @@
state: pda-sr
penSlot:
startingItem: PenCentcom
priority: -1
whitelist:
tags:
- Write
- type: PdaBorderColor
borderColor: "#789876"
accentHColor: "#447987"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- type: Tag
id: BookSpaceLaw

- type: Tag
id: BookNfsdSop

- type: Tag
id: CrossbowBolt

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
{
"name" : "law_space"
},
{
"name" : "nfsd_sop"
},
{
"name" : "law_trial"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading