Card: ???

605023
Cost 0 Name Range
SecondIndex
Evade 6 - 9
Pierce 3 - 6 On Hit Inflict 6 Bleed next Scene
0 ??? SecondIndex Evade Pierce
Evade 6 - 9
Pierce 3 - 6 On Hit Inflict 6 Bleed next Scene
Rarity Paperback (Common)
Chapter Star of the City
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)
Id605023
Name (EN)None
Name (KR)None
Name (JP)None
ArtworkSecondIndex
Keywords[Bleeding_Keyword]
Options[]
Script None
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Evade 6 9 None None E None
1 Pierce 3 6 bleeding6atk None Z None
LOR: /card/CardInfo_ch6_2.xml, lines 182 ~ 195:

...
<Card ID="605023">
<Name>적중시키면 출혈을 건다는 내용</Name>
<Artwork>SecondIndex</Artwork>
<Rarity>Common</Rarity>
<Spec Range="Near" Cost="0" />
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="6" Dice="9" Type="Def" Detail="Evasion" Motion="E" EffectRes="" Script="" ActionScript="" Desc="" />
<Behaviour Min="3" Dice="6" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="" Script="bleeding6atk" ActionScript="" Desc="" />
</BehaviourList>
<Chapter>6</Chapter>
<Priority>0</Priority>
</Card>
...