Skip to content

Commit

Permalink
SWAT_armor_add
Browse files Browse the repository at this point in the history
  • Loading branch information
Focstor committed Nov 10, 2024
1 parent 9e38ce3 commit 9fbca35
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ ent-ClothingOuterArmorCentcomCarapace = флотский панцирь
.desc = Панцирь, который носят офицеры Командования флота.
ent-ClothingOuterArmorBlueShield = бронежилет офицера «синий щит»
.desc = Синий и прочный.
ent-ClothingOuterArmorSWAT = Броня SWAT
.desc = Удачная попытка НТ создать универсальную и недорогую защиту. Предоставляет отличную защиту от множества видов повреждений, но так-же крайне сильно замедляет.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,26 @@
damageCoefficient: 0.65
- type: Item
size: Normal

- type: entity
parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing]
id: ClothingOuterArmorSWAT
name: SWAT armor
description: NT's successful attempt to create universal and inexpensive protection. It provides excellent protection against many types of damage, but it also slows down extremely much.
components:
- type: Sprite
sprite: _Sunrise/Clothing/OuterClothing/Armor/swat_armor.rsi
- type: Clothing
sprite: _Sunrise/Clothing/OuterClothing/Armor/swat_armor.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.4
Slash: 0.4
Piercing: 0.5
Heat: 0.5
Radiation: 0.8
Caustic: 0.75
- type: GroupExamine
- type: ProtectedFromStepTriggers
slots: WITHOUT_POCKET
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.
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,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "спизжено с тринашки",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-reptilian",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 9fbca35

Please sign in to comment.