Elin Decompiled Documentation EA 23.290 Nightly
Loading...
Searching...
No Matches
TraitMerchantTravel.cs
Go to the documentation of this file.
2{
3 public override int ShopLv
4 {
5 get
6 {
7 if (!base.owner.IsPCFactionOrMinion && !EClass._zone.IsPCFactionOrTent)
8 {
9 return base.owner.LV;
10 }
11 return base.ShopLv;
12 }
13 }
14
15 public override ShopType ShopType => ShopType.TravelMerchant;
16
17 public override bool AllowCriminal => true;
18
19 public override int CostRerollShop => 10;
20
21 public override int RestockDay => 360;
22}
ShopType
Definition: ShopType.cs:2
Definition: EClass.cs:6
static Zone _zone
Definition: EClass.cs:21
override bool AllowCriminal
bool IsPCFactionOrTent
Definition: Zone.cs:478