Elin Decompiled Documentation EA 23.197 Nightly Patch 1
Loading...
Searching...
No Matches
ActMeleeParry.cs
Go to the documentation of this file.
1public class ActMeleeParry : ActMelee
2{
3 public override bool AllowCounter => false;
4
5 public override bool AllowParry => false;
6
7 public override bool ShouldRollMax => true;
8
9 public override float BaseDmgMTP => 1.5f;
10}
override bool AllowParry
Definition: ActMeleeParry.cs:5
override bool ShouldRollMax
Definition: ActMeleeParry.cs:7
override bool AllowCounter
Definition: ActMeleeParry.cs:3
override float BaseDmgMTP
Definition: ActMeleeParry.cs:9