Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitMerchantBlack.cs
Go to the documentation of this file.
2{
3 public override bool AllowCriminal => true;
4
5 public override int CostRerollShop => 2;
6
7 public override ShopType ShopType
8 {
9 get
10 {
12 {
13 return ShopType.Blackmarket;
14 }
15 return ShopType.None;
16 }
17 }
18
19 public override bool CanSellStolenGoods => true;
20
21 public override int ShopLv
22 {
23 get
24 {
25 if (!EClass.debug.enable)
26 {
27 return base.ShopLv;
28 }
30 }
31 }
32}
ShopType
Definition: ShopType.cs:2
bool enable
Definition: CoreDebug.cs:285
StartSetting startSetting
Definition: CoreDebug.cs:103
Definition: EClass.cs:5
static CoreDebug debug
Definition: EClass.cs:48
FactionRelation relation
Definition: FACTION.cs:124
override bool IsCurrentZone
Definition: GuildThief.cs:6
Definition: Guild.cs:2
static GuildThief Thief
Definition: Guild.cs:27
override bool AllowCriminal
override bool CanSellStolenGoods
override int CostRerollShop