Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitMerchantExotic.cs
Go to the documentation of this file.
2{
3 public override int CostRerollShop => 2;
4
5 public override ShopType ShopType
6 {
7 get
8 {
10 {
11 return ShopType.None;
12 }
13 return ShopType.Exotic;
14 }
15 }
16}
ShopType
Definition: ShopType.cs:2
Definition: EClass.cs:5
static Player player
Definition: EClass.cs:12
FactionRelation relation
Definition: FACTION.cs:124
Definition: Guild.cs:2
static GuildMerchant Merchant
Definition: Guild.cs:29
bool IsMerchantGuildMember
Definition: Player.cs:1125
override int CostRerollShop