rename passenger to assistant (#3650)
* rename passenger to assistant * update passenger > assistant * update passenger to assistant * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * assistant * move to ent loc * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update headsets.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> * Update specific.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> * 1984 tourist * Update passenger.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update passenger.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update loadout_groups.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> --------- Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
d3e8acc7de
commit
20a74ca882
|
|
@ -0,0 +1,7 @@
|
|||
ent-ClothingHeadsetGrey = assistant headset
|
||||
ent-ClothingHeadsetChameleon = assistant headset
|
||||
ent-PassengerIDCard = assistant ID card
|
||||
ent-PassengerPDA = assistant PDA
|
||||
ent-BoxHeadset = headset box
|
||||
.desc = A box of spare assistant headsets.
|
||||
ent-BoxEncryptionKeyPassenger = assistant encryption key box
|
||||
|
|
@ -9,3 +9,4 @@ job-description-roboticist = Fabricate borgs and other robots, repair and upgrad
|
|||
job-description-cargo-assistant = Learn the basics of the logistics department, deliver crates and take buy orders from the rest of the station.
|
||||
job-description-admin-assistant = Assist command in their day-to-day activities, grab the captain a coffee, answer faxes in the bridge.
|
||||
job-description-mime-delta = Entertain the crew while remaining silent, and engage with light rivalry with the clown.
|
||||
job-description-assistant = Get your space legs, assist people, ask a Command member to give you a job.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ loadout-group-mime-neck = Mime neck
|
|||
|
||||
loadout-group-musician-neck = Musician neck
|
||||
|
||||
loadout-group-passenger-id-delta = Passenger PDA
|
||||
loadout-group-passenger-id-delta = Assistant PDA
|
||||
loadout-group-bartender-id-delta = Bartender PDA
|
||||
loadout-group-chef-id-delta = Chef PDA
|
||||
loadout-group-clown-id-delta = Clown PDA
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@ job-name-janitor = Janitor
|
|||
job-name-chaplain = Chaplain
|
||||
job-name-botanist = Botanist
|
||||
job-name-bartender = Bartender
|
||||
job-name-passenger = Passenger
|
||||
# DeltaV - Changes Passenger to Assistant. job-name-passenger is used in a dozen other places as the default job so we dont want to change that overly much.
|
||||
job-name-passenger = Assistant
|
||||
job-name-salvagespec = Salvage Specialist
|
||||
job-name-station-ai = Station AI
|
||||
# DeltaV - Hopefully makes LO maintaining easier
|
||||
|
|
|
|||
|
|
@ -33,12 +33,14 @@ loadout-group-hop-backpack = Head of Personnel backpack
|
|||
loadout-group-hop-outerclothing = Head of Personnel outer clothing
|
||||
|
||||
# Civilian
|
||||
loadout-group-passenger-jumpsuit = Passenger jumpsuit
|
||||
loadout-group-passenger-mask = Passenger mask
|
||||
loadout-group-passenger-gloves = Passenger gloves
|
||||
loadout-group-passenger-outerclothing = Passenger outer clothing
|
||||
loadout-group-passenger-shoes = Passenger shoes
|
||||
loadout-group-passenger-neck = Passenger neck
|
||||
# Begin DeltaV Changes - Rename Passenger to Assistant
|
||||
loadout-group-passenger-jumpsuit = Assistant jumpsuit
|
||||
loadout-group-passenger-mask = Assistant mask
|
||||
loadout-group-passenger-gloves = Assistant gloves
|
||||
loadout-group-passenger-outerclothing = Assistant outer clothing
|
||||
loadout-group-passenger-shoes = Assistant shoes
|
||||
loadout-group-passenger-neck = Assistant neck
|
||||
# End DeltaV Changes
|
||||
|
||||
loadout-group-bartender-head = Bartender head
|
||||
loadout-group-bartender-jumpsuit = Bartender jumpsuit
|
||||
|
|
|
|||
|
|
@ -348,13 +348,9 @@
|
|||
- MUSICIANS
|
||||
- NON-CREW
|
||||
- PARAMEDICS
|
||||
- PASSENGERS
|
||||
# DeltaV - Logistics Department - Replace Quartermaster with Logistics Officer
|
||||
- LOGISTICS OFFICERS
|
||||
# End of modified code
|
||||
# DeltaV - Epistemics Department - Replace Research Director with Mystagogue
|
||||
- MYSTAGOGUES
|
||||
# End of modified code
|
||||
- ASSISTANTS # DeltaV - Replace passengers with assistants
|
||||
- LOGISTICS OFFICERS # DeltaV - Replace Quartermaster with Logistics Officer
|
||||
- MYSTAGOGUES # DeltaV - Replace Research Director with Mystagogue
|
||||
- ROBOTICISTS
|
||||
- RODENTS
|
||||
- SALVAGE SPECIALISTS
|
||||
|
|
@ -507,7 +503,7 @@
|
|||
- HIT A HOMERUN
|
||||
- HONK
|
||||
- HOST C&C
|
||||
- IGNORE PASSENGERS
|
||||
- IGNORE ASSISTANTS # DeltaV - Replace passengers with Assistants
|
||||
- IGNORE THE CAPTAIN
|
||||
- IGNORE THE CLOWN
|
||||
- INFORM THE CREW OF EVERYTHING
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
- type: entity
|
||||
id: SpawnPointPassenger
|
||||
parent: SpawnPointJobBase
|
||||
name: passenger
|
||||
name: assistant # DeltaV - rename passenger to assistant
|
||||
components:
|
||||
- type: SpawnPoint
|
||||
job_id: Passenger
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
- type: job
|
||||
id: Passenger
|
||||
name: job-name-passenger
|
||||
description: job-description-passenger
|
||||
name: job-name-passenger # DeltaV - This is used everywhere for fallbacks so I didnt want to change it, but it says Assistant now
|
||||
description: job-description-assistant # DeltaV - Passenger to Assistant
|
||||
playTimeTracker: JobPassenger
|
||||
startingGear: PassengerGear
|
||||
icon: "JobIconPassenger"
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@
|
|||
- type: entity
|
||||
parent: BaseMail
|
||||
id: MailPassengerMoney
|
||||
suffix: passenger money
|
||||
suffix: assistant money
|
||||
components:
|
||||
- type: Mail
|
||||
contents:
|
||||
|
|
|
|||
|
|
@ -9,20 +9,22 @@
|
|||
equipment:
|
||||
id: VisitorPDALoadout
|
||||
|
||||
- type: loadout
|
||||
id: TouristPDA
|
||||
equipment:
|
||||
id: TouristPDA
|
||||
# Tourists dont visit evil space stations anymore.
|
||||
#- type: loadout
|
||||
# id: TouristPDA
|
||||
# equipment:
|
||||
# id: TouristPDA
|
||||
|
||||
- type: loadout
|
||||
id: OffDutyCrewPDA
|
||||
equipment:
|
||||
id: OffDutyCrewPDA
|
||||
|
||||
- type: loadout
|
||||
id: StudentPDA
|
||||
equipment:
|
||||
id: StudentPDA
|
||||
# Students don't visit evil stations. maybe we can rebrand this to like corporate intern or something
|
||||
#- type: loadout
|
||||
# id: StudentPDA
|
||||
# equipment:
|
||||
# id: StudentPDA
|
||||
|
||||
# Jumpsuit
|
||||
# Rose Hoodie w/ Skirt
|
||||
|
|
|
|||
|
|
@ -778,9 +778,9 @@
|
|||
loadouts:
|
||||
- PassengerPDA
|
||||
- VisitorPDA
|
||||
- TouristPDA
|
||||
# - TouristPDA
|
||||
- OffDutyCrewPDA
|
||||
- StudentPDA
|
||||
# - StudentPDA
|
||||
|
||||
- type: loadoutGroup
|
||||
id: BartenderPDADelta
|
||||
|
|
|
|||
Loading…
Reference in New Issue