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

Плащик для ОСЩ #182

Closed
wants to merge 2 commits into from
Closed
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
@@ -0,0 +1,2 @@
ent-ClothingNeckCloakBlueshield = плащ офицера "Синий Щит"
.desc = Яркий синий плащ с золотым шитьем, который носят лучшие телохранители Nanotrasen.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
prob: 0.25
- id: TrackingImplanter
amount: 5
- id: ClothingNeckCloakBlueshield

- type: entity
id: LockerBlueshieldFilledHardsuit
Expand All @@ -28,6 +29,7 @@
- id: ClothingOuterHardsuitBlueshield
- id: OxygenTankFilled
- id: ClothingMaskGas
- id: ClothingNeckCloakBlueshield

- type: entity
parent: GunSafe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@
components:
- type: Sprite
sprite: _Sunrise/Clothing/Neck/Cloaks/admiral.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakBlueshield
name: blueshield's cloak
description: A vibrant blue cape with gold stitching, worn by Nanotrasen best bodyguards.
components:
- type: Sprite
sprite: _Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi
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,26 @@
{
"version": 1,
"license": "SLA",
"copyright": "Sprited by discord: odlieerr",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading