Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitChestMerchant.cs
Go to the documentation of this file.
2{
3 public override bool CanUseContent => false;
4
5 public override string IDInvStyle
6 {
7 get
8 {
10 {
11 return "casino";
12 }
13 if (EClass._zone.source.tag.Contains("tech"))
14 {
15 return "modern";
16 }
18 {
20 }
21 return base.idContainer;
22 }
23 }
24
25 public override void Prespawn(int lv)
26 {
27 }
28}
Trait trait
Definition: Card.cs:49
Card GetRootCard()
Definition: Card.cs:3173
Definition: EClass.cs:5
static Zone _zone
Definition: EClass.cs:20
SourceZone.Row source
Definition: Spatial.cs:441
override void Prespawn(int lv)
override string IDInvStyle
override bool CanUseContent
virtual string IDInvStyle
Definition: Trait.cs:165
Card owner
Definition: Trait.cs:26