Skip to content

倒置

简介

类型:技能牌
稀有度:2
描述:增加{0}点护盾,将时之笼的效果顺序反转。


原始数据

Id: 5
Rarity: 2
Expend: 1
Tag: 
InitScript: Vars["BaseScript"]="CommonCardItem";Vars["DesVal1"]=Self!=null?(Self.DefenceCalculate(5+int.Parse(Vars["CorDef"]))).ToString():(8+int.Parse(Vars["CorDef"])).ToString();
DrawScript: 
UseScript: SetStatus("Self");<br>ChangeDefence("8");<br>var buffContent = Self.buffBarUI;<br>var buff = buffContent.GetBuff("buff\_instant");<br>if (buff == null) return;<br>var list = buff.effectList.Reverse().ToList();<br>while (buff.effectList.Count &gt; 0)<br>{<br>buff.effectList.RemoveAt(0);<br>}<br>foreach (var item in list)<br>{<br> buff.effectList.Add(item);<br>}
DropScript: 
Icon: Icon/buff/治愈光环
Effects: 
Action: 
Note: 时间
Name: 倒置
Type: 技能牌
Description: 增加{0}点护盾,将时之笼的效果顺序反转。
Name_en: Inverted
Type_en: Skill
Description_en: Increases shield by {0} and reverses the order of {buff\_instant} effects.