Skip to content

Commit

Permalink
engineer loadouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Jul 10, 2024
1 parent 6c002de commit 0500e0f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 84 deletions.
20 changes: 10 additions & 10 deletions Resources/Locale/en-US/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ loadout-group-captain-outerclothing = Captain outer clothing
loadout-group-captain-pants = Command pants
loadout-group-command-outerclothing = Command outer clothing
loadout-group-pilot-shirt = Pilot shirt
# Civilian
Expand All @@ -25,25 +24,26 @@ loadout-group-passenger-outerclothing = Passenger outer clothing
loadout-group-passenger-shoes = Passenger shoes
# Engineering
loadout-group-station-engineer-head = Station Engineer head
loadout-group-station-engineer-jumpsuit = Station Engineer jumpsuit
loadout-group-station-engineer-backpack = Station Engineer backpack
loadout-group-station-engineer-outerclothing = Station Engineer outer clothing
loadout-group-station-engineer-shoes = Station Engineer shoes
loadout-group-station-engineer-id = Station Engineer ID
loadout-group-station-engineer-head = Ship Engineer head
loadout-group-station-engineer-jumpsuit = Ship Engineer jumpsuit
loadout-group-station-engineer-pants = Ship Engineer pants
loadout-group-station-engineer-backpack = Ship Engineer backpack
loadout-group-station-engineer-outerclothing = Ship Engineer outer clothing
loadout-group-station-engineer-shoes = Ship Engineer shoes
loadout-group-station-engineer-id = Ship Engineer ID
# Security
loadout-group-security-head = Mercenary hat
loadout-group-merc-belt = Mercenary belt
loadout-group-merc-gloves = Mercenary gloves
loadout-group-merc-mask = Mercenary mask
loadout-group-merc-weapon = Weapon of choice
loadout-Kammerer = Kammerer + shells
loadout-Mosin = Mosin + box
loadout-group-merc-shoes = Mercenary shoes
loadout-group-security-outerclothing = Mercenary outer clothing
loadout-Kammerer = Kammerer + shells
loadout-Mosin = Mosin + box
# Medical
loadout-group-medical-gloves = Medical gloves
loadout-group-medical-mask = Medical mask
Expand Down
80 changes: 11 additions & 69 deletions Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# Senior times
- type: loadoutEffectGroup
id: SeniorEngineering
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobAtmosphericTechnician
time: 21600 #6 hrs
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobStationEngineer
time: 21600 #6 hrs
- !type:JobRequirementLoadoutEffect
requirement:
!type:DepartmentTimeRequirement
department: Engineering
time: 216000 # 60 hrs

# Head
- type: loadout
id: StationEngineerHardhatYellow
Expand Down Expand Up @@ -49,9 +29,6 @@
- type: loadout
id: SeniorEngineerBeret
equipment: EngineeringBeret
effects:
- !type:GroupLoadoutEffect
proto: SeniorEngineering

- type: startingGear
id: EngineeringBeret
Expand All @@ -60,55 +37,23 @@

# Jumpsuit
- type: loadout
id: StationEngineerJumpsuit
equipment: StationEngineerJumpsuit

- type: startingGear
id: StationEngineerJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitEngineering

- type: loadout
id: StationEngineerJumpskirt
equipment: StationEngineerJumpskirt

- type: startingGear
id: StationEngineerJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtEngineering

- type: loadout
id: StationEngineerHazardsuit
equipment: StationEngineerHazardsuit
id: HazardShirt
equipment: HazardShirt

- type: startingGear
id: StationEngineerHazardsuit
id: HazardShirt
equipment:
jumpsuit: ClothingUniformJumpsuitEngineeringHazard
jumpsuit: ClothingShirtEngineeringHazard

# Pants
- type: loadout
id: SeniorEngineerJumpsuit
equipment: SeniorEngineerJumpsuit
effects:
- !type:GroupLoadoutEffect
proto: SeniorEngineering
id: HazardPants
equipment: HazardPants

- type: startingGear
id: SeniorEngineerJumpsuit
id: HazardPants
equipment:
jumpsuit: ClothingUniformJumpsuitSeniorEngineer

- type: loadout
id: SeniorEngineerJumpskirt
equipment: SeniorEngineerJumpskirt
effects:
- !type:GroupLoadoutEffect
proto: SeniorEngineering

- type: startingGear
id: SeniorEngineerJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtSeniorEngineer
lowerClothing: ClothingPantsEngineeringHazard

# Back
- type: loadout
Expand Down Expand Up @@ -147,7 +92,7 @@
id: StationEngineerOuterVest
equipment:
outerClothing: ClothingOuterVestHazard

- type: loadout
id: StationEngineerWintercoat
equipment: StationEngineerWintercoat
Expand All @@ -156,7 +101,7 @@
id: StationEngineerWintercoat
equipment:
outerClothing: ClothingOuterWinterEngi

# Shoes
- type: loadout
id: WorkBoots
Expand Down Expand Up @@ -189,9 +134,6 @@
- type: loadout
id: SeniorEngineerPDA
equipment: SeniorEngineerPDA
effects:
- !type:GroupLoadoutEffect
proto: SeniorEngineering

- type: startingGear
id: SeniorEngineerPDA
Expand Down
12 changes: 7 additions & 5 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,13 @@
id: StationEngineerJumpsuit
name: loadout-group-station-engineer-jumpsuit
loadouts:
- StationEngineerJumpsuit
- StationEngineerJumpskirt
- StationEngineerHazardsuit
- SeniorEngineerJumpsuit
- SeniorEngineerJumpskirt
- HazardShirt

- type: loadoutGroup
id: StationEngineerPants
name: loadout-group-station-engineer-pants
loadouts:
- HazardPants

- type: loadoutGroup
id: StationEngineerBackpack
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
groups:
- StationEngineerHead
- StationEngineerJumpsuit
- StationEngineerPants
- StationEngineerBackpack
- StationEngineerOuterClothing
- StationEngineerShoes
Expand Down
Empty file.

0 comments on commit 0500e0f

Please sign in to comment.