Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitSecretary.cs
Go to the documentation of this file.
2{
3 public override int GuidePriotiy => 99;
4
5 public override bool CanInvestTown => true;
6
7 public override string IDRumor => "secretary";
8
9 public override ShopType ShopType => ShopType.Influence;
10
11 public override CurrencyType CurrencyType => CurrencyType.Influence;
12
13 public override string GetDramaText()
14 {
15 return "dramaText_town".lang((EClass._zone.development / 10).ToString() ?? "");
16 }
17}
CurrencyType
Definition: CurrencyType.cs:2
ShopType
Definition: ShopType.cs:2
Definition: EClass.cs:5
static Zone _zone
Definition: EClass.cs:20
int development
Definition: Spatial.cs:238
override bool CanInvestTown
override string GetDramaText()
override string IDRumor
override int GuidePriotiy