Skip to content

Commit

Permalink
Nerfed E-Shield (#2252)
Browse files Browse the repository at this point in the history
* Changes

* Forgor comments

* My brain is smooth

* Extra smooth brain

---------

Co-authored-by: Tad "Taddy" Johnson <[email protected]>
  • Loading branch information
Radezolid and TadJohnson00 authored Dec 21, 2024
1 parent aa651e7 commit a7b0f21
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 # DeltaV - Was 0.95
reflects:
- Energy
- type: Blocking
passiveBlockModifier:
coefficients:
Blunt: 1.0
Slash: 0.9
Piercing: 0.85
Heat: 0.6
Piercing: 0.7 # DeltaV - Was 0.85
Heat: 0.5 # DeltaV - Was 0.6
activeBlockModifier:
coefficients:
Blunt: 1.2
Expand All @@ -444,13 +444,13 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 180
damage: 380 # DeltaV - Was 180
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 100
damage: 300 # DeltaV - Was 100
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand Down

0 comments on commit a7b0f21

Please sign in to comment.