Skip to content

Commit

Permalink
Adds 3 passenger alt PDAs
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-Tel committed Aug 7, 2024
1 parent 202f56f commit bdef335
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/deltav/job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ job-name-lawyer = Attorney
job-name-courier = Courier
job-name-security-borg = Security Cyborg
# Alternate job names
job-name-tourist = Tourist
job-name-off-duty = Off-Duty Crew
job-name-student = Student
# Role timers
JobMedicalBorg = Medical Cyborg
JobCourier = Courier
Expand Down
30 changes: 30 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,33 @@
- type: Pda
id: VisitorIDCard
state: pda

- type: entity
parent: PassengerPDA
id: TouristPDA
name: tourist PDA
description: You came to the station for a relaxing vacation. Bon voyage!
components:
- type: Pda
id: TouristIDCard
state: pda

- type: entity
parent: PassengerPDA
id: OffDutyCrewPDA
name: off-duty crew PDA
description: You saved your PTO to come here with zero responsibility. Surely they won't need your help while you're here?
components:
- type: Pda
id: OffDutyCrewIDCard
state: pda

- type: entity
parent: PassengerPDA
id: StudentPDA
name: student PDA
description: Whether you came here to study various aspects of space architecture, unfathomably hot burn chambers, psionic activity, or are just on spring break, you're a real space student now.
components:
- type: Pda
id: StudentIDCard
state: pda
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,27 @@
components:
- type: PresetIdCard
virtualJobName: job-name-visitor

- type: entity
parent: PassengerIDCard
id: TouristIDCard
name: tourist ID card
components:
- type: PresetIdCard
virtualJobName: job-name-tourist

- type: entity
parent: PassengerIDCard
id: OffDutyCrewIDCard
name: off-duty crew ID card
components:
- type: PresetIdCard
virtualJobName: job-name-off-duty

- type: entity
parent: PassengerIDCard
id: StudentIDCard
name: student ID card
components:
- type: PresetIdCard
virtualJobName: job-name-student
27 changes: 27 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/Jobs/Civilian/passenger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,30 @@
id: VisitorPDA
equipment:
id: VisitorPDA

- type: loadout
id: TouristPDA
equipment: TouristPDA

- type: startingGear
id: TouristPDA
equipment:
id: TouristPDA

- type: loadout
id: OffDutyCrewPDA
equipment: OffDutyCrewPDA

- type: startingGear
id: OffDutyCrewPDA
equipment:
id: OffDutyCrewPDA

- type: loadout
id: StudentPDA
equipment: StudentPDA

- type: startingGear
id: StudentPDA
equipment:
id: StudentPDA
3 changes: 3 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@
loadouts:
- PassengerPDA
- VisitorPDA
- TouristPDA
- OffDutyCrewPDA
- StudentPDA

# Misc
- type: loadoutGroup
Expand Down

0 comments on commit bdef335

Please sign in to comment.