Skip to content

Commit

Permalink
rework
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBurningPhoenix committed Aug 26, 2024
1 parent 8de1eef commit 56ab825
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 69 deletions.
4 changes: 4 additions & 0 deletions Resources/Locale/en-US/job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ job-name-ertjanitor = ERT Janitor
job-name-boxer = Boxer
job-name-zookeeper = Zookeeper
job-name-visitor = Visitor
job-name-maid = Maid
job-name-bomzh = Homeless
# Role timers - Make these alphabetical or I cut you
JobAtmosphericTechnician = Atmospheric Technician
Expand Down Expand Up @@ -101,3 +103,5 @@ JobTechnicalAssistant = Technical Assistant
JobVisitor = Visitor
JobWarden = Warden
JobZookeeper = Zookeeper
JobMaid = Maid
JobBomzh = Homeless
33 changes: 0 additions & 33 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -770,28 +770,6 @@


#WHITE START
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtInspector
name: inspector's informal jumpskirt
description: Informal inspector's outfit. Relax, everyone already knows what you wear under your thin shirt and skirt...
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/inspector.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/inspector.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtInspectorFormal
name: inspector's informal jumpskirt
description: Shirt, vest, short skirt and a bright red tie. This is a set of strict elegant official uniform of possibly the most terrifying person on the station - the inspector. The main thing is that you can't see the stockings under the skirt...
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/inspectorformal.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/inspectorformal.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtMaid
Expand All @@ -815,14 +793,3 @@
sprite: White/Clothing/Uniforms/Jumpskirt/maidmini.rsi

#WHITE END

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtMusician
name: musician's skirt
description: A fancy skirt for the musically inclined. Perfect for any lounge act!
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/musician.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/musician.rsi
17 changes: 2 additions & 15 deletions Resources/Prototypes/Roles/Jobs/Civilian/bomzh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,12 @@
description: job-description-bomzh
playTimeTracker: JobBomzh
requirements:
- !type:DepartmentTimeRequirement
- !type:CharacterDepartmentTimeRequirement
department: Civilian
time: 72000 # 20 ch
- !type:AgeRequirement
requiredAge: 60
- !type:GenderRequirement
requiredGenders:
- Male
- !type:SexRequirement
requiredSex:
- Male
- !type:SpeciesRequirement
species:
- Human
min: 72000 # 20 ch
weight: 20
icon: "JobIconBomzh"
supervisors: job-supervisors-hop
whitelistedSpecies:
- Human
canBeAntag: true
accessGroups:
- Maintenance
Expand Down
25 changes: 4 additions & 21 deletions Resources/Prototypes/Roles/Jobs/Command/maid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,15 @@
description: job-description-maid
playTimeTracker: JobMaid
requirements:
- !type:DepartmentTimeRequirement
- !type:CharacterDepartmentTimeRequirement
department: Medical
time: 72000 # 20 ch
- !type:DepartmentTimeRequirement
min: 72000 # 20 ch
- !type:CharacterDepartmentTimeRequirement
department: Command
time: 72000 # 20 ch
- !type:AgeRequirement
requiredAge: 20
- !type:GenderRequirement
requiredGenders:
- Female
- !type:SexRequirement
requiredSex:
- Female
- !type:SpeciesRequirement
species:
- Human
- Felinid
- Harpy
min: 72000 # 20 ch
weight: 20
icon: "JobIconMaid"
supervisors: job-supervisors-hop
whitelistedSpecies:
- Human
- Felinid
- Harpy
canBeAntag: false
accessGroups:
- Maintenance
Expand Down

0 comments on commit 56ab825

Please sign in to comment.