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