diff --git a/Resources/Prototypes/Damage/modifier_sets.yml b/Resources/Prototypes/Damage/modifier_sets.yml index 8366453e587..bcea2c88131 100644 --- a/Resources/Prototypes/Damage/modifier_sets.yml +++ b/Resources/Prototypes/Damage/modifier_sets.yml @@ -22,7 +22,7 @@ Slash: 10 Piercing: 10 Heat: 10 - Structural: 10 + Structural: 30 - type: damageModifierSet id: StructuralMetallic diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml index 52deca8e096..231564dc87e 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml @@ -149,3 +149,22 @@ - Energy reflectProb: 0.2 spread: 90 + +- type: entity + parent: CrateBaseSecure + id: CrateBaseSecureReinforced + suffix: [Secure , Reinforced] + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 150 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: StructuralMetallicStrong \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml index bd8281f1949..57c105bb82f 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml @@ -297,7 +297,7 @@ access: [["Hydroponics"]] - type: entity - parent: CrateBaseSecure + parent: CrateBaseSecureReinforced id: CrateWeaponSecure name: secure weapon crate components: @@ -309,8 +309,8 @@ access: [["Armory"]] - type: entity - parent: CrateBaseSecure - suffix: Armory, Secure + parent: CrateBaseSecureReinforced + suffix: Armory, Secure, Reinforced id: CrateContrabandStorageSecure name: contraband storage crate description: An armory access locked crate for storing contraband confiscated from suspects or prisoners.