Card: Cleave

707003
Cost 0 Name Cleave Range
Argalia2_1 Combat Start Halve the amount of status ailments on self (Rounded up)
Slash 7 - 12 On Hit Target's dice Power cannot be influenced by any effects next Scene
Guard 6 - 8
0 Cleave Argalia2_1 Slash Guard Combat Start Halve the amount of status ailments on self (Rounded up)
Slash 7 - 12 On Hit Target's dice Power cannot be influenced by any effects next Scene
Guard 6 - 8
Rarity Limited (Rare)
Chapter Impurity
Availability Enemy-only
Id707003
Name (EN)Cleave
Name (KR)절단
Name (JP)切断
Artwork Argalia2_1
Keywords[]
Options[]
Script debufHalf
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Slash 7 12 nullifyPowerAtk None J TwistedArgalia_J
1 Guard 6 8 None None G TwistedArgalia_G
LOR: /card/CardInfo_ch7_FinalBand.xml, lines 33 ~ 46:

...
<Card ID="707003">
<Name>절단</Name>
<Artwork>Argalia2_1</Artwork>
<Rarity>Rare</Rarity>
<Spec Range="Near" Cost="0"/>
<Script>debufHalf</Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="7" Dice="12" Type="Atk" Detail="Slash" Motion="J" EffectRes="TwistedArgalia_J" Script="nullifyPowerAtk" ActionScript="" Desc="" />
<Behaviour Min="6" Dice="8" Type="Def" Detail="Guard" Motion="G" EffectRes="TwistedArgalia_G" Script="" ActionScript="" Desc="" />
</BehaviourList>
<Chapter>7</Chapter>
<Priority>0</Priority>
</Card>
...