Skip to content

聚气凝神

简介

类型:技能牌
稀有度:3
描述:丢弃自身所有手牌,每丢弃二张获得1层锋锐


原始数据

Id: 3
Rarity: 3
Expend: 0
Tag: 
InitScript: Vars["BaseScript"]="CommonCardItem";
DrawScript: 
UseScript: SetStatus("Self");<br>int A = 0;<br>        for (int i = HandCard.Count - 1; i &gt;= 0; i--)<br>        {<br>            bool shouldRemove = !(HandCard[i].data["Tag"].Contains("Retain")\|\|HandCard[i].data["Tag"].Contains("Froze"));<br>            if (shouldRemove)<br>            {<br>                HandCard[i].EffectOfThrowCard();<br>                A++;<br>            }<br>        }<br>AddBuff("buff\_stretch","10",(A/2).ToString());
DropScript: 
Icon: 
Effects: 
Action: 
Note: 
Name: 聚气凝神
Type: 技能牌
Description: 丢弃自身所有手牌,每丢弃二张获得1层锋锐。
Name_en: Gather Qi and Focus the Mind
Type_en: Skill
Description_en: Discard all cards in your hand. For every 2 cards discarded, gain 1 stack of {buff\_stretch}.