Card: Break an Egg

703313
Cost 0 Name Break an Egg Range
Greta_Salt If target has bleed, dice on this page gain +2 Power
Blunt 4 - 8
Blunt 8 - 17 On Hit Inflict 3 Bind and Paralysis next Scene
Guard 4 - 7 On Clash Win Inflict 1 Bleed next Scene
0 Break an Egg Greta_Salt Blunt Blunt Guard If target has bleed, dice on this page gain +2 Power
Blunt 4 - 8
Blunt 8 - 17 On Hit Inflict 3 Bind and Paralysis next Scene
Guard 4 - 7 On Clash Win Inflict 1 Bleed next Scene
Rarity Hardcover (Uncommon)
Chapter Impurity
Availability Enemy-only
Keywords
  • Bound X: Lower all Speed values by X for the Scene.
  • Paralysis X: For the Scene, up to X dice have their maximum roll value decreased by 3 when using pages.
  • Bleed X: For the Scene, take X damage and subtract 1/3rd of the stack every time an Offensive die rolls. (Rounds up)
Id703313
Name (EN)Break an Egg
Name (KR)기절시키기
Name (JP)気絶させる
Artwork Greta_Salt
Keywords[Binding_Keyword, Paralysis_Keyword, Bleeding_Keyword]
Options[]
Script greta_stun
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Blunt 4 8 None None Z Greta_Z
1 Blunt 8 17 greta_stunAtk None Z Greta_Z
2 Guard 4 7 greta_stunPw None G Greta_G
LOR: /card/CardInfo_Ch7_Greta.xml, lines 35 ~ 49:

...
<Card ID="703313">
<Name>기절시키기</Name>
<Artwork>Greta_Salt</Artwork>
<Rarity>Uncommon</Rarity>
<Spec Range="Near" Cost="0" />
<Script>greta_stun</Script>
<ScriptDesc></ScriptDesc>
<BehaviourList>
<Behaviour Min="4" Dice="8" Type="Atk" Detail="Hit" Motion="Z" EffectRes="Greta_Z" Script="" ActionScript="" Desc="" />
<Behaviour Min="8" Dice="17" Type="Atk" Detail="Hit" Motion="Z" EffectRes="Greta_Z" Script="greta_stunAtk" ActionScript="" Desc="" />
<Behaviour Min="4" Dice="7" Type="Def" Detail="Guard" Motion="G" EffectRes="Greta_G" Script="greta_stunPw" ActionScript="" Desc="" />
</BehaviourList>
<Chapter>7</Chapter>
<Priority>0</Priority>
</Card>
...