9 public override int CostRerollShop
19 public bool CanSpellwrite
23 return EClass.game.quests.IsCompleted(
"demitas_spellwriter");
29 public override bool CanInvest
33 return this.CanSpellwrite;
39 public override Trait.CopyShopType CopyShop
43 if (!this.CanSpellwrite)
45 return Trait.CopyShopType.None;
47 return Trait.CopyShopType.Spellbook;
53 public override ShopType ShopType
57 if (!this.CanSpellwrite)
67 public override int NumCopyItem
71 return 3 + Mathf.Min(base.owner.c_invest / 5, 7);
77 public override bool CanJoinParty
81 return EClass.debug.enable;
87 public override bool CanBeBanished
97 public override int RestockDay
106 public override bool CanCopy(
Thing t)