Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Zone_StartSite.cs
Go to the documentation of this file.
1public class Zone_StartSite : Zone
2{
3 public override bool UseFog => base.lv < 0;
4
5 public override bool isClaimable => true;
6
7 public override string IDBaseLandFeat => "bfPlain,bfFertile,bfStart";
8}
override string IDBaseLandFeat
override bool isClaimable
override bool UseFog
Definition: Zone.cs:12