Skip to content

无我一击

简介

类型:技能牌
稀有度:4
描述:每有二层锋锐造成{0}点物理伤害一次。结束后锋锐层数减半。


原始数据

Id: 4
Rarity: 4
Expend: 2
Tag: 
InitScript: Vars["BaseScript"]="AttackCardItem";Vars["DesVal1"]=Self!=null?Self.DamageCalculate(10+int.Parse(Vars["CorAtk"])).ToString():(10+int.Parse(Vars["CorAtk"])).ToString();
DrawScript: 
UseScript: if (Self.buffBarUI==null\|\|Self.buffBarUI.GetBuff("buff\_stretch") == null)<br>        {<br>            Debug.Log("没有buff\_stretch");<br>            return;<br>        }<br>        SetStatus("Self");int a=Self.buffBarUI.GetBuff("buff\_stretch").buffConfig.Level;SetStatus("Target");<br>  for (int i = 0; i &lt; a/2+1; i++)<br>  {<br>  Damage("10");<br>  }<br>  Self.buffBarUI.GetBuff("buff\_stretch").buffConfig.level=(a/2);
DropScript: 
Icon: 
Effects: slash
Action: Attack
Note: 
Name: 无我一击
Type: 技能牌
Description: 每有二层锋锐造成{0}点物理伤害一次。结束后锋锐层数减半。
Name_en: Selfless Strike
Type_en: Skill
Description_en: Deal {0} physical damage. Repeat for every 2 stacks of {buff\_stretch} you have, halving the number of stacks of {buff\_stretch} you have.