Skip to content

Commit

Permalink
Китайская силовая броня и Стелс костюм (#146)
Browse files Browse the repository at this point in the history
* AME

* fix
  • Loading branch information
MrLopLop authored Feb 4, 2025
1 parent cbf166c commit 08af3ef
Show file tree
Hide file tree
Showing 35 changed files with 214 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Clothing/Head/helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,14 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9

- type: entity
parent: ClothingHeadEVAHelmetBase
id: N14ClothingHeadHelmetChinaStealth
name: шлем стелс-брони
description: Лёгкий шлем, который позволяет вам оставаться незамеченным.
components:
- type: Sprite
sprite: Corvax/Clothing/Head/Helmets/chinastealth.rsi
- type: Clothing
sprite: Corvax/Clothing/Head/Helmets/chinastealth.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
parent: N14ClothingHeadHelmetPowerArmorT51
id: N14ClothingHeadHelmetPowerArmorT51China
name: шлем китайской силовой брони
description: Шлем силовой брони модели Т-51, раскрашена в цвета ком. партии.
components:
- type: Sprite
netsync: false
sprite: Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: N14ClothingOuterPowerArmorT51
id: N14ClothingOuterPowerArmorT51China
name: китайская силовая броня
description: Модель Т-51, на обратной стороне виднеется потёртая надпись ** Сделано в китае **
components:
- type: Sprite
sprite: Corvax/Clothing/OuterClothing/PowerArmor/t51china.rsi
- type: Clothing
sprite: Corvax/Clothing/OuterClothing/PowerArmor/t51china.rsi
equipDelay: 3
unequipDelay: 6
- type: ToggleableClothing
clothingPrototype: N14ClothingHeadHelmetPowerArmorT51China
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- type: entity
parent: ClothingOuterBaseLarge
id: N14ClothingOuterSuitChinaStealth
name: китайская стелс-броня
description: Это довоенная легкая броня, которая делает владельца незаметным, использовалась элитными китайскими войсками Crimson Dragoon.
components:
- type: Sprite
sprite: Corvax/Clothing/OuterClothing/Suits/chinastealth.rsi
- type: Clothing
sprite: Corvax/Clothing/OuterClothing/Suits/chinastealth.rsi
- type: StealthClothing
visibility: 1.1
toggleAction: ActionTogglePhaseCloak
- type: TemperatureProtection
coefficient: 0.01
- type: Armor
modifiers:
coefficients:
Blunt: 0.8
Slash: 0.8
Piercing: 0.8
Heat: 0.8
- type: PowerCellSlot
cellSlotId: cell_slot
fitsInCharger: false
- type: ContainerContainer
containers:
cell_slot: !type:ContainerSlot
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium
- type: ToggleableClothing
clothingPrototype: N14ClothingHeadHelmetChinaStealth
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": "CC-BY-NC-SA-4.0",
"copyright": "Made by mars33_2.0 (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
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,67 @@
{
"version": 1,
"license": "CC-BY-NC-SA-4.0",
"copyright": "Made by mars33_2.0 (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "off-inhand-left-unshaded",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "off-inhand-right-unshaded",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4
},
{
"name": "on-inhand-left-unshaded",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
},
{
"name": "on-inhand-right-unshaded",
"directions": 4
},
{
"name": "equipped-HELMET-unshaded",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "icon-unshaded"
},
{
"name": "light-overlay"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "off-inhand-left",
"directions": 4
}
]
}
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.
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.
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": "CC-BY-NC-SA-4.0",
"copyright": "Made by mars33_2.0 (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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": "CC-BY-NC-SA-4.0",
"copyright": "Made by mars33_2.0 (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
}
]
}

0 comments on commit 08af3ef

Please sign in to comment.