时空幽灵
简介
类型:技能牌
稀有度:4
描述:抽到或进入弃牌堆时:造成{0}点伤害,封存至时之笼。使用时:对全体敌人造成层数点伤害。
原始数据
Id: 17
Rarity: 4
Expend: 1
Tag: Instant
InitScript: Vars["BaseScript"]="CommonCardItem";Vars["DesVal1"]=Self!=null?Self.DamageCalculate(2+int.Parse(Vars["CorAtk"])).ToString():(2+int.Parse(Vars["CorAtk"])).ToString();
DrawScript: var buffContent = Self.buffBarUI;<br> var buff = buffContent.AddLevel("buff\_instant", 1, 1).GetBuff("buff\_instant");<br> buff.effectList.Add((dataConfig, () => { RunScript("UseScript"); }));<br> SetStatus("AllEnemy");Damage("2");
UseScript: var buffContent = Self.buffBarUI;<br> var buff = buffContent.GetBuff("buff\_instant");<br> if (buff != null)<br> {<br> SetStatus("AllEnemy");<br> Damage(buff.buffConfig.Level.ToString());<br> }
DropScript: var buffContent = Self.buffBarUI;<br> var buff = buffContent.AddLevel("buff\_instant", 1, 1).GetBuff("buff\_instant");<br> buff.effectList.Add((dataConfig, () => { RunScript("UseScript"); }));<br> SetStatus("AllEnemy");Damage("2");
Icon: Icon/buff/治愈光环
Effects:
Action:
Note: 时间,输出
Name: 时空幽灵
Type: 技能牌
Description: 抽到或进入弃牌堆时:造成{0}点伤害,封存至时之笼。使用时:对全体敌人造成层数点伤害。
Name_en: Ghosts of time and space
Type_en: Skill
Description_en: When drawn or discarded: Deal {0} damage and store in the {buff\_instant} slot. When used: Deal damage equal to the number of layers to all enemies.