12 return EClass.sources.elements.map[this.owner.refVal];
24 public override string AliasEle
28 return this.source.aliasRef;
34 public override int Power
44 public override EffectId IdEffect
48 return this.source.proc[0].ToEnum(
true);
54 public override string N1
58 return this.source.proc.TryGet(1,
true);
64 public override bool IsNeg
68 return this.source.tag.Contains(
"neg");
73 public override int GetValue()
75 return this.source.value * 120 / 100;
79 public override void OnCreate(
int lv)
85 public override string GetName()
87 return Lang.TryGet(
"potion_" + this.source.alias) ??
"potion_".lang(this.source.GetName().ToLower(),
null,
null,
null,
null);