12 return EClass.player.flags.loytelMartLv;
18 public override int ShopLv
22 return this.LV * 10 + ((this.LV > 0) ? 10 : 1);
28 public override bool IsHomeItem
38 public override string IDInvStyle
48 public override bool CanBeOnlyBuiltInHome
58 public override ShopType ShopType
62 return ShopType.LoytelMart;
68 public override int CostRerollShop
81 public override bool CanUse(
Chara c)
83 return this.owner.IsInstalled &&
EClass._zone.IsPCFaction;
87 public override void SetName(ref
string s)
91 s = s + Lang.space +
"+" + this.LV.ToString();