Elin Decompiled Documentation EA 23.251 Nightly
Loading...
Searching...
No Matches
ActMeleeSwarm.cs
Go to the documentation of this file.
1public class ActMeleeSwarm : ActMelee
2{
3 public override bool UseWeaponDist => false;
4
5 public override int PerformDistance => 99;
6
7 public override float BaseDmgMTP => 0.9f + 0.1f * (float)Act.CC.Evalue(1750);
8}
override int PerformDistance
Definition: ActMeleeSwarm.cs:5
override float BaseDmgMTP
Definition: ActMeleeSwarm.cs:7
override bool UseWeaponDist
Definition: ActMeleeSwarm.cs:3
Definition: ACT.cs:62
static Chara CC
Definition: ACT.cs:77
int Evalue(int ele)
Definition: Card.cs:2571