Skip to content

Commit

Permalink
Janitor-Control
Browse files Browse the repository at this point in the history
  • Loading branch information
EstKemran committed Aug 7, 2024
1 parent a80b4cc commit fe287de
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ss220/clothing/Jumpsuit/jumpsuit.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ ent-ClothingUniformJumpsuitTrustedLawyer = костюм доверенного
.desc = Шикарный костюм для тех, кто следит за безупречным исполнением законов компании. Говорят, что вы способны навязать свои требования даже самому Богу.
ent-ClothingUniformJumpsuitWarehouseman = рабочий комбинезон заведующего складом
.desc = Практичный, удобный, не стесняющий движения и главное стильный комбинезон. У вас с ним связаны плохие воспоминания о прошлом начальнике
ent-ClothingUniformJumpsuitJanitorBlue = синий костюм уборщика
.desc = Костюм таинственного уборщика.
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
loadouts:
- JanitorJumpsuit
- JanitorJumpskirt
- JanitorBlueJumpsuit #SS220-Janitor-Control

- type: loadoutGroup
id: JanitorGloves
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,18 @@
- type: Clothing
sprite: SS220/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi

# Уборщик
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitJanitorBlue
name: blue janitor's suit
description: The costume of the mysterious cleaner.
components:
- type: Sprite
sprite: SS220/Clothing/Uniforms/Jumpsuit/janitor_control.rsi
- type: Clothing
sprite: SS220/Clothing/Uniforms/Jumpsuit/janitor_control.rsi

# Medical

# Парамед
Expand Down
18 changes: 18 additions & 0 deletions Resources/Prototypes/SS220/Loadouts/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Janitor Time
- type: loadoutEffectGroup
id: JanitorControl
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobJanitor
time: 108000 # 30 hrs

# Jumpsuit
- type: loadout
id: JanitorBlueJumpsuit
effects:
- !type:GroupLoadoutEffect
proto: JanitorControl
equipment:
jumpsuit: ClothingUniformJumpsuitJanitorBlue
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.tx",
"copyright": "Sprited by Kerch91 (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe287de

Please sign in to comment.