Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitChopper.cs
Go to the documentation of this file.
1
public
class
TraitChopper
:
TraitCooker
2
{
3
public
override
AnimeID
IdAnimeProgress
=>
AnimeID
.Shiver;
4
5
public
override
string
idSoundProgress
=>
"cook_cut"
;
6
7
public
override
bool
IdleUse
(
Chara
c,
int
dist)
8
{
9
if
(dist > 1)
10
{
11
return
false
;
12
}
13
owner
.
PlaySound
(
"idle_cook"
);
14
return
true
;
15
}
16
}
AnimeID
AnimeID
Definition:
AnimeID.cs:2
Card.PlaySound
SoundSource PlaySound(string id, float v=1f, bool spatial=true)
Definition:
Card.cs:5404
Chara
Definition:
Chara.cs:10
TraitChopper
Definition:
TraitChopper.cs:2
TraitChopper.IdleUse
override bool IdleUse(Chara c, int dist)
Definition:
TraitChopper.cs:7
TraitChopper.idSoundProgress
override string idSoundProgress
Definition:
TraitChopper.cs:5
TraitChopper.IdAnimeProgress
override AnimeID IdAnimeProgress
Definition:
TraitChopper.cs:3
TraitCooker
Definition:
TraitCooker.cs:2
Trait.owner
Card owner
Definition:
Trait.cs:26
Elin
TraitChopper.cs
Generated by
1.9.6