Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Level.cs
Go to the documentation of this file.
1public class Level : Element
2{
3 public override bool CanGainExp => true;
4
5 public override bool UsePotential => false;
6
7 public override bool UseExpMod => false;
8
9 public override int ExpToNext => (100 + base.Value * 10) * (100 - owner.Value(403)) / 100;
10}
int Value(int ele)
ElementContainer owner
Definition: ELEMENT.cs:256
Definition: Level.cs:2
override int ExpToNext
Definition: Level.cs:9
override bool CanGainExp
Definition: Level.cs:3
override bool UseExpMod
Definition: Level.cs:7
override bool UsePotential
Definition: Level.cs:5