diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml index 9963637568..66d9f295d9 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml @@ -2,7 +2,7 @@ parent: ClothingNeckBase id: ClothingNeckCloakSith name: плащ инквизитора - description: Невероятное произведение искусства, объединяющее в себе прочность и легкость. Заряжен неведомой энергией. + description: Невероятное произведение искусства, защищающее от космических невзгод. Заряжен неведомой энергией. components: - type: TemperatureProtection heatingCoefficient: 0.005 @@ -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 @@ -44,7 +39,7 @@ parent: ClothingNeckBase id: ClothingNeckCloakKylo name: плащ кайло рена - description: Невероятное произведение искусства, объединяющее в себе прочность и легкость. + description: Тёмный плащ, поглощает огненный урон и защищает от космических невзгод. components: - type: TemperatureProtection heatingCoefficient: 0.005 @@ -52,14 +47,9 @@ - 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 diff --git a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml index 53013c98f5..e6195d7370 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml @@ -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 diff --git a/Resources/Prototypes/Stories/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Stories/Roles/Jobs/Fun/misc_startinggear.yml index f47e5993d1..30a1acaa88 100644 --- a/Resources/Prototypes/Stories/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Stories/Roles/Jobs/Fun/misc_startinggear.yml @@ -6,6 +6,7 @@ neck: ClothingNeckCloakSith eyes: ClothingEyesHudSyndicate gloves: ClothingHandsGlovesSith + outerClothing: ClothingOuterVestSith shoes: ClothingShoesSith id: AgentIDCard back: JetpackBlackFilled @@ -21,6 +22,7 @@ mask: ClothingMaskGasSyndicate neck: ClothingNeckCloakKylo gloves: ClothingHandsGlovesCombat + outerClothing: ClothingOuterVestSith shoes: ClothingShoesSith id: AgentIDCard back: JetpackBlackFilled diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..8b645296b7 Binary files /dev/null and b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/icon.png b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/icon.png new file mode 100644 index 0000000000..5a568b8a3f Binary files /dev/null and b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/icon.png differ diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/inhand-left.png b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/inhand-left.png new file mode 100644 index 0000000000..a2862bdcf8 Binary files /dev/null and b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/inhand-right.png b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/inhand-right.png new file mode 100644 index 0000000000..40b00115c1 Binary files /dev/null and b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/meta.json b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/meta.json new file mode 100644 index 0000000000..1a683e0298 --- /dev/null +++ b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/sith_armor.rsi/meta.json @@ -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 + } + ] +}