9 public override bool IsPlan
18 public override int GetValue()
20 return base.GetValue() * (Mathf.Max(this.source.cost[0], 3) * 17) / 100;
24 public override void WriteNote(UINote n,
bool identified)
26 base.WriteNote(n, identified);
30 bool flag = factionBranch.elements.HasBase(base.idEle);
31 n.AddText(
"_bullet".lang() + factionBranch.owner.Name + (flag ?
"alreadyLearned" :
"notLearned").lang(), flag ? FontColor.Good : FontColor.Warning);