Card: Heart-piercing Sword

901705
Cost 0 Name Heart-piercing Sword Range
KnightOfDespair_Despair If this fails to deal any damage to its target, the sword will impale the Knight of Despair, dealing damage to her
Pierce 5 - 10 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
0 Heart-piercing Sword KnightOfDespair_Despair Pierce If this fails to deal any damage to its target, the sword will impale the Knight of Despair, dealing damage to her
Pierce 5 - 10 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
Rarity Limited (Rare)
Chapter None
Availability Enemy-only
Id901705
Name (EN)Heart-piercing Sword
Name (KR)마음을 꿰뚫는 검
Name (JP)心を貫く剣
Artwork KnightOfDespair_Despair
Keywords[]
Options[]
Script None
Priority200
Priority ScriptNone
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Pierce 5 10 kod_dmg_by_percent kod_swordfaratk F KnightOfDespairFatalSword_FarAtk
LOR: /card/CardInfo_creature.xml, lines 872 ~ 883:

...
<Card ID="901705">
<Name>필살 카드1</Name>
<Artwork>KnightOfDespair_Despair</Artwork>
<Rarity>Rare</Rarity>
<Spec Range="Far" Cost="0" />
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="5" Dice="10" Type="Atk" Detail="Penetrate" Motion="F" EffectRes="KnightOfDespairFatalSword_FarAtk" Script="kod_dmg_by_percent" ActionScript="kod_swordfaratk" Desc="" />
</BehaviourList>
<Priority>200</Priority>
</Card>
...