Card: Inject

703804
Cost 2 Name Inject Range
Elena1
Evade 6 - 9
Pierce 3 - 5 On Hit Give 3 Strength and Endurance to all other allies
Slash 6 - 8
2 Inject Elena1 Evade Pierce Slash
Evade 6 - 9
Pierce 3 - 5 On Hit Give 3 Strength and Endurance to all other allies
Slash 6 - 8
Rarity Hardcover (Uncommon)
Chapter Impurity
Availability Enemy-only
Id703804
Name (EN)Inject
Name (KR)주입
Name (JP)注入
Artwork Elena1
Keywords[]
Options[]
Script None
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Evade 6 9 None None E None
1 Pierce 3 5 elenaAtkBuf None Z Elena_Z
2 Slash 6 8 None None H Elena_H
LOR: /card/CardInfo_ch7_Elena.xml, lines 49 ~ 63:

...
<Card ID="703804">
<Name>주입</Name>
<Artwork>Elena1</Artwork>
<Rarity>Uncommon</Rarity>
<Spec Range="Near" Cost="2" />
<Script></Script>
<ScriptDesc></ScriptDesc>7
<BehaviourList>
<Behaviour Min="6" Dice="9" Type="Def" Detail="Evasion" Motion="E" EffectRes="" Script="" ActionScript="" Desc="" />
<Behaviour Min="3" Dice="5" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="Elena_Z" Script="elenaAtkBuf" ActionScript="" Desc="" />
<Behaviour Min="6" Dice="8" Type="Atk" Detail="Slash" Motion="H" EffectRes="Elena_H" Script="" ActionScript="" Desc="" />
</BehaviourList>
<Chapter>7</Chapter>
<Priority>0</Priority>
</Card>
...