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

шинель для кадета СБ #136

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-ADTClothingKadet = шинель для Кадетов СБ
.desc = шинель, сшитая для новобранцев службы безопасности. Она очень похожа на шинели младших чинов РИА
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,21 @@
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9

- type: entity
parent: ClothingOuterStorageBase
id: ADTClothingKadet
name: kadet greatcoat
description: a greatcoat made for recruits to the security service. It is very similar to the overcoat of the junior ranks of RIA
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.8
Slash: 0.7
Piercing: 0.7
Heat: 0.8
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
}
]
}
Loading