Skip to content

Commit

Permalink
Бронежилет инквизитора (#243)
Browse files Browse the repository at this point in the history
* Sith vest sprite

* Balance for Sith armor

* Contraband fix

* fix desc v1

* Gear for Kylo

* Fix Sith vest

* delete shit contraband

---------

Co-authored-by: Shegare <[email protected]>
  • Loading branch information
Shegare and Shegare authored Nov 8, 2024
1 parent 3c68e8f commit fa71fe9
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
parent: ClothingNeckBase
id: ClothingNeckCloakSith
name: плащ инквизитора
description: Невероятное произведение искусства, объединяющее в себе прочность и легкость. Заряжен неведомой энергией.
description: Невероятное произведение искусства, защищающее от космических невзгод. Заряжен неведомой энергией.
components:
- type: TemperatureProtection
heatingCoefficient: 0.005
Expand All @@ -15,14 +15,9 @@
radius: 1.5
energy: 0.45
softness: 3
- type: ExplosionResistance
damageCoefficient: 0.2
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.3
Heat: 0.4
Radiation: 0.25
Caustic: 0.4
Expand All @@ -44,22 +39,17 @@
parent: ClothingNeckBase
id: ClothingNeckCloakKylo
name: плащ кайло рена
description: Невероятное произведение искусства, объединяющее в себе прочность и легкость.
description: Тёмный плащ, поглощает огненный урон и защищает от космических невзгод.
components:
- type: TemperatureProtection
heatingCoefficient: 0.005
coolingCoefficient: 0.005
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
- type: ExplosionResistance
damageCoefficient: 0.2
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.3
Heat: 0.4
Radiation: 0.25
Caustic: 0.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,25 @@
sprite: Stories/Clothing/OuterClothing/Vests/exe_armor.rsi
- type: Clothing
sprite: Stories/Clothing/OuterClothing/Vests/exe_armor.rsi

- type: entity
parent: ClothingOuterArmorBasic
id: ClothingOuterVestSith
name: бронежилет инквизитора
description: Грозный бронежилет, обеспечивающий высокую защиту от механических повреждений.
components:
- type: ExplosionResistance
damageCoefficient: 0.2
- type: Armor
modifiers:
coefficients:
Blunt: 0.6
Slash: 0.6
Piercing: 0.3
- type: Tag
tags:
- ForceRecallEquipment
- type: Sprite
sprite: Stories/Clothing/OuterClothing/Vests/sith_armor.rsi
- type: Clothing
sprite: Stories/Clothing/OuterClothing/Vests/sith_armor.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
neck: ClothingNeckCloakSith
eyes: ClothingEyesHudSyndicate
gloves: ClothingHandsGlovesSith
outerClothing: ClothingOuterVestSith
shoes: ClothingShoesSith
id: AgentIDCard
back: JetpackBlackFilled
Expand All @@ -21,6 +22,7 @@
mask: ClothingMaskGasSyndicate
neck: ClothingNeckCloakKylo
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterVestSith
shoes: ClothingShoesSith
id: AgentIDCard
back: JetpackBlackFilled
Expand Down
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-SA-3.0",
"copyright": "Created by Shegare(discord:shegare), based on a sprite from RustedTim(discord:helloo4771), for SpaceStories(Server SS14)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit fa71fe9

Please sign in to comment.