Elin Decompiled Documentation
EA 23.171 Nyaightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
ConWeapon.cs
Go to the documentation of this file.
1
public
class
ConWeapon
:
BaseBuff
2
{
3
public
override
bool
IsElemental
=>
true
;
4
5
public
override
int
P2
=>
owner
.
CHA
;
6
7
public
override
void
Tick
()
8
{
9
}
10
11
public
override
bool
CanStack
(
Condition
c)
12
{
13
return
true
;
14
}
15
}
BaseBuff
Definition:
BaseBuff.cs:2
BaseCondition.owner
Chara owner
Definition:
BaseCondition.cs:15
Card.CHA
int CHA
Definition:
Card.cs:2283
ConWeapon
Definition:
ConWeapon.cs:2
ConWeapon.P2
override int P2
Definition:
ConWeapon.cs:5
ConWeapon.CanStack
override bool CanStack(Condition c)
Definition:
ConWeapon.cs:11
ConWeapon.IsElemental
override bool IsElemental
Definition:
ConWeapon.cs:3
ConWeapon.Tick
override void Tick()
Definition:
ConWeapon.cs:7
Condition
Definition:
Condition.cs:4
Elin
ConWeapon.cs
Generated by
1.9.6