孤注一掷
简介
类型:攻击牌
稀有度:3
描述:将生命降低至五点,对指定敌人造成自身已损生命值30%的伤害。
原始数据
Id: 11
Rarity: 3
Expend: 1
Tag:
InitScript: Vars["BaseScript"]="AttackCardItem";
DrawScript:
UseScript: SetStatus("Self");SetHp("5");string val1=((Self.MaxHp-Self.CurHp)\*3/10).ToString(); SetStatus("Target");Damage(val1);
DropScript:
Icon: Icon/icon experiment/1 (187)
Effects: slash
Action: Attack
Note: 通用,输出
Name: 孤注一掷
Type: 攻击牌
Description: 将生命降低至五点,对指定敌人造成自身已损生命值30%的伤害。
Name_en: All or nothing
Type_en: Attack
Description_en: Reduce your health to five and deal 30% of your lost health to the target enemy.