forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
210 additions
and
33 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/misc/garment_bag.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
ent-GarmentBagBase = { ent-BaseItem } | ||
.desc = Пригодится для переноски предметов в руках. | ||
.suffix = { "" } | ||
ent-GarmentBag = Сумка для одежды | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } | ||
ent-GarmentBagCaptain = Сумка для одежды капитана | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } | ||
ent-GarmentBagHoP = Сумка для одежды главы персонала | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } | ||
ent-GarmentBagHoS = Сумка для одежды главы службы безопасности | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } | ||
ent-GarmentBagCE = Сумка для одежды старшего инженера | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } | ||
ent-GarmentBagRD = Сумка для одежды научного руководителя | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } | ||
ent-GarmentBagCMO = Сумка для одежды главного врача | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } | ||
ent-GarmentBagQM = Сумка для одежды квартирмейстра | ||
.desc = Удобная сумка для одежды. | ||
.suffix = { "" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
- type: entity | ||
parent: BaseStorageItem | ||
abstract: true | ||
id: GarmentBagBase | ||
description: Useful for carrying items in your hands. | ||
components: | ||
- type: Item | ||
size: 100 | ||
- type: Storage | ||
capacity: 100 | ||
|
||
- type: entity | ||
name: garment bag | ||
parent: GarmentBagBase | ||
id: GarmentBag | ||
description: A handy bag. | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Storage/Briefcases/garment_bag.rsi | ||
state: icon | ||
- type: Item | ||
sprite: Objects/Storage/Briefcases/garment_bag.rsi | ||
|
||
- type: entity | ||
name: captain's garment bag | ||
parent: GarmentBag | ||
id: GarmentBagCaptain | ||
description: A handy bag. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakCap | ||
- id: ClothingNeckCloakCapFormal | ||
- id: ClothingOuterWinterCap | ||
- id: ClothingHandsGlovesCaptain | ||
- id: ClothingHeadHatCaptain | ||
- id: ClothingHeadHatCapcap | ||
- id: ClothingUniformJumpsuitCaptain | ||
- id: ClothingUniformJumpskirtCaptain | ||
- id: ClothingUniformJumpsuitCapFormal | ||
- id: ClothingUniformJumpskirtCapFormalDress | ||
- id: ClothingShoesBootsLaceup | ||
|
||
- type: entity | ||
name: head of personnel's garment | ||
parent: GarmentBag | ||
id: GarmentBagHoP | ||
description: A handy bag. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakHop | ||
- id: ClothingOuterWinterHoP | ||
- id: ClothingHeadHatHopcap | ||
- id: ClothingEyesGlassesSunglasses | ||
- id: ClothingUniformJumpsuitHoP | ||
- id: ClothingUniformJumpskirtHoP | ||
- id: ClothingShoesBootsLaceup | ||
|
||
- type: entity | ||
name: head of security's garment bag | ||
parent: GarmentBag | ||
id: GarmentBagHoS | ||
description: A handy bag. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakHos | ||
- id: ClothingOuterWinterHoS | ||
- id: ClothingOuterCoatHoSTrench | ||
- id: ClothingHeadHatBeretHoS | ||
- id: ClothingHeadHatHoshat | ||
- id: ClothingUniformJumpsuitHoS | ||
- id: ClothingUniformJumpskirtHoS | ||
- id: ClothingUniformJumpsuitHoSAlt | ||
- id: ClothingUniformJumpskirtHoSAlt | ||
- id: ClothingUniformJumpsuitHoSParadeMale | ||
- id: ClothingUniformJumpskirtHoSParadeMale | ||
- id: ClothingUniformJumpsuitHosFormal | ||
- id: ClothingUniformJumpskirtHosFormal | ||
- id: ClothingUniformJumpsuitHoSBlue | ||
- id: ClothingUniformJumpsuitHoSGrey | ||
- id: ClothingShoesBootsJack | ||
|
||
- type: entity | ||
name: chief engineer's garment bag | ||
parent: GarmentBag | ||
id: GarmentBagCE | ||
description: A handy bag. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakCe | ||
- id: ClothingOuterWinterCE | ||
- id: ClothingHandsGlovesCE | ||
- id: ClothingEyesGlassesMeson | ||
- id: ClothingHeadHatHardhatWhite | ||
- id: ClothingHeadHatBeretEngineering | ||
- id: ClothingUniformJumpsuitChiefEngineer | ||
- id: ClothingUniformJumpskirtChiefEngineer | ||
- id: ClothingShoesColorBrown | ||
|
||
- type: entity | ||
name: research director's garment bag | ||
parent: GarmentBag | ||
id: GarmentBagRD | ||
description: A handy bag. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakRd | ||
- id: ClothingOuterWinterRD | ||
- id: ClothingHandsGlovesColorBlack | ||
- id: ClothingHeadHatBeretRND | ||
- id: ClothingUniformJumpsuitResearchDirector | ||
- id: ClothingUniformJumpskirtResearchDirector | ||
- id: ClothingShoesBootsJack | ||
|
||
- type: entity | ||
name: quartermasters's garment bag | ||
parent: GarmentBag | ||
id: GarmentBagQM | ||
description: A handy bag. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingNeckCloakQm | ||
- id: ClothingOuterWinterQM | ||
- id: ClothingHandsGlovesColorBrown | ||
- id: ClothingHandsGlovesFingerless | ||
- id: ClothingHeadHatQMsoft | ||
- id: ClothingHeadHatQMsoftFlipped | ||
- id: ClothingMaskGas | ||
- id: ClothingUniformJumpsuitQM | ||
- id: ClothingUniformJumpskirtQM | ||
- id: ClothingShoesColorBrown | ||
|
||
- type: entity | ||
name: chief medical officer's garment bag | ||
parent: GarmentBag | ||
id: GarmentBagCMO | ||
description: A handy bag. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ClothingCloakCmo | ||
- id: ClothingOuterWinterCMO | ||
- id: ClothingOuterCoatLabCmo | ||
- id: ClothingHandsGlovesNitrile | ||
- id: ClothingHeadHatBeretCmo | ||
- id: ClothingHeadHatSurgcapBlue | ||
- id: ClothingUniformJumpsuitCMO | ||
- id: ClothingUniformJumpskirtCMO | ||
- id: ClothingShoesColorBlue |
Binary file added
BIN
+447 Bytes
Resources/Textures/Objects/Storage/Briefcases/garment_bag.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+261 Bytes
Resources/Textures/Objects/Storage/Briefcases/garment_bag.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+261 Bytes
Resources/Textures/Objects/Storage/Briefcases/garment_bag.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/Objects/Storage/Briefcases/garment_bag.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from TGstation at commit https://github.com/tgstation/tgstation/commit/d982c13b3f3f58bd2129600754a03b10eea5966c", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "icon" | ||
} | ||
] | ||
} |