整理
简介
类型:技能牌
稀有度:3
描述:丢弃所有牌,抽相同数量的牌。
原始数据
Id: \*4
Rarity: 3
Expend: 1
Tag:
InitScript: Vars["BaseScript"]="CommonCardItem";
DrawScript:
UseScript: SetStatus("Self");<br>int A = 0;<br> for (int i = HandCard.Count - 1; i >= 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>DrawCount(A.ToString());
DropScript:
Icon:
Effects: Icon/icon experiment/1 (187)
Action:
Note:
Name: 整理
Type: 技能牌
Description: 丢弃所有牌,抽相同数量的牌。
Name_en: Organization
Type_en: Skill
Description_en: Discard all cards and draw the same number of cards.