Card: Guillotine

703513
Cost 0 Name Guillotine Range
Oswald_Show
Slash 8 - 12 On Hit Destroy target's next die
Slash Counter 5 - 8 On Hit Inflict 1 Bleed next Scene
0 Guillotine Oswald_Show Slash Slash Counter
Slash 8 - 12 On Hit Destroy target's next die
Slash Counter 5 - 8 On Hit Inflict 1 Bleed next Scene
Rarity Hardcover (Uncommon)
Chapter Impurity
Availability Enemy-only
Keywords
  • Bleed X: For the Scene, take X damage and subtract 1/3rd of the stack every time an Offensive die rolls. (Rounds up)
Id703513
Name (EN)Guillotine
Name (KR)단두대
Name (JP)断頭台
Artwork Oswald_Show
Keywords[, Bleeding_Keyword]
Options[]
Script None
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Slash 8 12 oswald_destroy1dice None J None
1 Slash Counter 5 8 bleeding1atk None J None
LOR: /card/CardInfo_ch7_Oswald.xml, lines 144 ~ 158:

...
<Card ID="703513">
<Name>단두대</Name>
<Artwork>Oswald_Show</Artwork>
<Rarity>Uncommon</Rarity>
<Keyword></Keyword>
<Spec Range="Near" Cost="0"/>
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="8" Dice="12" Type="Atk" Detail="Slash" Motion="J" EffectRes="" Script="oswald_destroy1dice" ActionScript="" Desc="" />
<Behaviour Min="5" Dice="8" Type="Standby" Detail="Slash" Motion="J" EffectRes="" Script="bleeding1atk" ActionScript="" Desc="" />
</BehaviourList>
<Chapter>7</Chapter>
<Priority>0</Priority>
</Card>
...