Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Level.cs
Go to the documentation of this file.
1
public
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
}
ElementContainer.Value
int Value(int ele)
Definition:
ElementContainer.cs:157
Element
Definition:
ELEMENT.cs:79
Element.owner
ElementContainer owner
Definition:
ELEMENT.cs:256
Level
Definition:
Level.cs:2
Level.ExpToNext
override int ExpToNext
Definition:
Level.cs:9
Level.CanGainExp
override bool CanGainExp
Definition:
Level.cs:3
Level.UseExpMod
override bool UseExpMod
Definition:
Level.cs:7
Level.UsePotential
override bool UsePotential
Definition:
Level.cs:5
Elin
Level.cs
Generated by
1.9.6