forked from Vault-Overseers/nuclear-14
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Китайская силовая броня и Стелс костюм (#146)
* AME * fix
- Loading branch information
Showing
35 changed files
with
214 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
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/Corvax/Entities/Clothing/Head/powerarmorhelmet.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,9 @@ | ||
- type: entity | ||
parent: N14ClothingHeadHelmetPowerArmorT51 | ||
id: N14ClothingHeadHelmetPowerArmorT51China | ||
name: шлем китайской силовой брони | ||
description: Шлем силовой брони модели Т-51, раскрашена в цвета ком. партии. | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi |
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/powerarmor.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,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 |
35 changes: 35 additions & 0 deletions
35
Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/suits.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,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 |
Binary file added
BIN
+582 Bytes
...rces/Textures/Corvax/Clothing/Head/Helmets/chinastealth.rsi/equipped-HELMET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+248 Bytes
Resources/Textures/Corvax/Clothing/Head/Helmets/chinastealth.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+399 Bytes
Resources/Textures/Corvax/Clothing/Head/Helmets/chinastealth.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+399 Bytes
Resources/Textures/Corvax/Clothing/Head/Helmets/chinastealth.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Corvax/Clothing/Head/Helmets/chinastealth.rsi/meta.json
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,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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+651 Bytes
...orvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/equipped-HELMET-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+235 Bytes
...ces/Textures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/icon-flash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+569 Bytes
.../Textures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/icon-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+569 Bytes
Resources/Textures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+235 Bytes
.../Textures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/light-overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions
67
Resources/Textures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/meta.json
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,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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+651 Bytes
...res/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/off-equipped-HELMET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+819 Bytes
...orvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/off-inhand-left-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+819 Bytes
...extures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/off-inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+818 Bytes
...rvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/off-inhand-right-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+818 Bytes
...xtures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/off-inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+870 Bytes
...ures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/on-equipped-HELMET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+819 Bytes
...Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/on-inhand-left-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+819 Bytes
...Textures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/on-inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+818 Bytes
...orvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/on-inhand-right-unshaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+818 Bytes
...extures/Corvax/Clothing/Head/PowerArmorHelmets/t51сhina.rsi/on-inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.08 KB
...orvax/Clothing/OuterClothing/PowerArmor/t51china.rsi/equipped-OUTERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+784 Bytes
Resources/Textures/Corvax/Clothing/OuterClothing/PowerArmor/t51china.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+625 Bytes
.../Textures/Corvax/Clothing/OuterClothing/PowerArmor/t51china.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+737 Bytes
...Textures/Corvax/Clothing/OuterClothing/PowerArmor/t51china.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Corvax/Clothing/OuterClothing/PowerArmor/t51china.rsi/meta.json
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,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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+920 Bytes
...Corvax/Clothing/OuterClothing/Suits/chinastealth.rsi/equipped-OUTERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+583 Bytes
Resources/Textures/Corvax/Clothing/OuterClothing/Suits/chinastealth.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+693 Bytes
...s/Textures/Corvax/Clothing/OuterClothing/Suits/chinastealth.rsi/inhand-left.png
Oops, something went wrong.
Binary file added
BIN
+670 Bytes
.../Textures/Corvax/Clothing/OuterClothing/Suits/chinastealth.rsi/inhand-right.png
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/Corvax/Clothing/OuterClothing/Suits/chinastealth.rsi/meta.json
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,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 | ||
} | ||
] | ||
} |