Card: Feast

401002
Cost 2 Name Feast Range
Carnival2
Guard 5 - 7
Slash 3 - 4 On Hit Recover 2 HP
Pierce 1 - 7 On Hit Recover 2 HP
2 Feast Carnival2 Guard Slash Pierce
Guard 5 - 7
Slash 3 - 4 On Hit Recover 2 HP
Pierce 1 - 7 On Hit Recover 2 HP
Rarity Hardcover (Uncommon)
Chapter Urban Plague
Availability Collectable
Keywords
  • Stagger Resist Recovery
Can be dropped from
230001 Book of The Carnival
Id401002
Name (EN)Feast
Name (KR)식사
Name (JP)食事
Artwork Carnival2
Keywords[Recover_Keyword]
Options[]
Script None
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Guard 5 7 None None G ch3_G
1 Slash 3 4 recoverHp2atk None J Carnival_J
2 Pierce 1 7 recoverHp2atk None Z Carnival_Z
LOR: /card/CardInfo_ch4.xml, lines 17 ~ 31:

...
<Card ID="401002">
<Name>식사</Name>
<Artwork>Carnival2</Artwork>
<Rarity>Uncommon</Rarity>
<Spec Range="Near" Cost="2" />
<Script />
<ScriptDesc />
<BehaviourList>
<Behaviour Min="5" Dice="7" Type="Def" Detail="Guard" Motion="G" EffectRes="ch3_G" Script="" Desc="" />
<Behaviour Min="3" Dice="4" Type="Atk" Detail="Slash" Motion="J" EffectRes="Carnival_J" Script="recoverHp2atk" Desc="[적중] 체력 2 회복" />
<Behaviour Min="1" Dice="7" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="Carnival_Z" Script="recoverHp2atk" Desc="[적중] 체력 2 회복" />
</BehaviourList>
<Chapter>4</Chapter>
<Priority>0</Priority>
</Card>
...