|
override bool | CanReapSeed () |
|
override void | OnMineObj (Chara c=null) |
|
override string | GetSoundProgress () |
|
override int | GetStageTile () |
|
override void | OnMineObj (Chara c=null) |
|
override void | OnMineObj (Chara c=null) |
|
bool | IsLastStage () |
|
virtual bool | BlockSight (Cell cell) |
|
virtual bool | BlockPass (Cell cell) |
|
virtual string | GetSoundProgress () |
|
virtual Stage | CreateStage () |
|
void | Init (SourceObj.Row _row) |
|
virtual void | SetGenericFirstStageTile (Stage s) |
|
virtual void | SetStageTile (Stage s) |
|
virtual int | GetStageTile () |
|
virtual int | GetShadow (int index) |
|
virtual void | OnRenderTileMap (RenderParam p) |
|
void | SetRandomStage () |
|
void | SetDefaultStage () |
|
virtual void | OnSetObj () |
|
bool | CanGrow (VirtualDate date) |
|
void | TryGrow (VirtualDate date) |
|
void | EqualizePlants (Point pos) |
|
void | Grow (int mtp=1) |
|
virtual void | OnReachNextStage () |
|
virtual void | OnExceedLastStage () |
|
void | SetStage (int idx, bool renewHarvest=false) |
|
virtual void | OnSetStage (int idx) |
|
bool | HaltGrowth () |
|
void | Perish () |
|
bool | IsWithered () |
|
bool | CanHarvest () |
|
virtual bool | CanReapSeed () |
|
virtual void | OnHit (Chara c) |
|
virtual void | OnHitFail (Chara c) |
|
void | OnProgressComplete (Chara c) |
|
void | PopMineObj (Chara c=null) |
|
virtual void | OnMineObj (Chara c=null) |
|
void | TryPick (Cell cell, Thing t, Chara c, bool applySeed=false) |
|
void | TryPick (Cell cell, string idThing, int idMat=-1, int num=1, bool applySeed=false) |
|
Thing | TryPopSeed (Chara c) |
|
void | Harvest (Chara c) |
|
void | PopHarvest (Chara c, string idThing, int num=-1) |
|
void | PopHarvest (Chara c, Thing t=null, int num=-1) |
|
void | ApplySeed (Thing t) |
|
virtual int | GetHp () |
|
Definition at line 3 of file GrowSystemPasture.cs.
◆ CanReapSeed()
override bool GrowSystemPasture.CanReapSeed |
( |
| ) |
|
|
inlinevirtual |
◆ OnMineObj()
override void GrowSystemPasture.OnMineObj |
( |
Chara |
c = null | ) |
|
|
inlinevirtual |
Reimplemented from GrowSystemCrop.
Definition at line 12 of file GrowSystemPasture.cs.
13 {
15 {
16 base.OnMineObj(c);
17 return;
18 }
22 {
24 }
26 }
static int rndHalf(int a)
void PopHarvest(Chara c, string idThing, int num=-1)
PlantData TryGetPlant(Point p)
References EClass._map, EClass._zone, GrowSystem.cell, Card.encLV, Zone.IsUserZone, GrowSystem.IsWithered(), GrowSystem.PopHarvest(), EClass.rnd(), EClass.rndHalf(), PlantData.seed, and Map.TryGetPlant().
◆ HarvestStage
override int GrowSystemPasture.HarvestStage |
|
get |
The documentation for this class was generated from the following file: