Skip to content

律令:至高

简介

类型:正面
描述:每2回合结束时清除自身所有负面状态。


原始数据

Id: Law:Supreme
ApplyScript: AddEvent("EndRound",()=&gt;<br>        {<br>            if (!Vars.ContainsKey("ThisCount"))<br>            {<br>                Vars["ThisCount"] = "0";<br>            }<br>            Vars["ThisCount"] = (int.Parse(Vars["ThisCount"]) + 1).ToString();<br>            if (int.Parse(Vars["ThisCount"])%2 == 0)<br>            {<br>                SetStatus("Self");<br>                RemoveAllBadBuff("0");<br>            }<br>        });
ClearScript: 
ReducePerTurn: 0
ReducePerAttacked: 0
ReducePerUse: 0
UpperBound: 1
Icon: Icon/buff/烬赎
Type: 正面
Note: 
Name: 律令:至高
Description: 每2回合结束时清除自身所有负面状态。
Name_en: Law:Supreme
Description_en: