Reduced Destructible threshold from 300 and 150 to 100 and 50 (#3075)
* Reduced Destructible threshold from 300 and 150 to 100 and 50 * Reduced Destructible threshold from 300 and 150 to 100 and 50
This commit is contained in:
parent
544ae1d239
commit
497e2ce89d
|
|
@ -70,13 +70,13 @@
|
|||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 300
|
||||
damage: 100 # DeltaV - was 300
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 150
|
||||
damage: 50 # DeltaV - was 150
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue