Elin Decompiled Documentation
EA 23.102 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
8
{
9
get
10
{
11
if
(!
Guild
.
Thief
.
IsCurrentZone
||
Guild
.
Thief
.
relation
.
rank
>= 4)
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
}
29
return
EClass
.
debug
.
startSetting
.
lv
;
30
}
31
}
32
}
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
FactionRelation.rank
int rank
Definition:
FactionRelation.cs:20
Faction.relation
FactionRelation relation
Definition:
FACTION.cs:124
GuildThief.IsCurrentZone
override bool IsCurrentZone
Definition:
GuildThief.cs:6
Guild
Definition:
Guild.cs:2
Guild.Thief
static GuildThief Thief
Definition:
Guild.cs:27
TraitMerchantBlack
Definition:
TraitMerchantBlack.cs:2
TraitMerchantBlack.AllowCriminal
override bool AllowCriminal
Definition:
TraitMerchantBlack.cs:3
TraitMerchantBlack.ShopLv
override int ShopLv
Definition:
TraitMerchantBlack.cs:22
TraitMerchantBlack.CanSellStolenGoods
override bool CanSellStolenGoods
Definition:
TraitMerchantBlack.cs:19
TraitMerchantBlack.CostRerollShop
override int CostRerollShop
Definition:
TraitMerchantBlack.cs:5
TraitMerchant
Definition:
TraitMerchant.cs:2
Elin
TraitMerchantBlack.cs
Generated by
1.9.6