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

Cargo and NSFD PDAs now include price or contraband appraisal functionality. These and a few medical-descended PDAs also now have more complete descriptions. #2004

Closed
Closed
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
14 changes: 11 additions & 3 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
name: quartermaster PDA
parent: BasePDA
id: QuartermasterPDA
description: PDA for the guy that orders the guns.
description: PDA for the guy that orders the guns. Has a built in appraisal tool. # Frontier
components:
- type: Pda
id: QuartermasterIDCard
Expand All @@ -354,12 +354,16 @@
accentVColor: "#a23e3e"
- type: Icon
state: pda-qm
# Frontier
- type: PriceGun
- type: UseDelay
delay: 3

- type: entity
parent: BasePDA
id: CargoPDA
name: cargo PDA
description: PDA for the guys that order the pizzas.
description: PDA for the guys that order the pizzas. Has a built in appraisal tool. # Frontier
components:
- type: Pda
id: CargoIDCard
Expand All @@ -368,6 +372,10 @@
borderColor: "#e39751"
- type: Icon
state: pda-cargo
# Frontier
- type: PriceGun
- type: UseDelay
delay: 3

- type: entity
parent: BasePDA
Expand Down Expand Up @@ -576,7 +584,7 @@
parent: BaseMedicalPDA
id: ChemistryPDA
name: chemistry PDA
description: It has a few discolored blotches here and there.
description: It has a few discolored blotches here and there. has a built-in health analyzer. # Frontier
components:
- type: Pda
id: ChemistIDCard
Expand Down
37 changes: 29 additions & 8 deletions Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
parent: SecurityPDA
id: SecurityGuardPDA
name: security guard PDA
description: Red to hide the stains of passenger blood.
description: Red to hide the stains of passenger blood. Has a built in contraband appraisal tool.
components:
- type: Pda
id: SecurityGuardIDCard
Expand All @@ -105,6 +105,9 @@
borderColor: "#A32D26"
- type: Icon
state: pda-security
- type: ContrabandPriceGun
- type: UseDelay
delay: 1

- type: entity
parent: ERTLeaderPDA
Expand All @@ -124,7 +127,7 @@
parent: BasePDA
id: SheriffPDA
name: sheriff PDA
description: Whosoever bears this PDA is the law.
description: Whosoever bears this PDA is the law. Has a built in contraband appraisal tool.
components:
- type: Pda
id: ShriffIDCard
Expand Down Expand Up @@ -154,12 +157,15 @@
- type: Icon
sprite: _NF/Objects/Devices/pda.rsi
state: pda-sheriff
- type: ContrabandPriceGun
- type: UseDelay
delay: 1

- type: entity
parent: BasePDA
id: CadetPDA
name: cadet PDA
description: Whosoever bears this PDA could be the law.
description: Whosoever bears this PDA could be the law. Has a built in contraband appraisal tool.
components:
- type: Pda
id: CadetIDCard
Expand Down Expand Up @@ -189,12 +195,15 @@
- type: Icon
sprite: _NF/Objects/Devices/pda.rsi
state: pda-cadet
- type: ContrabandPriceGun
- type: UseDelay
delay: 1

- type: entity
parent: BasePDA
id: DeputyPDA
name: deputy PDA
description: Whosoever bears this PDA is close to being the law.
description: Whosoever bears this PDA is close to being the law. Has a built in contraband appraisal tool.
components:
- type: Pda
id: DeputyIDCard
Expand Down Expand Up @@ -224,12 +233,15 @@
- type: Icon
sprite: _NF/Objects/Devices/pda.rsi
state: pda-deputy
- type: ContrabandPriceGun
- type: UseDelay
delay: 1

- type: entity
parent: BaseMedicalPDA
id: BrigmedicNFPDA
name: brigmedic PDA
description: Whosoever bears this PDA heals the law.
description: Whosoever bears this PDA heals the law. Has a built-in health analyzer.
components:
- type: Pda
id: BrigmedicNFIDCard
Expand Down Expand Up @@ -264,7 +276,7 @@
parent: BasePDA
id: SergeantPDA
name: sergeant PDA
description: Whosoever bears this PDA puts the law on their back.
description: Whosoever bears this PDA puts the law on their back. Has a built in contraband appraisal tool.
components:
- type: Pda
id: SergeantIDCard
Expand Down Expand Up @@ -294,12 +306,15 @@
- type: Icon
sprite: _NF/Objects/Devices/pda.rsi
state: pda-sergeant
- type: ContrabandPriceGun
- type: UseDelay
delay: 1

- type: entity
parent: BasePDA
id: BailiffPDA
name: bailiff PDA
description: Whosoever bears this PDA puts the law on their back.
description: Whosoever bears this PDA puts the law on their back. Has a built in contraband appraisal tool.
components:
- type: Pda
id: BailiffIDCard
Expand Down Expand Up @@ -329,12 +344,15 @@
- type: Icon
sprite: _NF/Objects/Devices/pda.rsi
state: pda-bailiff
- type: ContrabandPriceGun
- type: UseDelay
delay: 1

- type: entity
parent: BasePDA
id: DetectiveNFPDA
name: detective PDA
description: Smells like rain... pouring down the rooftops...
description: Smells like rain... pouring down the rooftops... Has a built in contraband appraisal tool.
components:
- type: Pda
id: DetectiveNFIDCard
Expand Down Expand Up @@ -363,6 +381,9 @@
- type: Icon
sprite: _NF/Objects/Devices/pda.rsi
state: pda-detectivenf
- type: ContrabandPriceGun
- type: UseDelay
delay: 1

- type: entity
parent: BasePDA
Expand Down
Loading