Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Radezolid committed Nov 21, 2024
1 parent 3b332fd commit 0a1d916
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Entities/Objects/Shields/shields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,16 +418,16 @@
color: blue
- type: ItemTogglePointLight
- type: Reflect
reflectProb: 0.95
reflectProb: 0.5
reflects:
- Energy
- type: Blocking
passiveBlockModifier:
coefficients:
Blunt: 1.0
Slash: 0.9
Piercing: 0.85
Heat: 0.6
Piercing: 0.7
Heat: 0.5
activeBlockModifier:
coefficients:
Blunt: 1.2
Expand All @@ -444,13 +444,13 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 180
damage: 380
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 100
damage: 300
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand Down

0 comments on commit 0a1d916

Please sign in to comment.