Skip to content

Commit

Permalink
Водолазки для Офицер Синий Щит
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide-droids authored and DarkSide-droids committed Oct 30, 2024
1 parent cc81578 commit f061b65
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 1 deletion.
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 = Это костюм человека высокого ранга.
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
13 changes: 12 additions & 1 deletion Resources/Prototypes/_LostParadise/Loadouts/Jobs/blueshield.yml
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)",
"size": {
"x": 32,
"y": 32
},

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

0 comments on commit f061b65

Please sign in to comment.