Card: Hollow-point Shell

9906104
Cost 2 Name Hollow-point Shell Range
RedHood_Gun
Pierce 7 - 11 On Clash Win Inflict 2 Fragile; Deal 10 Stagger damage; Destroy all dice on target's page
Slash 5 - 8 On Clash Win Inflict 1 'Mark of the Hunt' next Scene
2 Hollow-point Shell RedHood_Gun Pierce Slash
Pierce 7 - 11 On Clash Win Inflict 2 Fragile; Deal 10 Stagger damage; Destroy all dice on target's page
Slash 5 - 8 On Clash Win Inflict 1 'Mark of the Hunt' next Scene
Rarity Limited (Rare)
Chapter None
Availability Enemy-only
Keywords
  • Fragile X: Take X additional damage from attacks for the Scene.
Id9906104
Name (EN)Hollow-point Shell
Name (KR)파열탄
Name (JP)榴弾
Artwork RedHood_Gun
Keywords[Vulnerable_Keyword]
Options[]
Script None
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Pierce 7 11 final_gebura_redhood_faratk None F EGO_RedHood_FarAtk
1 Slash 5 8 final_gebura_redhood_target None F EGO_RedHood_FarAtk
LOR: /card/CardInfo_creature_final_gebura.xml, lines 41 ~ 52:

...
<Card ID="9906104">
<Name>총</Name>
<Artwork>RedHood_Gun</Artwork>
<Rarity>Rare</Rarity>
<Spec Range="Far" Cost="2" />
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="7" Dice="11" Type="Atk" Detail="Penetrate" Motion="F" EffectRes="EGO_RedHood_FarAtk" Script="final_gebura_redhood_faratk" ActionScript="" Desc="" />
<Behaviour Min="5" Dice="8" Type="Atk" Detail="Slash" Motion="F" EffectRes="EGO_RedHood_FarAtk" Script="final_gebura_redhood_target" ActionScript="" Desc="" />
</BehaviourList>
</Card>
...