Card: Sword Laced with Grief

901702
Cost 0 Name Sword Laced with Grief Range
KnightOfDespair_Sword
Evade 2 - 9
Slash 3 - 6 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
Slash 3 - 5 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
0 Sword Laced with Grief KnightOfDespair_Sword Evade Slash Slash
Evade 2 - 9
Slash 3 - 6 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
Slash 3 - 5 This die deals damage equal to (Dice value x 2)% of target's Max HP (Ignores resistances)
Rarity Hardcover (Uncommon)
Chapter None
Availability Enemy-only
Id901702
Name (EN)Sword Laced with Grief
Name (KR)비통이 맺힌 검
Name (JP)悲痛の宿る剣
Artwork KnightOfDespair_Sword
Keywords[]
Options[]
Script None
Priority100
Priority ScriptNone
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Evade 2 9 None None E None
1 Slash 3 6 kod_dmg_by_percent None J None
2 Slash 3 5 kod_dmg_by_percent None H None
LOR: /card/CardInfo_creature.xml, lines 828 ~ 841:

...
<Card ID="901702">
<Name>가호 전용 카드2</Name>
<Artwork>KnightOfDespair_Sword</Artwork>
<Rarity>Uncommon</Rarity>
<Spec Range="Near" Cost="0" />
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="2" Dice="9" Type="Def" Detail="Evasion" Motion="E" EffectRes="" Script="" Desc="" />
<Behaviour Min="3" Dice="6" Type="Atk" Detail="Slash" Motion="J" EffectRes="" Script="kod_dmg_by_percent" Desc="" />
<Behaviour Min="3" Dice="5" Type="Atk" Detail="Slash" Motion="H" EffectRes="" Script="kod_dmg_by_percent" Desc="" />
</BehaviourList>
<Priority>100</Priority>
</Card>
...