Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitLoytel.cs
Go to the documentation of this file.
2{
3 public override ShopType ShopType => ShopType.Loytel;
4
5 public override CurrencyType CurrencyType => CurrencyType.Money2;
6
7 public override string LangBarter => "daBuyStarter";
8
9 public override bool CanBeBanished => false;
10
11 public override bool CanJoinParty => EClass.game.quests.Get("pre_debt_runaway") == null;
12}
CurrencyType
Definition: CurrencyType.cs:2
ShopType
Definition: ShopType.cs:2
Definition: EClass.cs:5
static Game game
Definition: EClass.cs:8
QuestManager quests
Definition: Game.cs:179
Quest Get(string id)
override string LangBarter
Definition: TraitLoytel.cs:7
override bool CanJoinParty
Definition: TraitLoytel.cs:11
override bool CanBeBanished
Definition: TraitLoytel.cs:9