Card: Pinpoint Breakthrough

616007
Cost 2 Name Pinpoint Breakthrough Range
bayyard4 Single-use
Only one copy of this page can be held at a time
Blunt 5 - 10 On Hit Inflict 1 Paralysis next Scene
Pierce 15 - 24 On Hit Spend all Stagger Resist to deal Stagger damage equal to what's spent
2 Pinpoint Breakthrough bayyard4 Blunt Pierce Single-use
Only one copy of this page can be held at a time
Blunt 5 - 10 On Hit Inflict 1 Paralysis next Scene
Pierce 15 - 24 On Hit Spend all Stagger Resist to deal Stagger damage equal to what's spent
Rarity Objet d'art (Unique)
Chapter Star of the City
Availability Obtainable
Keywords
  • Single-use: Page is exhausted on use. Exhausted pages are removed from play until the end of the Act.
  • Paralysis X: For the Scene, up to X dice have their maximum roll value decreased by 3 when using pages.
Id616007
Name (EN)Pinpoint Breakthrough
Name (KR)일점 돌파
Name (JP)一点突破
Artwork bayyard4
Keywords[ExhaustOnUse_Keyword, Paralysis_Keyword]
Options[ExhaustOnUse]
Script limit1
Priority150
Priority ScriptNone
Max In Inventory150
Max In Deck1
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Blunt 5 10 paralysis1atk Bayyard_BreakOnePoint H Bayyard_H
1 Pierce 15 24 breakdmgbyselfbreak Bayyard_BreakTwoPoint Z Bayyard_Z
LOR: /card/CardInfo_ch6_3.xml, lines 1303 ~ 1317:

...
<Card ID="616007">
<Name>일점 돌파</Name>
<Artwork>bayyard4</Artwork>
<Rarity>Unique</Rarity>
<Option>ExhaustOnUse</Option>
<Spec Range="Near" Cost="2" />
<Script>limit1</Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="5" Dice="10" Type="Atk" Detail="Hit" Motion="H" EffectRes="Bayyard_H" Script="paralysis1atk" ActionScript="Bayyard_BreakOnePoint" Desc="" />
<Behaviour Min="15" Dice="24" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="Bayyard_Z" Script="breakdmgbyselfbreak" ActionScript="Bayyard_BreakTwoPoint" Desc="" />
</BehaviourList>
<Chapter>6</Chapter>
<Priority>150</Priority>
</Card>
...