Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
GrowSystemKinoko.cs
Go to the documentation of this file.
2{
3 protected override bool CanRegrow => false;
4
5 protected override bool WitherOnLastStage => false;
6
7 protected override bool UseGenericFirstStageTile => false;
8
9 public override bool NeedSunlight => false;
10
11 public override int StageLength => 4;
12
13 public override int AutoMineStage => 0;
14
15 public override bool CanReapSeed()
16 {
17 return true;
18 }
19
20 public override void OnExceedLastStage()
21 {
22 SetStage(1);
23 }
24
25 public override void OnMineObj(Chara c = null)
26 {
28 }
29}
Definition: Chara.cs:10
Definition: EClass.cs:5
static Chara pc
Definition: EClass.cs:14
override bool NeedSunlight
override bool WitherOnLastStage
override int StageLength
override void OnExceedLastStage()
override int AutoMineStage
override bool UseGenericFirstStageTile
override void OnMineObj(Chara c=null)
override bool CanRegrow
override bool CanReapSeed()
void SetStage(int idx, bool renewHarvest=false)
Definition: GrowSystem.cs:413
void PopHarvest(Chara c, string idThing, int num=-1)
Definition: GrowSystem.cs:606
static Thing CreateFromCategory(string idCat, int lv=-1)
Definition: ThingGen.cs:75