-
Notifications
You must be signed in to change notification settings - Fork 91
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
1 parent
6f8cfd7
commit 029be8e
Showing
99 changed files
with
780 additions
and
0 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -46,6 +46,7 @@ | |
- HeadOfSecurity | ||
- ResearchDirector | ||
- Quartermaster | ||
- BlueShield | ||
primary: false | ||
weight: 100 | ||
|
||
|
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
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
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
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/_Sunrise/Entities/Clothing/Belt/belts.yml
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,10 @@ | ||
- type: entity | ||
parent: ClothingBeltStorageBase | ||
id: ClothingBeltBlueShieldWebbing | ||
name: рпс офицера «синий щит» | ||
description: Голубой?! | ||
components: | ||
- type: Sprite | ||
sprite: _Sunrise/Clothing/Belt/blueshield_webbing.rsi | ||
- type: Clothing | ||
sprite: _Sunrise/Clothing/Belt/blueshield_webbing.rsi |
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
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
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
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/_Sunrise/Entities/Objects/Devices/identification_cards.yml
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,15 @@ | ||
- type: entity | ||
parent: IDCardStandard | ||
id: BlueShieldIDCard | ||
name: ID карта офицера «синий щит» | ||
description: Карта, необходимая для доступа в различные области станции. | ||
components: | ||
- type: Sprite | ||
sprite: _Sunrise/Objects/Misc/id_cards.rsi | ||
layers: | ||
- state: silver | ||
- state: idblueshield | ||
- type: Item | ||
heldPrefix: silver | ||
- type: PresetIdCard | ||
job: BlueShield |
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
44 changes: 44 additions & 0 deletions
44
Resources/Prototypes/_Sunrise/Loadouts/Jobs/Command/blueshield.yml
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,44 @@ | ||
- type: loadout | ||
id: BlueShieldBackpack | ||
equipment: BlueShieldBackpack | ||
|
||
- type: startingGear | ||
id: BlueShieldBackpack | ||
equipment: | ||
back: ClothingBackpackBlueShieldFilled | ||
|
||
- type: loadout | ||
id: BlueShieldSatchel | ||
equipment: BlueShieldSatchel | ||
|
||
- type: startingGear | ||
id: BlueShieldSatchel | ||
equipment: | ||
back: ClothingBackpackSatchelBlueShieldFilled | ||
|
||
- type: loadout | ||
id: BlueShieldDuffel | ||
equipment: BlueShieldDuffel | ||
|
||
- type: startingGear | ||
id: BlueShieldDuffel | ||
equipment: | ||
back: ClothingBackpackDuffelBlueShieldFilled | ||
|
||
- type: loadout | ||
id: BlueShieldJumpsuit | ||
equipment: BlueShieldJumpsuit | ||
|
||
- type: startingGear | ||
id: BlueShieldJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitBlueShield | ||
|
||
- type: loadout | ||
id: BlueShieldJumpskirt | ||
equipment: BlueShieldJumpskirt | ||
|
||
- type: startingGear | ||
id: BlueShieldJumpskirt | ||
equipment: | ||
jumpsuit: ClothingUniformJumpskirtBlueShield |
Oops, something went wrong.