Card: Heart-tearing Sword

9905216
Cost 0 Name Heart-tearing Sword Range
KnightOfDespair_EGO If this fails to deal any damage to its target, the sword will impale Roland
Slash 4 - 7 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
Slash 4 - 6 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
0 Heart-tearing Sword KnightOfDespair_EGO Slash Slash If this fails to deal any damage to its target, the sword will impale Roland
Slash 4 - 7 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
Slash 4 - 6 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
Id9905216
Name (EN)Heart-tearing Sword
Name (KR)마음을 찢는 검
Name (JP)心を引き裂く剣
Artwork KnightOfDespair_EGO
Keywords[]
Options[]
Script None
Priority200
Priority ScriptNone
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Slash 4 7 kod_dmg_by_percent kod_swordfaratk F DespairFinal_FatalSword_FarAtk
1 Slash 4 6 kod_dmg_by_percent kod_swordfaratk F DespairFinal_FatalSword_FarAtk
LOR: /card/CardInfo_creature_final_tiphereth.xml, lines 190 ~ 202:

...
<Card ID="9905216">
<Name>필살 카드2</Name>
<Artwork>KnightOfDespair_EGO</Artwork>
<Rarity>Rare</Rarity>
<Spec Range="Far" Cost="0" />
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="4" Dice="7" Type="Atk" Detail="Slash" Motion="F" EffectRes="DespairFinal_FatalSword_FarAtk" Script="kod_dmg_by_percent" ActionScript="kod_swordfaratk" Desc="" />
<Behaviour Min="4" Dice="6" Type="Atk" Detail="Slash" Motion="F" EffectRes="DespairFinal_FatalSword_FarAtk" Script="kod_dmg_by_percent" ActionScript="kod_swordfaratk" Desc="" />
</BehaviourList>
<Priority>200</Priority>
</Card>
...