Skip to content

Commit

Permalink
adds CratebaseSecureReinforced, Increases StructuralMetallicStrong 10…
Browse files Browse the repository at this point in the history
… -> 30
  • Loading branch information
BlueHNT committed Dec 28, 2024
1 parent 5cbaf04 commit 6355325
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Slash: 10
Piercing: 10
Heat: 10
Structural: 10
Structural: 30

- type: damageModifierSet
id: StructuralMetallic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
access: [["Hydroponics"]]

- type: entity
parent: CrateBaseSecure
parent: CrateBaseSecureReinforced
id: CrateWeaponSecure
name: secure weapon crate
components:
Expand All @@ -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.
Expand Down

0 comments on commit 6355325

Please sign in to comment.