Skip to content

元素爆发

简介

类型:攻击牌
稀有度:3
描述:获得{0}层元素,对所有敌人造成等同于元素层数点伤害。


原始数据

Id: 13
Rarity: 3
Expend: 1
Tag: 
InitScript: Vars["BaseScript"]="CommonCardItem";Vars["DesVal1"]=(1+int.Parse(Vars["CorBuff"])).ToString();
DrawScript: 
UseScript: var buffCount=Self.buffBarUI;SetStatus("Self");AddBuff("buff\_elements","1","1");Vars["elements"]=buffCount.GetBuff("buff\_elements").buffConfig.Level.ToString();SetStatus("AllEnemy");Damage((Vars["elements"]));
DropScript: 
Icon: Icon/buff/治愈光环
Effects: elementBurst
Action: Skill
Note: 1
Name: 元素爆发
Type: 攻击牌
Description: 获得{0}层元素,对所有敌人造成等同于元素层数点伤害。
Name_en: Elemental Detonation
Type_en: Attack
Description_en: Gain {0} stacks of {buff\_elements}, deal damage equal to the number of stacks of {buff\_elements} to all enemies.