Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Водолазки для Офицер Синий Щит #312

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ ent-LPPArbiterclothing = Костюм Арбитра
.suffix = Личные вещи
ent-LPPClothingUniformJumpsuitBlueshield = Костюм офицера "Синий Щит"
.desc = Это костюм человека высокого ранга.
ent-LPPClothingUniformSkirtleneckBlueshield = Водолазка офицера "Синий Щит"
.desc = Это костюм человека высокого ранга.
BL02DL marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- !type:CharacterJobRequirement
jobs:
- HeadOfPersonnel
- LPPBlueShieldOfficer
items:
- ClothingUniformJumpsuitBoatswain

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@
sprite: _LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_suit.rsi
- type: Clothing
sprite: _LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_suit.rsi

- type: entity
parent: ClothingUniformBase
id: LPPClothingUniformSkirtleneckBlueshield
name: blueshield's skirtleneck
description: This is the costume of a man of high rank.
components:
- type: Sprite
sprite: _LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi
- type: Clothing
sprite: _LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi
BL02DL marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,15 @@
jobs:
- LPPBlueShieldOfficer
items:
- MagazineMagnum
- MagazineMagnum

- type: loadout
id: LoadoutCommandBSSkirtleneck
category: JobsCommand
cost: 0
requirements:
- !type:CharacterJobRequirement
jobs:
- LPPBlueShieldOfficer
items:
- LPPClothingUniformSkirtleneckBlueshield
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,27 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by timxx7019 (Discord)",
BL02DL marked this conversation as resolved.
Show resolved Hide resolved
"size": {
"x": 32,
"y": 32
},

"states": [
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading