Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitNino.cs
Go to the documentation of this file.
2{
3 public override ShopType ShopType => ShopType.StarterEx;
4
5 public override CurrencyType CurrencyType => CurrencyType.Money2;
6
7 public override bool CanGuide => true;
8
9 public override string GetDramaText()
10 {
11 return "dramaText_town".lang((EClass._zone.development / 10).ToString() ?? "");
12 }
13}
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 CanGuide
Definition: TraitNino.cs:7
override string GetDramaText()
Definition: TraitNino.cs:9