10 return owner.Card ==
null && !base.IsGlobalElement;
14 public override int GetSourceValue(
int v,
int lv, SourceValueType type)
16 return 10 * (100 + (lv - 1) * base.source.lvFactor / 10) / 100;
21 public override bool CanPressRepeat
25 return base.source.tag.Contains(
"repeat");
30 public override int GetPower(
Card c)
32 int num = base.Value * 8 + 50;
35 num = Mathf.Max(num, c.LV * 6 + 30);
37 num =
EClass.curve(num, 400, 100, 75);
40 num = num * (100 + c.Evalue(411)) / 100;
46 public override void OnChangeValue()
48 Card card = this.owner.Card;
49 if (card !=
null && card._IsPC)