Card: Commandeering

102001
Cost 3 Name Commandeering Range
Yun2 On Use Give 1 Protection to all allies next Scene
Blunt 4 - 8
Guard 3 - 4
Pierce 3 - 4
3 Commandeering Yun2 Blunt Guard Pierce On Use Give 1 Protection to all allies next Scene
Blunt 4 - 8
Guard 3 - 4
Pierce 3 - 4
Rarity Limited (Rare)
Chapter Canard
Availability Collectable
Keywords
  • Protection X: Take X less damage from attacks for the Scene.
Can be dropped from
200005 Book of Yun’s Office
200007 Book of Yun
Id102001
Name (EN)Commandeering
Name (KR)진두지휘
Name (JP)先導指揮
Artwork Yun2
Keywords[Protection_Keyword]
Options[]
Script protection1friend
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Blunt 4 8 None None J Yun_J
1 Guard 3 4 None None G Basic_G
2 Pierce 3 4 None None Z Yun_Z
LOR: /card/CardInfo_ch1.xml, lines 159 ~ 173:

...
<Card ID="102001">
<Name>진두지휘</Name>
<Artwork>Yun2</Artwork>
<Rarity>Rare</Rarity>
<Spec Range="Near" Cost="3" />
<Script>protection1friend</Script>
<ScriptDesc>[사용시] 모든 아군에게 보호 1 부여</ScriptDesc>
<BehaviourList>
<Behaviour Min="4" Dice="8" Type="Atk" Detail="Hit" Motion="J" EffectRes="Yun_J" Script="" Desc="" />
<Behaviour Min="3" Dice="4" Type="Def" Detail="Guard" Motion="G" EffectRes="Basic_G" Script="" Desc="" />
<Behaviour Min="3" Dice="4" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="Yun_Z" Script="" Desc="" />
</BehaviourList>
<Chapter>1</Chapter>
<Priority>0</Priority>
</Card>
...