From a04cbd9be2bd80f1d19b3dfaf27441b7027fb795 Mon Sep 17 00:00:00 2001 From: liegend <2008.morozov.ri@gmail.com> Date: Wed, 10 Jun 2026 15:24:55 +0700 Subject: [PATCH 1/5] all_in --- .../BloodCult/BloodCultSystem.Equipment.cs | 3 +- .../_Wega/Chaplain/ChaplainEquipmentSystem.cs | 57 +++++++++++++ .../Component/ChaplainItemComponent.cs | 9 ++ .../ru-RU/_wega/bloodcult/bloodcult.ftl | 4 +- .../_wega/catalog/fills/items/belts.ftl | 4 +- .../entities/clothing/outerclothing/armor.ftl | 14 ++++ .../_wega/entities/objects/misc/vouchers.ftl | 3 + .../weapons/guns/battery/battery_guns.ftl | 6 +- .../Entities/Objects/Weapons/Melee/sword.yml | 1 + .../Jobs/CentComm/emergencyresponseteam.yml | 13 +-- .../Roles/Jobs/Civilian/chaplain.yml | 5 +- .../_Wega/Catalog/Fills/Items/belt.yml | 22 ++++- .../Entities/Clothing/OuterClothing/armor.yml | 78 ++++++++++++++++++ .../Objects/Misc/hardsuitselector.yml | 19 +++++ .../Weapons/Guns/Battery/battery_guns.yml | 74 +++++++++++++++++ .../Entities/Objects/Weapons/Melee/magic.yml | 1 + .../Belt/holster.rsi/equipped-BELT.png | Bin 0 -> 419 bytes .../Clothing/Belt/holster.rsi/icon-filled.png | Bin 0 -> 298 bytes .../_Wega/Clothing/Belt/holster.rsi/icon.png | Bin 0 -> 259 bytes .../Clothing/Belt/holster.rsi/inhand-left.png | Bin 0 -> 306 bytes .../Belt/holster.rsi/inhand-right.png | Bin 0 -> 289 bytes .../_Wega/Clothing/Belt/holster.rsi/meta.json | 29 +++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1849 bytes .../chaplain_armor/churst_armor.rsi/icon.png | Bin 0 -> 683 bytes .../churst_armor.rsi/inhand-left.png | Bin 0 -> 624 bytes .../churst_armor.rsi/inhand-right.png | Bin 0 -> 622 bytes .../chaplain_armor/churst_armor.rsi/meta.json | 26 ++++++ .../clock.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1865 bytes .../Armor/chaplain_armor/clock.rsi/icon.png | Bin 0 -> 770 bytes .../Armor/chaplain_armor/clock.rsi/meta.json | 18 ++++ .../equipped-OUTERCLOTHING-light.png | Bin 0 -> 432 bytes .../helldiver.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 5372 bytes .../chaplain_armor/helldiver.rsi/icon.png | Bin 0 -> 2472 bytes .../helldiver.rsi/inhand-left.png | Bin 0 -> 2903 bytes .../helldiver.rsi/inhand-right.png | Bin 0 -> 2690 bytes .../helldiver.rsi/light-overlay.png | Bin 0 -> 199 bytes .../chaplain_armor/helldiver.rsi/meta.json | 33 ++++++++ .../equipped-OUTERCLOTHING-vox.png | Bin 0 -> 2110 bytes .../inquisitor.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 2081 bytes .../chaplain_armor/inquisitor.rsi/icon.png | Bin 0 -> 608 bytes .../inquisitor.rsi/inhand-left.png | Bin 0 -> 491 bytes .../inquisitor.rsi/inhand-right.png | Bin 0 -> 477 bytes .../chaplain_armor/inquisitor.rsi/meta.json | 30 +++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1971 bytes .../chaplain_armor/magic_armor.rsi/icon.png | Bin 0 -> 664 bytes .../magic_armor.rsi/inhand-left.png | Bin 0 -> 923 bytes .../magic_armor.rsi/inhand-right.png | Bin 0 -> 889 bytes .../chaplain_armor/magic_armor.rsi/meta.json | 26 ++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1978 bytes .../chaplain_armor/schema_monk.rsi/icon.png | Bin 0 -> 685 bytes .../chaplain_armor/schema_monk.rsi/meta.json | 18 ++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1487 bytes .../chaplain_armor/witchhunter.rsi/icon.png | Bin 0 -> 460 bytes .../chaplain_armor/witchhunter.rsi/meta.json | 18 ++++ .../Weapons/Guns/Battery/casul.rsi/icon.png | Bin 0 -> 579 bytes .../Guns/Battery/casul.rsi/inhand-left.png | Bin 0 -> 417 bytes .../Guns/Battery/casul.rsi/inhand-right.png | Bin 0 -> 423 bytes .../Weapons/Guns/Battery/casul.rsi/meta.json | 22 +++++ .../Weapons/Guns/Battery/jackal.rsi/icon.png | Bin 0 -> 543 bytes .../Guns/Battery/jackal.rsi/inhand-left.png | Bin 0 -> 383 bytes .../Guns/Battery/jackal.rsi/inhand-right.png | Bin 0 -> 386 bytes .../Weapons/Guns/Battery/jackal.rsi/meta.json | 22 +++++ 62 files changed, 543 insertions(+), 12 deletions(-) create mode 100644 Content.Server/_Wega/Chaplain/ChaplainEquipmentSystem.cs create mode 100644 Content.Shared/_Wega/Clothing/Component/ChaplainItemComponent.cs create mode 100644 Resources/Textures/_Wega/Clothing/Belt/holster.rsi/equipped-BELT.png create mode 100644 Resources/Textures/_Wega/Clothing/Belt/holster.rsi/icon-filled.png create mode 100644 Resources/Textures/_Wega/Clothing/Belt/holster.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/Belt/holster.rsi/inhand-left.png create mode 100644 Resources/Textures/_Wega/Clothing/Belt/holster.rsi/inhand-right.png create mode 100644 Resources/Textures/_Wega/Clothing/Belt/holster.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi/inhand-left.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi/inhand-right.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/equipped-OUTERCLOTHING-light.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/inhand-left.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/inhand-right.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/light-overlay.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/equipped-OUTERCLOTHING-vox.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/inhand-left.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/inhand-right.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/inhand-left.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/inhand-right.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/witchhunter.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/witchhunter.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/witchhunter.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/inhand-left.png create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/inhand-right.png create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/meta.json create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/icon.png create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/inhand-left.png create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/inhand-right.png create mode 100644 Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/meta.json diff --git a/Content.Server/_Wega/BloodCult/BloodCultSystem.Equipment.cs b/Content.Server/_Wega/BloodCult/BloodCultSystem.Equipment.cs index d4b5f77ecf8..8dc66cec0e9 100644 --- a/Content.Server/_Wega/BloodCult/BloodCultSystem.Equipment.cs +++ b/Content.Server/_Wega/BloodCult/BloodCultSystem.Equipment.cs @@ -29,10 +29,9 @@ private void OnDidEquip(Entity ent, ref GotEquippedEvent if (HasComp(args.EquipTarget) && ent.Comp.Cult == CultType.Veil) return; - + if (HasComp(args.EquipTarget)) return; - _transform.SetCoordinates(ent, Transform(args.EquipTarget).Coordinates); _transform.AttachToGridOrMap(ent); _throwing.TryThrow(ent, _random.NextVector2(), 1); diff --git a/Content.Server/_Wega/Chaplain/ChaplainEquipmentSystem.cs b/Content.Server/_Wega/Chaplain/ChaplainEquipmentSystem.cs new file mode 100644 index 00000000000..9425d4b393d --- /dev/null +++ b/Content.Server/_Wega/Chaplain/ChaplainEquipmentSystem.cs @@ -0,0 +1,57 @@ +using Content.Shared.Inventory.Events; +using Content.Shared.Hands; +using Content.Shared._Wega.Chaplain.Components; +using Content.Shared.Popups; +using Content.Shared.Throwing; +using Robust.Shared.Random; +using Content.Server.Bible.Components; + +namespace Content.Server._Wega.Chaplain; + +public sealed partial class ChaplainEquipmentSystem : EntitySystem +{ + [Dependency] private SharedTransformSystem _transform = default!; + [Dependency] private ThrowingSystem _throwing = default!; + [Dependency] private SharedPopupSystem _popup = default!; + [Dependency] private IRobustRandom _random = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnEquipped); + SubscribeLocalEvent(OnPickUp); + } + + private void OnEquipped(Entity ent, ref GotEquippedEvent args) + { + var target = args.EquipTarget; + + if (HasComp(target)) + return; + + _transform.SetCoordinates(ent, Transform(target).Coordinates); + _transform.AttachToGridOrMap(ent); + _throwing.TryThrow(ent, _random.NextVector2(), 1); + _popup.PopupEntity(Loc.GetString("chaplain-pickup-fail"), + target, target, PopupType.MediumCaution); + } + + private void OnPickUp(Entity ent, ref BeforeGettingEquippedHandEvent args) + { + if (args.Cancelled) + return; + + var user = args.User; + + if (HasComp(user)) + return; + + args.Cancelled = true; + _transform.SetCoordinates(ent, Transform(user).Coordinates); + _transform.AttachToGridOrMap(ent); + _throwing.TryThrow(ent, _random.NextVector2(), 1); + _popup.PopupEntity(Loc.GetString("chaplain-pickup-fail"), + user, user, PopupType.MediumCaution); + } +} \ No newline at end of file diff --git a/Content.Shared/_Wega/Clothing/Component/ChaplainItemComponent.cs b/Content.Shared/_Wega/Clothing/Component/ChaplainItemComponent.cs new file mode 100644 index 00000000000..ecadc43e4fc --- /dev/null +++ b/Content.Shared/_Wega/Clothing/Component/ChaplainItemComponent.cs @@ -0,0 +1,9 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared._Wega.Chaplain.Components; + +[RegisterComponent, NetworkedComponent] +public sealed partial class ChaplainItemComponent : Component +{ + //РП маркер +} \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_wega/bloodcult/bloodcult.ftl b/Resources/Locale/ru-RU/_wega/bloodcult/bloodcult.ftl index 90f397353cf..2a0c8c6b910 100644 --- a/Resources/Locale/ru-RU/_wega/bloodcult/bloodcult.ftl +++ b/Resources/Locale/ru-RU/_wega/bloodcult/bloodcult.ftl @@ -122,4 +122,6 @@ blood-cultist-ritual-message = TOK-LYR RQA-NAP G'OLT-ULOFT! blood-cultist-default-message = Durn'koth ya'riska thol'mar! blood-cult-on-equip-hand = Ваша рука теряет возможность сжаться в кулак из-за проклятия и вы роняете предмет. -blood-cult-on-equip = Одежда слетает с вас, как только вы её надели из-за проклятия. \ No newline at end of file +blood-cult-on-equip = Одежда слетает с вас, как только вы её надели из-за проклятия. + +chaplain-pickup-fail = Вы не можете взять этот священный предмет! \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/catalog/fills/items/belts.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/catalog/fills/items/belts.ftl index 25ea99a0632..4bab92d4009 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/catalog/fills/items/belts.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/catalog/fills/items/belts.ftl @@ -13,4 +13,6 @@ ent-ClothingBeltSheathChaplinFilled = { ent-ClothingBeltSheathChaplin } .desc = { ent-ClothingBeltSheathChaplin.desc } ent-ClothingBeltSheathChaplinFilledERT = { ent-ClothingBeltSheathChaplin } .suffix = Заполненый, ОБР - .desc = { ent-ClothingBeltSheathChaplin.desc } \ No newline at end of file + .desc = { ent-ClothingBeltSheathChaplin.desc } +ent-ClothingBeltHolsterFilledChaplain = пояс священного вооружения + .desc = Наплечная кобура от богов. Содержит два пистолета. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/clothing/outerclothing/armor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/clothing/outerclothing/armor.ftl index ae04565befa..058a6b744d6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/clothing/outerclothing/armor.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/clothing/outerclothing/armor.ftl @@ -38,3 +38,17 @@ ent-VeilCultBrassCuirassReflection = { ent-VeilCultBrassCuirass } ent-VeilCultBrassCuirassSmoke = { ent-VeilCultBrassCuirass } .desc = { ent-VeilCultBrassCuirass.desc } .suffix = Дымовая завеса +ent-BaseArmorChaplain = броня крестоносца + .desc = Тяжелые доспехи из усиленных металлических пластин, предназначенны для храмовых служителей. +ent-ArmorChaplainHelldiver = адская броня + .desc = { ent-BaseArmorChaplain.desc} +ent-ArmorChaplainMagic = святая броня + .desc = { ent-BaseArmorChaplain.desc} +ent-ArmorChaplainSchema = схима монаха + .desc = { ent-BaseArmorChaplain.desc} +ent-ArmorChaplainInquisitor = доспехи инквизитора + .desc = { ent-BaseArmorChaplain.desc} +ent-ArmorChaplainWitchHunter = одежда охотника на вампиров + .desc = { ent-BaseArmorChaplain.desc} +ent-ArmorChaplainBrass = латунная броня + .desc = { ent-BaseArmorChaplain.desc} \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/misc/vouchers.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/misc/vouchers.ftl index 23275370d2d..f63e7f883e1 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/misc/vouchers.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/misc/vouchers.ftl @@ -85,5 +85,8 @@ ent-HardsuitOperSelector = преобразователь кровавого-к .desc = { ent-HardsuitCESelector.desc } .suffix = Селектор ent-HardsuitOperMedSelector = преобразователь медицинского кровавого-красного скафандра + .desc = { ent-HardsuitCESelector.desc } + .suffix = Селектор +ent-HardsuitChaplain = преобразователь священного одеяния .desc = { ent-HardsuitCESelector.desc } .suffix = Селектор \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl index d1145790615..0a3159a77b5 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl @@ -34,4 +34,8 @@ ent-WeaponPulseShotgun = импульсный дробовик .suffix = Дробовик ent-WeaponPulseSniper = импульсная снайперская винтовка .desc = Импульсныая винтовка с очень низким показателем скоростельности засчет убойности поподания. Один выстрел - один почти готовый труп. - .suffix = Винтовка \ No newline at end of file + .suffix = Винтовка +ent-WeaponPistolCasul = случайность + .desc = Первый из двух огромных пистолетов, способных стрелять регенерирующими пулями. Не может "жить" без своего «сестринского» пистолета. +ent-WeaponPistolJackal = отчаяние + .desc = { ent-WeaponPistolCasul.desc} \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index 606519bc4b5..a6e3da6c547 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -192,6 +192,7 @@ - 0,0,1,3 # Corvax-Wega-NullRod-start - type: NullRod + - type: ChaplainItem - type: Reflect reflectProb: 0.3 spread: 90 diff --git a/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml b/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml index 31768338991..db7df00dfb5 100644 --- a/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml +++ b/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml @@ -125,11 +125,14 @@ storage: back: - BoxCandle - - DrinkWaterBottleFull # Corvax-Wega - - DrinkWaterBottleFull # Corvax-Wega - - HolyWaterGrenade # Corvax-Wega - - HolyWaterGrenade # Corvax-Wega - - HolyWaterGrenade # Corvax-Wega + # Corvax-Wega-Edit-Start + - DrinkWaterBottleFull + - DrinkWaterBottleFull + - HolyWaterGrenade + - HolyWaterGrenade + - HolyWaterGrenade + - HardsuitChaplain + # Corvax-Wega-Edit-End - Lantern - Lantern - Bible diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml index b000799cc1c..ca8dd3b9829 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml @@ -18,6 +18,8 @@ - !type:AddComponentSpecial components: - type: BibleUser #Lets them heal with bibles + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] # Corvax-Wega-Edit - type: startingGear id: ChaplainGear @@ -25,10 +27,11 @@ # shoes: ClothingShoesColorBlack # Corvax-Wega-Edit id: ChaplainPDA ears: ClothingHeadsetService - belt: ClothingBeltSheathChaplinFilled + belt: ClothingBeltSheathChaplinFilled #Wega-Chaplain-Edit storage: back: - RubberStampChaplain + - HardsuitChaplain - type: chameleonOutfit id: ChaplainChameleonOutfit diff --git a/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml index f5c0982087f..7308b54ed38 100644 --- a/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml @@ -71,4 +71,24 @@ - type: ContainerFill containers: item: - - WeaponNullRodERT \ No newline at end of file + - WeaponNullRodERT + +- type: entity + id: ClothingBeltHolsterFilledChaplain + parent: ClothingBeltHolster + name: Chaplains' Holster + description: A shoulder holster from the Gods. Contains a set of dual pistols. + suffix: Filled, Chaplain + components: + - type: Item + size: Ginormous + - type: Sprite + sprite: _Wega/Clothing/Belt/holster.rsi + - type: Clothing + sprite: _Wega/Clothing/Belt/holster.rsi + - type: EntityTableContainerFill + containers: + storagebase: !type:AllSelector + children: + - id: WeaponPistolJackal + - id: WeaponPistolCasul \ No newline at end of file diff --git a/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml index 8ad55e6f215..49a3c6056cb 100644 --- a/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml @@ -304,3 +304,81 @@ - VeilCultBrassCuirassReflection - VeilCultBrassCuirassAbsorb - VeilCultBrassCuirassSmoke + +# armor chaplain start +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing] + id: BaseArmorChaplain + name: crusader armor + description: A heavy armor made of reinforced metal plates for for temple ministers. + components: + - type: Sprite + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi + - type: Clothing + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.5 + Heat: 0.5 + - type: ExplosionResistance + damageCoefficient: 0.5 + - type: FireProtection + reduction: 0.5 + - type: ClothingSpeedModifier + walkModifier: 1.0 + sprintModifier: 1.0 + - type: ChaplainItem + +- type: entity + parent: BaseArmorChaplain + id: ArmorChaplainHelldiver + name: hell armor + components: + - type: Sprite + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi + - type: Clothing + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi + +- type: entity + parent: BaseArmorChaplain + id: ArmorChaplainMagic + name: magic armor + components: + - type: Sprite + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi + - type: Clothing + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi + +- type: entity + parent: BaseArmorChaplain + id: ArmorChaplainBrass + name: brass armor + components: + - type: Sprite + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi + - type: Clothing + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi + +- type: entity + parent: BaseArmorChaplain + id: ArmorChaplainInquisitor + name: inquisitor armor + components: + - type: Sprite + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi + - type: Clothing + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi + +- type: entity + parent: BaseArmorChaplain + id: ArmorChaplainWitchHunter + name: vampire hunter armor + components: + - type: Sprite + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/witchhunter.rsi + - type: Clothing + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/witchhunter.rsi +# armor chaplain end diff --git a/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml b/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml index 65d2bf422d9..bd81cc34cf2 100644 --- a/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml +++ b/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml @@ -198,3 +198,22 @@ - ClothingModularControllerSyndicatePreassembled - ClothingOuterHardsuitSyndieMedic +- type: entity + parent: BaseHardsuitSelector + id: HardsuitChaplain + name: operative med hardsuit selector + description: "An obsidian rod that strikes paranormal things." + suffix: Selector + components: + - type: Sprite + sprite: _Wega/Objects/Misc/HardsuitSelector/advanced.rsi + - type: ItemSelector + items: + - BaseArmorChaplain + - ArmorChaplainHelldiver + - ArmorChaplainMagic + - ArmorChaplainSchema + - ArmorChaplainInquisitor + - ArmorChaplainWitchHunter + - type: Item + size: Normal # чтоб в лодаут вмещался diff --git a/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 7de7f929f31..96d8ebb6161 100644 --- a/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -389,3 +389,77 @@ maxCharge: 1000 startingCharge: 1000 - type: Appearance + +# Casul & Jackal +- type: entity + name: Casul + parent: BaseWeaponBatterySmall + id: WeaponPistolCasul + description: The first of two huge pistols, capable of firing regenerating silver bullets. Incapable of firing without its sister gun. + components: + - type: ChaplainItem + - type: NullRod + firstNullDamage: 99.99 + nullDamage: 0.01 + - type: PointLight + radius: 1.2 + energy: 2.20 # ///...\\\ + castShadows: false + color: "#0639f9" + - type: Sprite + sprite: _Wega/Objects/Weapons/Guns/Battery/casul.rsi + state: icon + - type: Clothing + sprite: _Wega/Objects/Weapons/Guns/Battery/casul.rsi + quickEquip: false + slots: + - suitStorage + - Belt + - type: Gun + minAngle: 1 + maxAngle: 5 + angleIncrease: 1 + angleDecay: 4 + fireRate: 6 + availableModes: + - SemiAuto + - FullAuto + soundGunshot: + path: /Audio/Weapons/Guns/Gunshots/mk58.ogg + - type: Item + heldPrefix: lethal + size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 + - type: BatteryAmmoProvider + proto: CartridgePistol + fireCost: 100 + - type: Battery + maxCharge: 700 + startingCharge: 0 + - type: BatterySelfRecharger + autoRechargeRate: 50 + autoRechargePauseTime: 5 + - type: AmmoCounter + - type: ContainerContainer + containers: + ballistic-ammo: !type:Container + - type: Tag + tags: + - Sidearm + +- type: entity + name: Jackal + parent: WeaponPistolCasul + id: WeaponPistolJackal + description: The second of two huge pistols, capable of firing regenerating silver bullets. Incapable of firing without its sister gun. + components: + - type: Sprite + sprite: _Wega/Objects/Weapons/Guns/Battery/jackal.rsi + state: icon + - type: Clothing + sprite: _Wega/Objects/Weapons/Guns/Battery/jackal.rsi + - type: Tag + tags: + - Sidearm \ No newline at end of file diff --git a/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Melee/magic.yml b/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Melee/magic.yml index 78536cd7c8e..7f34aae8230 100644 --- a/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Melee/magic.yml +++ b/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Melee/magic.yml @@ -27,6 +27,7 @@ - WeaponHighFrequencyBlade - WeaponPossessedBlade - ArrhythmicKnife + - ClothingBeltHolsterFilledChaplain - type: ActivatableUI key: enum.ItemSelectorUiKey.Key - type: UserInterface diff --git a/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/equipped-BELT.png b/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..3503099a298d8bf5289750b38bdd1367eec1e60a GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9fG#aSW-L^LExjze5fZEz6HA zfAC^=!Sle=*&OQcU!0uX+1WX(!$__xB{%2Pw!h_<4B{^_NdGAR_PWgS4bw4+T`}=d~{9A!9yng+jtv=m#Uu$e!HBWZJPR6pFxQ%+3vXd+QC#}9F8#(dz zBx8mr(`@o?yxZQ;aJ{ebooAicqz(SdYiobSxHvp#c<(u>e4@7JG>7s%6?W-@A-Dssn>S@;}`*0<+eXJ9(NxVuMGphjuoY<7kRvJHn< z@NAyTxV?gXm1@KLz|v)Q3W2lkJ3KFZA~(SR5=0Wky?+=wnwA}WU|I)?0tQc4KbLh* G2~7a4ytnrN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/icon-filled.png b/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/icon-filled.png new file mode 100644 index 0000000000000000000000000000000000000000..ee57d4a8fb9739988cef7abbb5770b31a1c95a6d GIT binary patch literal 298 zcmV+_0oDGAP)WsP*Tj1MuKG?ciEW* z$8j9T`R_=InIx$@OJVJF(UiNG6vYxP6Qjp?ehTY@>X#yX`sKTCnsjx*9#$RIha|y2 zl2jafV_U)dZpZ6p!&_bRaX0{&S-e#FNWhF(yM5hODRF6Xj$lzjfVOS3bL95Gbhjeo z=m0*uj(yW)Cyt`~7M_jy9#9$CR;med{(#-sEM)=5ethnK+>>#+Q?Q7y0bL5C8js!p wQd6*sfDk&ZkrJ@vB3gwt1!PT%<2ZlL759B~+9+MPSpWb407*qoM6N<$f;?4&ng9R* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/icon.png b/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b929fb74483722416ce80bbae7561ba22fa42646 GIT binary patch literal 259 zcmV+e0sQ`nP)NiVg;Kv)}p zhxu5Snt_rd$hI-$_E@G-dIw5&4**h671b`68VE0yD(E^u6kfy<0}_QwT>*#lINtAG z<=J_&%)A3?T<>Jt;Nwluc9%7<)_b_dH-EvVY-wQqxf_P@OP+mXq(@errrQ7j002ov JPDHLkV1i32ZdU*R literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/inhand-left.png b/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..05175bdf15fd1354eba7b2cbba28bf3179f4ef9d GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=KRsO>Ln`LHy}6sO*@4F;Q26Qp z>Q9?zE9omK9=w&!HnUo*E1`{(`{*o2pkg36(CV{Seakho`b{%-+kAU5%hdPp^j%-m zS3R9)@HugP{p;eIX_2dqrXBdceBRHAmO6~>Jxpo8ZMS`Hi2OEBeD2n+^$zvRqJD6F znYW>sbH{V{XO+_&jtLt)T4wzG@6JEg4NO-UuV^^PI`k63SnI^NyFB~43l~Rhg+aMk zK4bc>pA)#e59n;De59*Ty8W3)=sX56>!)Q8UFi9TASY Vuhag(-0LgISDvnZF6*2UngA`fes%x= literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/inhand-right.png b/Resources/Textures/_Wega/Clothing/Belt/holster.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..253491ad42bc26062bf45d92644f331af8593f10 GIT binary patch literal 289 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi/icon.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/churst_armor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b8688497651ecb0042387e6f7921c0be50afec07 GIT binary patch literal 683 zcmV;c0#yBpP)5w`Ewba235%LOB3w=wc?7>AWPW=lUY^{h76?7`q9*1(DNlo%@LZJxx zLP$6{KR);5+>>XC2 z`}cbKK5lH`c^*5Zq7j49TYJ1~d^cS(p*)?$ z^Slm#{bQJZ|Qn4t^OG2g44uLoC{1qr~07hX!buONbOd zfs_A+Zr=kuH_SKiEhyyDxP<(btkuk8q*^W^3b{1PkDd&c zaF7QQ5h0t+ii*UfQmKfF#Kd)7QIVLm+fxeu#ml%|1{lqn)`naX``?ZAV=hKjzLIf@Ik0kJ{~>}wff`@| zE*EWbKPD^Rl9-s$o&Iyr^sBSCzPI6A#1thT|M>hRvGYww>R2`&JFz0_p4OCYy7St0 z{N;GKRprsqYYlsHKbpLeuK8kdYhC~14Z9s~ZL5${`K~N-NtSKX)}xb^cFH@J3ECt@ z$7IB$@Vu@lS)Knn2400hYQ? zLOPd!GZt%PedEt-x*Mk9e*4L(=wshkT*^LGoZqi~@_S`ec8pPY4x^b6Lv%wg%K@!&5NI6l}JTz35Lm}&1{Zq>~P~37W zHs{*>R-Oa{37MEri%k!tbuJK}`Ohzd^N|ZIVO5F|9(iGFDTRcWEhr33W)q^wouYCw?Eh^cAHRE|9#^!Uc=l!|(?x055$0k5s_?^&$c$dmIbW6P^7#~d~vv)t}bs;>(l+TICII`*w~=X&Q6;Da={*a#%({<@qprj zQmUE_Y7V8?gyIu zXq=`#o1@~N8TB0PumtWO2b5*e9_8&HzURTpD_dZyZO84mUI3jzA?T;v$M0bc>NZAKR2pKf!yX6jom*@YcczPl>L4T5WrOqo@XDxeHi|V3Xl$v z0kUTjPq>5r`}VxL@98+29rW+D|E^j`DEWDIbDKMEJ1d=mcA_F>xApmhEnsDdQg6RZ z-P@-qpV&JbWT8aka`4>m^7Wr+ZG4cb1@rgVD~gvHxV%dM;Px>5Wfj2MKW~$>m&Llq zdgS#cuYg+j_Ew4h_&bP&&hCgr#@HXTHn;TyxV1m*zs)3iE z`Mee=Au!*(O$&wjJ zAM748Q4^5-UPR^BRsfr0r9R%z-eNB{Jbv!W~Ahw`d4BiBPC?8O=_b2wn$I;Qz6#Yyr15^CkQDOPf@0{|J35J5e`$D6?!YON)}Id{gl6VIviHuy8l{^YWAP5Q~q|2QMamE&cXxrp3Q8Yt883yMG{CELm^ z%G$E|C3O7|r~u^P^Vu}LIPswhM8dOT@VL*5;v~QFxwyf(0WT+HQ4^9NB_qoQ+1JzQ zith|m00s{r`igbtR&5o_BSkSLM@wI19jg!lWW7Kw;LT7;iwL_6Bb@_4=&jVy^}2Du zk2~rTjHCe8K9|Nyn0A8l8z3jjccWTgC8x`wK|9etnFKg;ha6m< z3$RRKWe9Bn>eNNjAr{@|X`jLc6X25{*8;IDQDlg;1h_s2Fj){01ep+lOw=6y9g!4( zvo;_Lm>vdXMHpo2z26f09ibJ#d3hW@WGV{JIZtmI{5>KSkLplaE1-+e3cyiQ*5te8 z={P3W2z(@$7Jv!iT7fVKtpMcX0k0F}=d}QHd7WSs8A2%_YwbHFYgAe=E!#{ZZW$uy z1tc*CAMm^B;3yx2y#FZ@bvKHv07>{Tb^*y*%~t$B2%O+H%8LM`00000NkvXXu0mjf Djg@w* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/icon.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc3bbeb2fb836435ccabf379368df14e3a8b7ee GIT binary patch literal 770 zcmV+d1O5DoP)6J!2Q zK8TRByyU(2-#PEzbMOC0@Q=|I&=t@X@P7!H3VSq;8!64>=3ZL@c;ML&UhLEkFyyal zBLNT6c@29-m;^(9nDf=GUW9sjfpA%~Bf?e$GUv+3>W9xv4qz!!fcI1w%Xe>Sxm*sx zU=Z<#k96{sx!xBzfL+)UFn41ZbC0ulyHmvESU(c)Q&@TW9J9Bhn7_Y>^5>MA=Q<-H z`&|*hFsAdn8gEB}kAT#jl$8ky?honD*)d}42)tUy z+O-Q9-tR-!S3M*tnq(AVC6|47R$n3$ooID@a{+Sun>zXRnOUqX&8xh!EQ0DWO)XDD_9soY0-ua)Tg9BcjxTHqFh=8oi{XksyfM-U3 zv_b%707*qoM6N<$f^g$y A^Z)<= literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/meta.json b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/meta.json new file mode 100644 index 00000000000..21b28e350cc --- /dev/null +++ b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/clock.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/d0dffe7ca643db2624424fdcebf45863f85c0448", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/equipped-OUTERCLOTHING-light.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/equipped-OUTERCLOTHING-light.png new file mode 100644 index 0000000000000000000000000000000000000000..6b87883799b9d1676ea394757591bddc324e40c1 GIT binary patch literal 432 zcmV;h0Z;ykP)Px$YDq*vRCt{2+96NFKor372f+-xxv71N%B6Oy4oC1PRQUv;s_MzyTouU_LGl$) zQ+2JS@-RJ8Zfm)&cPxefFIkpt*L(Ng+MIYN0ssI2blR*}%KR?Rg4kx9%lK{c|MYvC zbK8MMS$+FlC%-g{V2*Rec3v;>(i%|bNCyN=&Bx6PQr!J8UI z*n13IF2bD0rT{MEcWO)CC))!2X)gcmv*F7*jb_rfcQ1bO7`mm6;rh;PaOjpY_Ui!v z00000008*!4z;0toeAi2DCRLOvR*AE9keK`y>^stl+L5K$G(f`qb*LFglaaOh=|D5 z^|N(eNA=V;>y^?)NRv=Si;sH|S&GO)M4o&Vp-%orM0O(bn(Zzh^crT*M=XRX%f1oa*}24h+)0001h a)A$6~Vbdy(^S)gG0000*qUr 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/inhand-left.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..53906a109bcbf02d54239d66869126d64a661f2d GIT binary patch literal 2903 zcmbVO30PBC7Jh_9L_x7s9C3+3R!Ls=4Wek+KLZQ`BBNsR-U|tYypRM5N)b>h2xyUF zMXVpF6$Wt!l`4uTf?8`87c7E^N>#K_5J6F#8#Zmn>CE(f_vM~@?tj*M&dtjR^!GM5 zn{Ea{kh!mqM-Z6Z^{=T3_$`&kwt#88%4eAdf><~8ufa;}u_*)@_sfIBv|*yfd<2i7 zh*4aEQFJjXfQBHq1v-@&iN>@<2^J|=3P_!&&XS07R6ttF5>Z7eAtsaitWjf2*7ye_ zYoZYzN?I_V=%(WX1u>XbOw`3Flp4NHKpN7^2eh6IlZZnQZM1;2P;ZbJCJH19aWzI{ zQP^aJ#$*vWJPM7?VDfk_L^_qmg{fSa#vs$!d?uAorxQmW60oL5rTicduMt~dB_PSP zS`{CLVQOi|YIj$t?HHsy8 zoK`>ro(_i)qZ(7I)QqGFBn;MxRWOZ0)rT|$M3FI^Do(8!GL9lJrodt_rB(y5v@xto zhHG(+4F3z zIF?Di5Le)8U>JDE_?Yi26b7nssaydzG(p~rh`ydeHjT$-lj#)Nkh>xg-&d*8ij@fF z>meY4{7~d_l+WO>#atRoN|sx=Xs8p(iEoF##EQCYnjLLi9NSwY3M&;4} zQ$9c~2VE#u{AE3$TRx;>RLepTkp>*IW~7%Ei6ciSg?#>S-=a7IT>T)5(5Y-ON(Z50 zn3&8JGchuk#pRLdG&&RIAXF)fCUJxHZ3I*dcPJqADbt56rJ_6l{;pJ6sJe>uQ@?@P}a3;p?$5Shw@Vj;r|erB=1qvX)nx-t!{7 zUATAEG)Hy?L2Bug>Br*k=VyAoXqgA^an9Kh7B??0PZ71(bZ_YkQg7+Xm$0lYIBIW6 zPS&{y(ZeYj^}Yx-)?Ap?v7;%CVT!CD*IpDkuP4`Qi$VJtSMScMN`}UWR8x>u?`qKU zgwW-m%=sQV{aI@^1?n`??U_*hXY9jfR^}T^ikrLy&1?enSi_vLTgEklCL0xfXTver z{a~`F#m@k;KiDf&pOm$QFMwKm`!LJRsp;+>>5EN#UzaHkBxgVm>YX<=c|ysxipD!r zPh^^UhuUniHs4q;VOQHF)Y~OMP*OypotbHPUhe<_Wf%PR&~caSLczBUBy=6#aN+H}oZnJ~=cn1k)EzooRroCI{vh>AqPZ-( zKi#=4V_LFc4n3ba%gtrZu9Nfnzc9Fr-Z&iY8auc%T}RsYCj4FVix~8nT^W9QeO}(z zx2-yA$|hgFQn3B>Q*ZlR69}ct7q`5$h4ERjkCLRnHlO>U$`wlf2F4ye7R_z{WrNql z63-s1z^~?J7?qzx>7-rhS-?ZoW7l+KO$IKi} zWrlgHbFMvx3h$XodRDklt}-qinDv8~`&Ek_W!DQ*{xL_pmG_De+%nPAetleD!Gp$t zl+a(|pL@ISzi!<6Ere?gbPg)3qE_R@0oga-U3+=cbkVs9qS^(o2+&%NcX-mFx+7;N zItRBqnbxGdd-lHMu}4;N=YK+C%?@9%OXynK9k7oU@HKS6J;G4u zP;IjU3QZ{wMk)fA7)Pb$L*b>gS+SpQUttV**%!(V5-MsGM!{2EKyh!Kad6x6h`jmE z+16&)Ri@WfB}Ga3l+>-~JsXzT8a;naSiZH`j^sF)qC)em?kC^3E(C;&R461-$s6_+ zdzJibt%`5AZogJLsb|vOpnxj_uiGqc?-Km|7JSUI>#4)+2Jso__MXCR>)ho%wKFH` z=HA*oMM{wM8kcxxuUn-kpLuk7;OATJ?myxeQQh4g^c|e+bZamrk+N~+M#Cd_jqBfU z`w8KtU3qwAT9;308||~!8?{qhq=u9g_iEN|%?@ciKUvw_b>`J1?&U#)%*sR0ZTq_n z4;3CyT4i6|cYHX1-Z_!(SOVfexTMI1AS1J-g&VUA=!b8uE RCAs?9*VEtQ;G$Kj{{k{jS*ZX3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/inhand-right.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7ce54414de380862d7fe5705df291e5a3a3498e9 GIT binary patch literal 2690 zcmbVO30MSCyx;pB|Mz{* zWJg7YO`AMxG6X@>BEmytU|eE(>}|ojgk0AJhDrMHRWt+%E?XX}c;dD_1Wl|Y7)(H59|3QQ$MFMb!jbuTwMN z@kk=Ul!h_@#lSl6*Y_iWgQEM$ZA zM8W{^VUZ+`s5rQY>#Y*aTVW}sT8TWOhVv;@pw32=`G-o$%jzbdP^3J$>YCL z{#^qJsu0!uW*$&2uR<}#5(qq^!7Sm`Z{` znZ78WVEPJtMNA%-$H#pzj!M8)irJPj0u=DbY=oBmisViDhm#u#CoT4*j#?2ztQ)rn z9?oY3#VmCyVPKX7C2+>*Hu;;+XN1<2NC48G$=VSZO{t6~)IbEP!CC&2!eEcZV8j*n ze|k9_sn;6N7#wsp%XGY*g2i}4CUl?+8$i2V{CRRN1lhnOiTuab<@1u#>fW9-|6aC3_N0fBB@^4X#GRoJRxREYWoRSsm1Yf1jB%R& ztR<3|zVq;+#>sy>^#@mz^v<0Iln!_9IOV*NDj)P%HSprAwEds%f0p|GS+)nGy79Sr z%8ftuKwZ}6Zc+MasLSkdgPHDAG~s8r54o2ZvKco$L%)c&hI%U(?mo6~_wp%2kNclN zP)-@`xJcpkb<(Q$-ip2+?d9s_l;vbPk-Ei$*;C46ey5iCm zzpMLlFU)`-_xIdvA-tv7ep1?+icLAEk9elP%&LgK)p$Ft=BV2=$3Mn=8&vE!bXMKh zKC7t6b#J6(sC;W6lvtAGxwaXl`sP6i;MLelgPrEyEw=T?<5lv!kACme;FehrUG=%D zV6BE%NUU#8N;)-bLf!gfmkzy%d-CMo#a6pSPEJPT%h3Ld9?+eFJLNkYP!IuplbU^b2yJ3?hKx8=S%F% zTdm8dO>MI~Q%c?PsMEd@DG2+-H!J^k>ZOe5+|nWsOsutaQp`t~`I4O?q5Sd3&K9WPI9Q(*4)pl`a)j)eJ@^h^#>}1!cM$ zjs#X{GSZ7*)?CQ9-C|R_;DqC%+3+{QrHLu(!!AwXUWqABHB&Qh`zII{20ByKTN60Y z3Q4ACB&P0p7FpSb)US2Cw<9d0C@wTQ;Yryg)-DFTn;ErW{=qiH3cA&Q*Skk`-)7Iw z%dy@KO5A6U%iNRbd8?8Q#)n6@o!zqT*u7kjj~`r{J7byjfV|*P)7qqMn^`yhJXGtn zsWVF<-tnTNBkHB7_m)~VePwNJx5Arqa&^a#O-_C*!>k56WwQc)c>WI2vTn0Yz(78> zdGoSsu{+9A``&V|-mhv{9{%83XSJ!GJ7HH={l3%fQ9ENExL0SFmKLfj?7|m>YP552 zwC?R@Q_5D+Vu6+RXntW+9&CT6HYThlUY#A1sZ?5j_;Et_!*{3ZQ*wkSlLyXsIFze0 z+f@@*tY|Li?BZWcJ{@n;ojE0WyX%L+<77MYyA$2tD-$mdI)1k3G57Md!Vd5&=s+kU cR8lFl5X`|}!lvI6;>1s;*b3=DjSK$uZf!>a)(7~|>U7!u+B_EI8Og91<6!<#4fM7~bDcP7o} zgL}(F!K=Ry{5WDi+nMo$)GX6qg)2^eHjHKd@%piBG{?N%v)WYCS0B}y%FVm$X=poh qNGWqzX2|2qcE33p85sWgrLaa6iMXCUbW#Fn4}+(xpUXO@geCyZ)kISO literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/meta.json b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/meta.json new file mode 100644 index 00000000000..e351ab2a8c2 --- /dev/null +++ b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/helldiver.rsi/meta.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Renee in Goobstation discord - https://discord.com/channels/1202734573247795300/1272641181565714486", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-light", + "directions": 4 + }, + { + "name": "light-overlay" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..73c500c003c9791384ee3885cf6180fb0beef99c GIT binary patch literal 2110 zcmV-E2*LM>P)Px+_(?=TRCt{2no)=oNgBt0GiES`_G%!(u=ays;9%xq_Lg(=auCEl5qubk4?^Jb zAe`I{^l`c#%RUbKG%UI*3VMtn+;DiXivxk37g3goaKw?5JUAdkn1>d6kHGZU7yH;~ z-$PPmcP7bnXOiRK@`sSF>Zy?w9zihp2P<6H` zB-0*1A({57&NkNDM&Eveq8q>Uw!s%yX8GjI6klAKRds{#_f^2w`c?1iOE0kAHCrT> z#iPa>o=r_sxVucLRPqXUmw7fd$)m;_EX!)Od)MUaOE1`3zq%(SbmQOr=n(hIUom4; z`1!9g%or8!m%n23qeBDn_f){^m6P7{J2w=$gb;#MDn+qa#Ih`k#UiOx3L%7QBZYW= z=f=P@p%=gFx->S{*nGIi;o<`}A1>0^Si^PQf%s#+Zd|%h?b*q7T{doJ`QC+%n^`{n z@(ydZ)&{j{Za8mpt-czG;7bRQ{fBFrUveJv~i6p9h}?A1@xoG)d{V=T1?Exl|$t2LS ztcGE5-TIh9GR^d{izH@FGkxqLg=CuR*2frzp{#N;nWS7UPsj&|if;U-X>$DbD+;YZp#pwf7ed{TJA@FTfmMf=P&EJj?Wzp1#&#; z^SklK<8ie@jKaU`UI1FlOh2m5HqO+fx>x<_J^0GQh8!~MyUqYz z*S%CKrL=3?w%TOKDW5)&P}iEKkxHe8HVZPDj3>EkwHl7&bmey(N38}mO{2Xq+ZCZ^ zfP^$U_v#iG4(U`A@0r`LaqUMla2_xU=(?`n>{`?1+_% zZ$FVZ=%o)N)Yi1>Z1bq`W)$ZDUAgD9p8=@Y;h@}+I+aSL9Xl);kC!p}y$G`#q|yP! zS-88rquu=cd}#jA4NIkxCm&Wq3NSxEuj=Hk(6;TNDnUkm{2{nfsYD-{_I4)N3Cpqo zSX}#)s#`db!y z$rJ{W6kxq=aOK(@FQ3%7a&1l}F1%hj34F*K7!@{dW>w5ja`uubEFzr<0sQ87e{Ws< z<)5l<#;CAyGphn6%gbk@4jT%Gix1dZze;0cjTxiD<;!P#$`lr%6_8G+x$w8Y2I}Ng zw{4rl#Rmvcp;RhG79uQvsZ`>~XTe;A!u4-Rr_%$E8_7}&Av}3BEyL3gw9JEy8vy|~ zENwxjOi?^gq))*Ap#F>uf4shnGKLCy@YyXV;J?A|&(`qr`MiqD3n5g_K<6RlFp$gT zR6c?bLgfUsqrv_xkx1N;-JosT)c@x-^Sz+bU3=A3)?*}<%XFdWzwOUny)2Q)@ND8oR z8%@(lCX<+^Nivxvm&@^8>~tV!U{o`}pO5fe>@>MtE+C7hX_03^Xa%&tJF?j{S)v*mb*XS4GnqsH3?VO| o8^oz!vk7F{eBERKA|+`42iT|s!0{_#ZU6uP07*qoM6N<$f-*!HCjbBd literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1f27b0b01841d2b164cb01c9711e72c19713036e GIT binary patch literal 2081 zcmV++2;TRJP)Px++et)0RCt{2TVH4+#~uEB=OcSYce`PQmu3hCFBI&8u7M^mrTgGu4&8&By@ycI z>LJk3JJ^E5g^)*+Clh@2mG~tna8MDP5{RgvdI>oW1w--qASdvN9H?-VHEg1#-ixeT z8adMkX{NjK%HEN+S6cMJqTQX@`F``;+28#81dK7p7-Nhv#u#Ia5sl?(LUXD{%jGha zWtjp%PSxo0G@Tq0zdAb z>lWjA9vsI3bI|)Y9%6rIeJCeH@uyNL=(>*2s_$XW+QyH6u4B&H#%I;{pzAtPsgyAP zKnJwz6})!!Ip$pe03igjEF+yxBcIR1aUA6Hd8E^6$g&JV2+!+0ZR548&!Jtf3{(F| z{#L66-}lk3SMd0Y6}*uD9FM_%>0WV>?(eKqS(a&`P@u9b)BT-wx>sCeL5e@KFm-_ks8R4UURjpu z-D|TH0KI!{mf!0&_mS`e0LtYuC4}&bv4cfhc0{EULTI^MK2;Fx=Vuiqgit~V1;Ec) znkfIoF=><#!oMre^B~JIKkr8{jh&}bDcH7s63>5?|5yhMBGh%A2c1+Z1xb?7Xfy^I zbOMhsKOqE?B*FK6{@bglF#oX*U?-Mkp;oJ*TCMWR@BZa&wCfd2&0WDye!0e-U>F86 znG7~IHsbQc=C^G-ROzT+LWmImaRZ?V%d$9mHk$+9v*Eq(5_cP*Te9i_;yUwq^|4o z!hGL{;dij_$Ov^?GIiddeJk@oQi`TF_UwJ85&+>C6r*J`y; z`~C;u+!-EeYpo}++uwzT!lMS`XMFwq=*>rh`Qjk918m!#Krb?Ds)m#_$-6<#?*Q%Z zPSfYd=Jz}=lHcon61{w}acmF_!m=#di>lDhcKw!0r9#)e$eYL~z{(|rMDnxNC(0k& z0k&;M3Aw+lz|EG;d?wjp-La=A=5 z-*}TRMgV|w*g@`g0k?kjYXE?DehL7v={kuxf$j6L9pmLsKE@!M;yNMrl9=Okmz-8A zZ}WTCFR#LJ9Ig*2_TI+k(o)=Fg}~l+KA%6)rnnGZ5V?MN743Qj*DtSz?gupkNg=35 zh+|V62syxc+Q!XW89dr*;O4DNNW2i#3?zx59^oXL;vn`X!0?;j{jGcQr*A_>P0d}w z%&RL{TYFu!NFmHw+gug$SAVcgaS_`Anxs^w`Q0q0_%<;8~SaFTb@u02ws?`$=Bg)wOU9s@IwCcL|VXJaghe~2$@WV+fXW% z`m@KfL8KR$*efo=G)-8R1wsfEMFDVBGms?u^$3chfDi)9vS6Af_KJ&uz>5{?1|MxT z;JPjpMS-Fy*xlVlsZ=_m8AuXAJwmBe!tU-ax5sr|ZcAJUHPxJ|(Mre1rAwEfsw(c> zxx+O=K({3%)%+Ruii`9YD}M(7u2WiASb*!gc<|r>(+(tK1KWY=m!l=A3y4Bcs}QsW zy@=Xf~UCLzFGZh(O!{XS>>*X0r*;^OzhBGh5rjPx%8c9S!R9J=WmcNP`Q54318!dDgIRV8fE@^hUR4KwffZ#(|OqXJtfO(5_rr2(Z z6c*{{0m3$E600-|0m}$C5YRB_5R{W*y|d~Xqi!@Q{NOU2d*+<;-SdZg;e-=T_@B|P z8*NnsO_D@KL;+gWK-+bro%$1XdH@m8BuUiiw~g^=Q}ETjhF4KL8DnQtKF)q(XH)EC zOv9_(`*&Ls#ZAFo0BbFy(TMkeh|ql-=l@1g#Aq}Ez*>u)jG^oi6pFO#M&Eqs)G!O1zj6p=G)oMghgte9^im26UhzQ1*JNtQ->}>kS4E(kPtN8T#DF9iPadUM6 zz|GYKS(Yv7{|Z{wKpS2~<2cqhj`JoPbelTtbyP$&j$;)O9rijp=r;2vbv6yJk~ipH zNRnjLSOIn2?$$i8Tbu0HVq=3W!ky4H+=`C5Zfk!#6JUPAFbv7Ej5JO0eV!>kC!!W#8f`bqkbejt3_2sz^x=p>lJlDnjeVlGRh5%na+@|{3 ziVJU00008A8Q#>XE4fDsOlIYfmu5InWY|{Br^sUQd_zo6 z{hjN=`aD;UpFbEFcFglrR64PVCp7fouXmF7su>PkF1cl)zjNk- zRdG6PRVBNh@7LgR&E=MUI@gAE!RezF)<3UtZ34q_AUy1$rm)8PI*k(C`QzQ^tV%?vd6*L1t4pC>QWZ+NF% z()T@X?|1fchqw14L0rGrc24T|8BMR%w!F){E&t*dU&dW|1ADpu`MJM2?#44bwmWq5 aC)3r0d(CDCiX4Hl$KdJe=d#Wzp$P!KGuCkc literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/inhand-right.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef1b0b314c980fecf05885ed0cdb891ce635f28 GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zr+d0MhE&XX zd&@TOkb?-z1I0xhYg)q<93Nf^mEvo3nJoQ7>`u#_M(H<}MZF5StJWmVbYY5$E{&_}*d(}HaJ8v4~z7=p;GRyb%Cpp=M+iMsZP9GIHCSmbBq32+c;omLy+;-2I zwQObFoa<4muSKygP+D{?>aK5?cJ^8orC*;c_@{j@_@5rRj3KJ}QT4*lS`4vz%YMse z|7Eyf@cv@DgR8oH&xAX7mF0UF76>amSkE=DeA1T?my$_el74)be!g}$lYv>SM6!X| z-}%dTH!Z8oW`AIoE#i9dRe1c>!=Hnfd)~{tD}HBHi+=pWNpJfP$98|;_jppS$aWn; z7znKXJN?`N*R;bW`)_|rJzg>C%a*fq8;i5d-M%Hg<6#jjPFL9S!iss}(HoK$FK?f3 z=mK&M9=#@M@qCiD!me`%EVtf%e0;}QsiVK8W4@b}%v-%Xhe5E6?L`a!%~KzxPco~` Q0>&4Er>mdKI;Vst0IC7jM*si- literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/meta.json b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/meta.json new file mode 100644 index 00000000000..4af629a8f05 --- /dev/null +++ b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/inquisitor.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By RedTerror", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d1481badeecbe0aca6a9e22f3f04457c89d0633a GIT binary patch literal 1971 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/inhand-right.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..5f21db2ff507d30eb6dd3e3b1fcca81054b7cc78 GIT binary patch literal 889 zcmV-<1BU#GP)Px&Gf6~2RCt{2+CNMaaTEveZw)aghdt-f-EjV>I6ec)PV&P z!J#1?l-yt)2%6iB4zNj>+=#|ONDQJll(YkCNZQiImen{z<{mV#SixOED?;|XLkdnG69F_){QZi^7S8UX-=yiv>#tRj=ygYS3( z!>vo_l0|SGmX#jx3qZ|N$F$SC#qNm4;uitj6@=$*wk=Vt~ z>ub1qV;3)DGjQ0Q_<|Ss5a;-K#anWIK>>!Y4s!HixAON{ zR)Lb8dC6mda+cHpZB-+neQFZUu-`Itk7>G))8N z+{QV#0RZP5sdN$m>hdp8$2qq}A`$)g+?>m9463RMP1B4`(JWrC6h#pLAW0G?Cnp;s zXF>=egb+dqA%qY@$OT*6)k>loGXr(emao;!fZrDoU7a4`_XUJ3%R-iAOYc=tYphl? z1AbpXxZQ5JTrJ3C_Ao!NijX&I={-yfP|KMCx7&^F?HCRY_Q4p#y>~-MBz9rtiYwb1 z%U8>pf#P<(!|ue|(XaNmRZI&|%b9`VcD=5-f7!Bom=@q)m>D=vL(B*0?Rpdy-U_BG zAU}y-Ie>lXeaXzg=j#%zz#*>c3ycK48<^^2pnhs!ml^q4(P>i8qR$aMQJ2g@v@a P00000NkvXXu0mjf?qH(< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/meta.json b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/meta.json new file mode 100644 index 00000000000..c3663b26613 --- /dev/null +++ b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/magic_armor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "discord: Valniae (bbalint105)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..c894cbd02537370e92913a79f41fd763d775cbf1 GIT binary patch literal 1978 zcmV;r2SxaaP)W>L%rbkPCv1BA}|z3yL4P0w_9y&gxh#)6sp zdi8$qy?XW4RgJm1ITst+KfQCU@4EC)pFVXL7Z<*HzTQ{dQ3Cwk=fdnzeg$zTUkvP% z7@~(v^JsvF+`BQlJ$gWll^!z9qX#_X-i^`i(F0ITu*DJ#P$ zt1HB67S{AvB)a`f%K_F1NRUsrr>TL$x`1q`WHR&Zv>O{6bFwAw!*9KsbJy3`Qm-8p zjUVd)$<)-8?!nvbHno5d{5dT@bWZ7ty@YM8af&akaQ<*#0oG$D$ZNS2TJd8H;KAVm zOG`_tEP%$x#}yFDqnsXM6$09n1dspz&wt$M>8V>-Sa9g^&ceCI$fF$f2p0S*10=NU z(a}+Q3KIZTR^pwV9pL%Ap3<}=>#5;A!7G1tb>;DK0^Q%=cM}s68v7Hec%agW46#Ni zGk_|OUPhRloOBq2d%wQXJd}q3Gy=*OzJKo2P(p!rneo(LwUO=58y`xklH!2}2M0RV z7Z(@Z?(VKbjIob$cp&I#gc$rX1E{!Qh96uE6A*iOd3o7&Ivs~tgIFIl2yCO7A^*S& zNKv*>YnAUXkM_#MCYls-{~U+MvwB3M$o%ZgZ;VPj*1N#8qJfwrL` zxNW+9FoSE4ied?R7z(y`-?`6Te(IYXzfKLn zdWq=;zP%^5B?hh_y55Vzzkm46ee-NZd!Ozu z!xg$eV+vjh-epjj^7tVIy{)~w;yq6WU`WDrC4Q9$kdeE+y-k|U)L!U;$uFMyy3@BG z`~)O)PUtFuedEYPhz~Ceyv?sZU}eRB5`zz>3_8a1<4y8fo)LxgY&T47IPx^S6+d44Ou`V1LIZqIIqQpJ zDpXW&EeAiVM?@O{%&8=2Uzit+=gN}a?|ype9!^W_^}2Us5p+QVaORFtQtC9b+7_<9sF1W z++}apF~-R7qc%cyB>q_1JR0C*>8Vl4`M>vo*h$cL!24h1+dIC#$N>mvg8xDYWx|(h zONc%W^U^`T%w`6lA#gLpyMl0?wg?hS%P+utdwb6PA&Wy^7UT_~=@m0HDkG(UWi(-3 ztih~&LyWStc?gs-t5Y{B#bRZ7oCISn70~f}ABsk{LksX?lC@>B4uJ$uQE}+N-dyI7 z@X!&aV}u@tCdATr1Gt64!AQPXhjo=0O@3jmq|6AQJWgR4yE8AGlO+g%3?^_kGRDNy zm|v#I!>W&E4)C|N0P|;ZS$41l>as*BMjQi+?-B4lAY4hZBQcFsDM{(&XudVi+dbv7 zAwqyayedyiM)%J>2XBk>NS0%r9;MZEaXLsZ5-(W(Vfo%X0B;iZeoUo7Z$p;4p|%0|g+|>?<^jADzK>LFzM=$rS68RmI1O!NB02Y0SU)q&wGJUTSB}J-X}&-IYg$UjwhH6ko7#3Pt}y( zz?%WRrysTA!hd~z-M4kG{|6C2I+Es_eU4R+RK+42JG6T;d=zikTFXi zaTqvTJOGMgeZ`MP=&rZo1?w-RXYL{7-U1Dhhw@cQV=(}jHL(4a-B(v}Ldclxc{9NB zQN;2dAs1909PLH6Xyw79QDfrp?*usB;D!Lt-VB%o$SD$&P52%m#7D#IM%aXJngc@V z2=2?o1MV&4u=->%2x1)q${K*^^$^&<88Cp?B~9NWq>nPegR)q6foNOH0BFd7^8sh# zsW0pA$jC1y=DRLn*HJpeFuf08Ln_QXVhGY|wZfv2rEw9O50J_FHUK<^_JB|jz9|mN z?mAs#(k>OjItlvakK>=O$paKm6O`RmvWGXZDN6>@LsJD@%L4$2@dp9;VT8jXCrlN- zxgJ9eSik``4ne%8rwkUR(HA2b(?07$kO9D^wb&qV4}JkQ*hS<23ruu1osce^C;$Ke M07*qoM6N<$g2#cVwg3PC literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi/icon.png b/Resources/Textures/_Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c8018ce3da1c5e89791a95a2a99cebd34ce465c0 GIT binary patch literal 685 zcmV;e0#f~nP)GI9ICuWfZ)R`z@T}YIQYg)SztPoG>fdNIXuV$B@Vwm`Jj@S|?ORMI z0H+C@CUBa-u@i{-cEVFcK3kE$=#Bvp)1}Rm2VrDm&)aNJ5fcg^ZnxV+??kiNO!J_S zK1R=W@hhK_#@aOmfGLg;?y%SENih_v*XvRcprF?Y9Rs2YK#VUQXg;6I1i(u%UMG_Y zL@Q%LN=aPhcK85DadZi4wOVxXcus#`{)vp@&1Tbrfd1y!wE@Z=hzkMX10aRA+b!W) zEEZI&)$A1d{XVT$E5a(o-NOf@F(Op_M7!Ot)CC=AQtQO;!E(72aXOt^9{Ue~$fq%w znlC?+cqfn~I%7XPhPYFu;c%#|olK&T7zL6#9dcd(?4A~8Ub^8%RS@3dNKgd;K9Xd=-^WpuxO2zP56`d(-M=bF z#D2tnm4!9Jw*~4WNmX#~0@dLLboU-0LMb}NS(D<%TfF`^M~|m*b9c?A^bZRBLi2`f zf!58e7eCLb)9J|7%lC~Crr`cl$^?`Myj|fK+%cEr!~U0<3iUznfE$VHIo~DZ^IxS0{)5AaLD24(kER4^tOF0m(sg(Z$uh#Nu TPX@0U00000NkvXXu0mjfu3)DCP^1VVc<>~I zkbgi*k)$)C9eU1pb!te(Y zpejhK>vfta_DPa4@qM0JcYX}yMcb%b;#|~V{&~TDUhv#{Vzl*vZC{Fhutf*Y6`)di z-Kq_i3684Hz1N?kfzmU2x|*Xkv*kF9%!@lzAVXljd7v;s5A3dOfF5WqgV5!ER0<7cP6pu_Jgz^Rib=+O8$Rp;jDyUSNR4N(o^^T&^W*8Jb} z^fZNqn;%f8f(q3(9e!T{#GiKzA9Vu)hkyQcv~BodL(+}Ye*Bmc%%zH;IKf#!ESi5NE*^{%NUz?~%n3yT!OHsG1~ zXQ}1D!u&3klRydSXyEC zy5L(?ClAx5BFPoi;3c9s6zyxVOP-dl-ZkfHxz%ao0P&3xt7| z0CI2c?DjsXykX4>=MPhkZrk(CqL{HNo<1B6Vy9K-aUN@h4gw3{UQ})`{wYPk(d&Ga za9z78G@M;^9?4;C=xPmM=aWR#LhrjpFluB1P|A@BKq*Hi0Hqw60F-iM0_b#B!{YqX zfv{LobpdW5Ig7X?paw-_iwW{u;Gv$LR^z{q$sBpx!s}^LLU304Q^8F=FW8NRewjtq zeLv9>0C{(rs&+E56Hb=aT{A#2!mA!Z&06c$CTIzO>I^kD$HW*BNd-olp*L~o)s#Gd z_TPk!I?&Dwa3~yx%!*fYDTWvU$l4%TQd^){@!@NEnF*>I>(X%sK~cW* zaGs+xa_)<^hEb=B$8vQ29>t3Hr#9)rOudz(ASY5pwg@tPu8}3u62L1M$+&p7->Daf z7hIF@)wkQ8=hehb5NPiMI)%S4%&f_Jfg}JfuN(p3cayxJ7Zi1zzjFB-nS1}?`yXj9 zfa?fOoII`l-@pQFig|^(2C|9C$sIL<{2lcIBv*v^U~{xq`r5)D&3XWFv`|Q~8OIth z`R<5VeK*>Q7RGzU(Cf|7U6VS_%P7Gds8SxQghFoNd>v=>2?sc_|$I{Z-}QCN#TH$uPsZOV11G-wN;?ml6g zZlOe|x4}1^z5iYTZ;umAkN;l~i2zAehPXMS7=>L6up7>++}(=MRfPycEm2JZ?y}i# z5Lf`L{2UQd3l(>>Dx{MgI`zrg5g``A>v4l1#SFy@a9mUP-FE0^kF}?OA3?QJjC~`3 pXjGIb@<<gZqLrp^xH zQrx;bIJ!DG`VZKxqadZA#uAH7BiQr4!xw`N-d!5H+_zlra^(H)-uGS>XvXpY9>4>5 z0BeAi)io&=gFox($CzHD=eg1VjvAX1$vv=`uK!D;s=e-AG5F>zkeM4@E z?^7r5+4?w5C=iuw&U>)G-+wfMDCB{Ba93FYTqh$v;<|Bq7JCBk_bb(M0Pyjyy5dk& z>FK4XJ#cb3PiGes?Sb`LgSzP`gPbaW&Zo*N&dI@r0@>Z^P^;afFt>hBl1%e&3;@CT zoO7HU!J(V04&B~u)A8xgJ{viiu+7xhz z19-lCNrXZZcxNVAxYfWRxzL)bVeO{hUca+$AAn&H4FPly+^GG;;P6iJBFV*R>aS0z zR9Y0;>7T9H#}n}43wR9nHRV{}E9Uo^PtLLNaNTqZOf8s}Muls9g5}f=4v)&b{ZL2! z(&Fp4$-bHXDZK%V3^F`CDzjU9qrYb}b}E$?t1mv={LY~0b@aCwoSZiMvl3@e1-ix0 zTJTf>T)7<9pF2Se3)3ygX6$%pew4g3@lSTghgJoX(?S3KVYb1-!ouQQ`40SG>kS}j R8KD3G002ovPDHLkV1gn{3qSw> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/inhand-left.png b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..55bb0957c5b5815a03929f4f51a2c67e5bc23054 GIT binary patch literal 417 zcmV;S0bc%zP)6W2m2nClw1}S1Ep&%Ar#4V7?txHz_4fjs%+O^Qt&8py3D3nfxy4B*? z!L_eTwLvs`F_sA5&zRi3yL)%zPXqt}0000WMdeaW13%OxbCb?9mD^Y0qGM^NHIZtg zVtkmu54GB;>}zZPqglwSYkL~_p$&cafh~7Wk9;IDhA_0oCuYt6umcD$>_OebQ zNkS1OqP1Py(`F&R(;BIFuIN}g`#zQPi%Y3CD$?%`C9Rh*zxjT5D9@uuv2q_0y?xjA z^nLo4jn}YED8fWsfI_kwqA-ca#Mu;}kSvEN;zAK72v7h3fVBMpUFO_RNlU)<00000 LNkvXXu0mjfJ*>o) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/inhand-right.png b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1a47b2d828f6d231cdf3013053648436692f8315 GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9fJ$aSW-L^Y+$8@52ECY#%o7 zNG;%Td?9oqK;_Cxg_exXEqRSTcVj+nFDYNOdi8@_y4za)nw0#SZmzMgD)|~SOW^Vn z&zz*1Pk*1?dwqBB_NU5BK(j$0qFA=S`mUY%-Q(+Gj^DO&)?R&L3$GOK^d;JpE_fT{ zDwlKK-_dt`^HJH|eaBa=`MBV+SQX>PO0K^@l4?YG<@eWyUTcYP+2kL3&B87`ZQ<(* znIB;$HJ>IN*xnN1@F05S-{a43Yk1wOxwX*rd+f?Bb;a>c*FOCB+|jb^H^hD@srYr* z-}s+*Lc$Z0>!&BhPOLDAxpeuUrJ!K^{g`*5*CKr+Zdm-9aq*_J?EeqW&3>~F^Y^tn zbEv8^ONY*n|8*=R^6~WV&sX?`tHjmHUHW)ZbLKY3%O~fos^WZj)?dANSNxqxSE`mC z-yW*Fe$9q03{0Y&ic_}eZn(H(%>kE(7G8aO4jh{w7Rupx;vpk2;5FiTZrxn4KtAOM O$aS8selF{r5}E+sdB4yA literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/meta.json b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/meta.json new file mode 100644 index 00000000000..5ec7d113e7a --- /dev/null +++ b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/casul.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken at commit https://github.com/Space-Stories/space-station-14/commit/9f417bc5b0e90d5d45ed7f0fd3dd84e070770672, resprite by VictorJob", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/icon.png b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2a65c0374f0c39869288ab19cc0fec61bbd1bb7b GIT binary patch literal 543 zcmV+)0^t3LP)n_dc~GT2eP zh#<;5IFRA06A4I%tBr@XAZqi!-=z2pPoecn8IpXYtP@AC#iLPA1r7~wjS z3_KXK08B&Y^VcI!PVsLG6Op8qh$OA6Bu_+=*6g?2MB^%wtOWdm|6@s3*xB0@Y}+(+ z>@hVsN|zb~;G|Ne{Qh0Tpqy9h_x)1=NmiJjI&&nOp2?9K9A$bYha@YEWQLi{PB59B zU?ek)Br8PYDsNv4%uk&WjjPUR``iz}Z7a7K?112eRJ*tSuc-D);a#wTz~DeST~O8y>+z?yl9{-9fCslk}5X!vM{|eGGvf zu`ShiV{-e&%U!7Mi9DLQ|?*TWvhx@FSKRWY5UPROCyexhf5|O0k z5A?ryf?T%xW+mq$1>DJ-o$yi{=(~5{vF%N?ioh)>b ztx;=nnWfOOkU23~Y}>w;eT&}to!iH!T4-QcSYS4l&(u_HUwd(rg3=d_7c*<@U*EO8 zW54WoC(uM7=+Wp5o_b`ZlvUXu$=Y(G(1#~BUa8tDew}-Z_~auii}oh0TKTu{Y0|nH z>k!X5t9JiB-kjf*SO54&S%j}m(V8q_z4hy=#Y5kRufMz|dyCTfDE0YAR%(5EbKG~u z_U*m;pK>Pg&hQP~a>BT@uJH5HZTao5u2>3R=T6yv_r&4LxmV-?COQYHO`^ z$myeZ*6?27b$yY+rZH=I{*~9C6c=*H#xinQD!CYDzF43Q)Ti&DsMfBr3#f%7fPtZ5 aV=dFqmnY_NORP8mvdPoc&t;ucLK6UhnWP2) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/inhand-right.png b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..5ea94895b73e4cb6cc601b50f365f6e840994d55 GIT binary patch literal 386 zcmV-|0e$|7P)^p?v#|9M`b6EGoP7=@>0n~w(Ag*sni><|;kZb1xq$)| z1)A??`tb7A7A6aWAK006*`Fo+}!BI&x0->T~2tn8-AY_8U;o$?)P&_kHa=9NRp z34=&B_m2_=k+`-e%f)oi1JL`ab@A2p&Axek_g&i?#30N%UE34AuhJXCAd)nR_syG& zq)9x80i;P>Sijz%er}|+Z~pD|S$%!HtC!EGk-6x_k5fS@Wu2*)@S*l5#Hp@*`-L}dt}rmDb3ueB9I g=*>3|002(bH!^g{o)%5ol>h($07*qoM6N<$f^Dg=`v3p{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/meta.json b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/meta.json new file mode 100644 index 00000000000..5ec7d113e7a --- /dev/null +++ b/Resources/Textures/_Wega/Objects/Weapons/Guns/Battery/jackal.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken at commit https://github.com/Space-Stories/space-station-14/commit/9f417bc5b0e90d5d45ed7f0fd3dd84e070770672, resprite by VictorJob", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From f83616c0e014c3867f33da9487c8c0c0668b28c2 Mon Sep 17 00:00:00 2001 From: liegend <2008.morozov.ri@gmail.com> Date: Wed, 10 Jun 2026 15:36:07 +0700 Subject: [PATCH 2/5] =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entities/objects/weapons/guns/battery/battery_guns.ftl | 4 ++-- Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml | 4 ++-- .../Entities/Objects/Weapons/Guns/Battery/battery_guns.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl index 0a3159a77b5..6cdf5575a35 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_wega/entities/objects/weapons/guns/battery/battery_guns.ftl @@ -35,7 +35,7 @@ ent-WeaponPulseShotgun = импульсный дробовик ent-WeaponPulseSniper = импульсная снайперская винтовка .desc = Импульсныая винтовка с очень низким показателем скоростельности засчет убойности поподания. Один выстрел - один почти готовый труп. .suffix = Винтовка -ent-WeaponPistolCasul = случайность +ent-WeaponPistolUndead = нежить .desc = Первый из двух огромных пистолетов, способных стрелять регенерирующими пулями. Не может "жить" без своего «сестринского» пистолета. -ent-WeaponPistolJackal = отчаяние +ent-WeaponPistolFailure = неудача .desc = { ent-WeaponPistolCasul.desc} \ No newline at end of file diff --git a/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml index 7308b54ed38..a74b3c0bfde 100644 --- a/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/_Wega/Catalog/Fills/Items/belt.yml @@ -90,5 +90,5 @@ containers: storagebase: !type:AllSelector children: - - id: WeaponPistolJackal - - id: WeaponPistolCasul \ No newline at end of file + - id: WeaponPistolFailure + - id: WeaponPistolUndead \ No newline at end of file diff --git a/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 96d8ebb6161..9a3af33e5c6 100644 --- a/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/_Wega/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -394,7 +394,7 @@ - type: entity name: Casul parent: BaseWeaponBatterySmall - id: WeaponPistolCasul + id: WeaponPistolUndead description: The first of two huge pistols, capable of firing regenerating silver bullets. Incapable of firing without its sister gun. components: - type: ChaplainItem @@ -451,8 +451,8 @@ - type: entity name: Jackal - parent: WeaponPistolCasul - id: WeaponPistolJackal + parent: WeaponPistolUndead + id: WeaponPistolFailure description: The second of two huge pistols, capable of firing regenerating silver bullets. Incapable of firing without its sister gun. components: - type: Sprite From b230a79e1a2f537a0facd526cbcd1d5225ff11bb Mon Sep 17 00:00:00 2001 From: liegend <2008.morozov.ri@gmail.com> Date: Wed, 10 Jun 2026 18:02:25 +0700 Subject: [PATCH 3/5] =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D1=83=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B1=D1=8B=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/Clothing/OuterClothing/armor.yml | 22 ++++++++++++++----- .../Objects/Misc/hardsuitselector.yml | 3 ++- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml index 49a3c6056cb..28b414229c2 100644 --- a/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml @@ -319,14 +319,14 @@ - type: Armor modifiers: coefficients: - Blunt: 0.5 - Slash: 0.5 - Piercing: 0.5 - Heat: 0.5 + Blunt: 0.6 + Slash: 0.6 + Piercing: 0.7 + Heat: 0.67 - type: ExplosionResistance - damageCoefficient: 0.5 + damageCoefficient: 0.8 - type: FireProtection - reduction: 0.5 + reduction: 0.7 - type: ClothingSpeedModifier walkModifier: 1.0 sprintModifier: 1.0 @@ -381,4 +381,14 @@ sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/witchhunter.rsi - type: Clothing sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/witchhunter.rsi + +- type: entity + parent: BaseArmorChaplain + id: ArmorChaplainSchema + name: vampire hunter armor + components: + - type: Sprite + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi + - type: Clothing + sprite: _Wega/Clothing/OuterClothing/Armor/chaplain_armor/schema_monk.rsi # armor chaplain end diff --git a/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml b/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml index bd81cc34cf2..c61d0c679bc 100644 --- a/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml +++ b/Resources/Prototypes/_Wega/Entities/Objects/Misc/hardsuitselector.yml @@ -212,8 +212,9 @@ - BaseArmorChaplain - ArmorChaplainHelldiver - ArmorChaplainMagic - - ArmorChaplainSchema + - ArmorChaplainBrass - ArmorChaplainInquisitor - ArmorChaplainWitchHunter + - ArmorChaplainSchema - type: Item size: Normal # чтоб в лодаут вмещался From 0abb7017ecb1c9d86069fe15b5ed107fbc903af7 Mon Sep 17 00:00:00 2001 From: liegend <2008.morozov.ri@gmail.com> Date: Thu, 11 Jun 2026 13:22:14 +0700 Subject: [PATCH 4/5] Update armor.yml --- .../_Wega/Entities/Clothing/OuterClothing/armor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml index 28b414229c2..05db7772299 100644 --- a/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Wega/Entities/Clothing/OuterClothing/armor.yml @@ -319,12 +319,12 @@ - type: Armor modifiers: coefficients: - Blunt: 0.6 - Slash: 0.6 - Piercing: 0.7 - Heat: 0.67 + Blunt: 0.65 + Slash: 0.65 + Piercing: 0.65 + Heat: 0.75 - type: ExplosionResistance - damageCoefficient: 0.8 + damageCoefficient: 0.9 - type: FireProtection reduction: 0.7 - type: ClothingSpeedModifier From 30a8fae6620ccb6482b2b71b3089a2599343c2cf Mon Sep 17 00:00:00 2001 From: liegend <2008.morozov.ri@gmail.com> Date: Sat, 27 Jun 2026 20:23:39 +0700 Subject: [PATCH 5/5] Update chaplain.yml --- Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml index ca8dd3b9829..fe0d36b542a 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml @@ -18,8 +18,6 @@ - !type:AddComponentSpecial components: - type: BibleUser #Lets them heal with bibles - - !type:AddImplantSpecial - implants: [ MindShieldImplant ] # Corvax-Wega-Edit - type: startingGear id: ChaplainGear