Skip to content

Commit

Permalink
Who i am? (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tris0r authored Dec 24, 2024
1 parent 620ffab commit 55d7856
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ss220/clothing/Uniforms/jumpskirt.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ent-ClothingUniformJumpskirtCentcomOfficerTurtleneck = водолазка с юбкой Центком
.desc = Версия водолазки Центком с юбкой, более редкая и востребованная, чем оригинал.
ent-ClothingUniformJumpskirtWaitress = униформа официантки
.desc = Униформа девочки на побегушках.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
- type: Clothing
sprite: SS220/Clothing/Uniforms/Jumpskirt/bartender_nt.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtWaitress
name: waitress uniform
description: The uniform of an errand girl.
components:
- type: Sprite
sprite: SS220/Clothing/Uniforms/Jumpskirt/waitress.rsi
- type: Clothing
sprite: SS220/Clothing/Uniforms/Jumpskirt/waitress.rsi

# Шеф повар

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
id: ServiceWorkerWaiter
equipment:
jumpsuit: ClothingUniformJumpsuitWaiter

# Jumpskirt
- type: loadout
id: ServiceWorkerWaitress
equipment:
jumpsuit: ClothingUniformJumpskirtWaitress
5 changes: 3 additions & 2 deletions Resources/Prototypes/SS220/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
- SecuritySatchel
- SecurityDuffel
- DetectiveNoirSatchel

- type: loadoutGroup
id: SecurityGloves
name: loadout-group-security-gloves
Expand Down Expand Up @@ -687,9 +687,10 @@
- type: loadoutGroup
id: ServiceWorkerJumpsuit
name: loadout-group-service-worker-jumpsuit
hidden: true
loadouts:
- ServiceWorkerWaiter
- ServiceWorkerWaitress

# Сервисный работник (Конец)

#! Сервис (Конец)
Expand Down
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.
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,30 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Made by kemran2933 (discord) and dinazewwr (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 55d7856

Please sign in to comment.