Card: Restrain

703117
Cost 0 Name Restrain Range
Crying5
Evade 3 - 9
Pierce 8 - 10 On Hit Inflict 2 Feeble, Disarm, and Bind next Scene
Guard Counter 4 - 7 On Clash Win Inflict 1 Burn to each other
Guard Counter 4 - 6
0 Restrain Crying5 Evade Pierce Guard Counter Guard Counter
Evade 3 - 9
Pierce 8 - 10 On Hit Inflict 2 Feeble, Disarm, and Bind next Scene
Guard Counter 4 - 7 On Clash Win Inflict 1 Burn to each other
Guard Counter 4 - 6
Rarity Limited (Rare)
Chapter Impurity
Availability Enemy-only
Keywords
  • Feeble X: Offensive dice lose X Power for the Scene.
  • Disarm X: Defensive dice lose X Power for the Scene.
  • Bound X: Lower all Speed values by X for the Scene.
  • Burn X: At the end of the Scene, take X damage and subtract 1/3rd of the stack. (Rounds down)
Id703117
Name (EN)Restrain
Name (KR)구속
Name (JP)拘束
Artwork Crying5
Keywords[Weak_Keyword, Disarm_Keyword, Binding_Keyword, Burn_Keyword]
Options[]
Script None
Priority10
Priority ScriptNone
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Evade 3 9 None None E None
1 Pierce 8 10 philip_restrict_atk philip_restriction F None
2 Guard Counter 4 7 philip_restrict_pw None G None
3 Guard Counter 4 6 None None G None
LOR: /card/CardInfo_Ch7_Philip.xml, lines 100 ~ 115:

...
<Card ID="703117">
<Name>구속</Name>
<Artwork>Crying5</Artwork>
<Rarity>Rare</Rarity>
<Spec Range="Near" Cost="0" />
<Script></Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="3" Dice="9" Type="Def" Detail="Evasion" Motion="E" EffectRes="" Script="" ActionScript="" Desc="" />
<Behaviour Min="8" Dice="10" Type="Atk" Detail="Penetrate" Motion="F" EffectRes="" Script="philip_restrict_atk" ActionScript="philip_restriction" Desc="" />
<Behaviour Min="4" Dice="7" Type="Standby" Detail="Guard" Motion="G" EffectRes="" Script="philip_restrict_pw" ActionScript="" Desc="" />
<Behaviour Min="4" Dice="6" Type="Standby" Detail="Guard" Motion="G" EffectRes="" Script="" ActionScript="" Desc="" />
</BehaviourList>
<Chapter>7</Chapter>
<Priority>10</Priority>
</Card>
...