Elin Decompiled Documentation
EA 23.229 Stable 1st Anniversary Patch 2
Loading...
Searching...
No Matches
ConWeapon.cs
Go to the documentation of this file.
1
using
Newtonsoft.Json;
2
3
public
class
ConWeapon
:
BaseBuff
4
{
5
[JsonProperty]
6
public
int
cha
;
7
8
public
override
bool
IsElemental
=>
true
;
9
10
public
override
int
P2
=>
cha
;
11
12
public
override
void
Tick
()
13
{
14
}
15
16
public
override
bool
CanStack
(
Condition
c)
17
{
18
return
true
;
19
}
20
21
public
override
void
SetOwner
(
Chara
_owner,
bool
onDeserialize =
false
)
22
{
23
if
(!onDeserialize)
24
{
25
cha
= _owner.
CHA
;
26
}
27
base.SetOwner(_owner, onDeserialize);
28
}
29
}
BaseBuff
Definition:
BaseBuff.cs:2
Card.CHA
int CHA
Definition:
Card.cs:2335
Chara
Definition:
Chara.cs:10
ConWeapon
Definition:
ConWeapon.cs:4
ConWeapon.cha
int cha
Definition:
ConWeapon.cs:6
ConWeapon.P2
override int P2
Definition:
ConWeapon.cs:10
ConWeapon.CanStack
override bool CanStack(Condition c)
Definition:
ConWeapon.cs:16
ConWeapon.IsElemental
override bool IsElemental
Definition:
ConWeapon.cs:8
ConWeapon.Tick
override void Tick()
Definition:
ConWeapon.cs:12
ConWeapon.SetOwner
override void SetOwner(Chara _owner, bool onDeserialize=false)
Definition:
ConWeapon.cs:21
Condition
Definition:
Condition.cs:4
Elin
ConWeapon.cs
Generated by
1.9.6