Card: Tail Swipe

702103
Cost 0 Name Tail Swipe Range
Roland2Phase5
Pierce 9 - 14 On Hit Inflict 3 Bleed next Scene
0 Tail Swipe Roland2Phase5 Pierce
Pierce 9 - 14 On Hit Inflict 3 Bleed next Scene
Rarity Objet d'art (Unique)
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)
Id702103
Name (EN)Tail Swipe
Name (KR)꼬리 휘두르기
Name (JP)尻尾振り
Artwork Roland2Phase5
Keywords[Bleeding_Keyword]
Options[]
Script None
Max In Inventory150
Max In Deck1
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Pierce 9 14 bleeding3atk None S1 None
LOR: /card/CardInfo_ch7_Roland2Phase.xml, lines 35 ~ 48:

...
<Card ID="702103">
<Name>꼬리 휘두르기</Name>
<Artwork>Roland2Phase5</Artwork>
<Rarity>Unique</Rarity>
<Spec Range="Near" Cost="0" />
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<!--적중 출혈 3 부여-->
<Behaviour Min="9" Dice="14" Type="Atk" Detail="Penetrate" Motion="S1" EffectRes="" Script="bleeding3atk" ActionScript="" Desc="" />
</BehaviourList>
<Chapter>7</Chapter>
<Priority>0</Priority>
</Card>
...