Card: Tri-serum Cocktail

706005
Cost 4 Name Tri-serum Cocktail Range
Claw3
Slash 8 - 14
Blunt 8 - 14 This die cannot be destroyed
Blunt 8 - 14 This die cannot be destroyed
4 Tri-serum Cocktail Claw3 Slash Blunt Blunt
Slash 8 - 14
Blunt 8 - 14 This die cannot be destroyed
Blunt 8 - 14 This die cannot be destroyed
Rarity Objet d'art (Unique)
Chapter Impurity
Availability Enemy-only
Id706005
Name (EN)Tri-serum Cocktail
Name (KR)3 혈청
Name (JP)3血清
Artwork Claw3
Keywords[]
Options[]
Script clawAllSerum
Max In Inventory150
Max In Deck1
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Slash 8 14 None theclaw_struggleAtk Z None
1 Blunt 8 14 immuneDestory theclaw_struggleAtk Z None
2 Blunt 8 14 immuneDestory theclaw_struggleAtk Z None
LOR: /card/CardInfo_final.xml, lines 58 ~ 72:

...
<Card ID="706005">
<Name>(모든색)</Name>
<Artwork>Claw3</Artwork>
<Rarity>Unique</Rarity>
<Spec Range="Near" Cost="4" />
<Script>clawAllSerum</Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="8" Dice="14" Type="Atk" Detail="Slash" Motion="Z" EffectRes="" Script="" ActionScript="theclaw_struggleAtk" Desc="???" />
<Behaviour Min="8" Dice="14" Type="Atk" Detail="Hit" Motion="Z" EffectRes="" Script="immuneDestory" ActionScript="theclaw_struggleAtk" Desc="???" />
<Behaviour Min="8" Dice="14" Type="Atk" Detail="Hit" Motion="Z" EffectRes="" Script="immuneDestory" ActionScript="theclaw_struggleAtk" Desc="???" />
</BehaviourList>
<Chapter>7</Chapter>
<Priority>0</Priority>
</Card>
...