Skip to content

汰换

简介

类型:技能牌
稀有度:4
描述:燃烬两张手牌,
将三张稀有度不低于三的随机卡牌加入牌堆顶部。并抽取{0}张卡牌。


原始数据

Id: 5
Rarity: 4
Expend: 1
Tag: 
InitScript: Vars["BaseScript"]="CommonCardItem";Vars["DesVal1"]=(3+int.Parse(Vars["CorDraw"])).ToString();
DrawScript: 
UseScript: BurnCard("2", "2");<br>List&lt;Dictionary&lt;string, string&gt;&gt; cards = GetcardsByRarity("3", "6").Where(x =&gt; !x["Id"].Contains("\*")&&(x["Type"]!="诅咒")).ToList();<br>for (int i = 0; i &lt; 3; i++)<br>{<br>AddCard(cards[DefaultDice.WithRange(0, cards.Count - 1).Roll().Value]["Id"]);<br>}
DropScript: 
Icon: 
Effects: 
Action: 
Note: 
Name: 汰换
Type: 技能牌
Description: 燃烬两张手牌,<br>将三张稀有度不低于三的随机卡牌加入牌堆顶部。并抽取{0}张卡牌。
Name_en: Replacement
Type_en: Skill
Description_en: Burnout two cards from your hand,<br>Add three random cards with a rarity of at least three to the top of your deck. Draw {0} cards.