Elin Decompiled Documentation
EA 23.153 Nightly
Loading...
Searching...
No Matches
TraitMerchantBlack.cs
Go to the documentation of this file.
1
public
class
TraitMerchantBlack
:
TraitMerchant
2
{
3
public
override
bool
AllowCriminal
=>
true
;
4
5
public
override
int
CostRerollShop
=> 2;
6
7
public
override
ShopType
ShopType
=>
ShopType
.Blackmarket;
8
9
public
override
bool
CanSellStolenGoods
=>
true
;
10
11
public
override
int
ShopLv
12
{
13
get
14
{
15
if
(!
EClass
.
debug
.
enable
)
16
{
17
return
base.ShopLv;
18
}
19
return
EClass
.
debug
.
startSetting
.
lv
;
20
}
21
}
22
}
ShopType
ShopType
Definition:
ShopType.cs:2
CoreDebug.StartSetting.lv
int lv
Definition:
CoreDebug.cs:18
CoreDebug.enable
bool enable
Definition:
CoreDebug.cs:285
CoreDebug.startSetting
StartSetting startSetting
Definition:
CoreDebug.cs:103
EClass
Definition:
EClass.cs:5
EClass.debug
static CoreDebug debug
Definition:
EClass.cs:48
TraitMerchantBlack
Definition:
TraitMerchantBlack.cs:2
TraitMerchantBlack.AllowCriminal
override bool AllowCriminal
Definition:
TraitMerchantBlack.cs:3
TraitMerchantBlack.ShopLv
override int ShopLv
Definition:
TraitMerchantBlack.cs:12
TraitMerchantBlack.CanSellStolenGoods
override bool CanSellStolenGoods
Definition:
TraitMerchantBlack.cs:9
TraitMerchantBlack.CostRerollShop
override int CostRerollShop
Definition:
TraitMerchantBlack.cs:5
TraitMerchant
Definition:
TraitMerchant.cs:2
Elin
TraitMerchantBlack.cs
Generated by
1.9.6