Card: I Can Cook Anything

201003
Cost 2 Name I Can Cook Anything Range
Pierr2
Pierce 1 - 6
Slash 4 - 4 On Hit Recover 4 HP
2 I Can Cook Anything Pierr2 Pierce Slash
Pierce 1 - 6
Slash 4 - 4 On Hit Recover 4 HP
Rarity Limited (Rare)
Chapter Urban Myth
Availability Collectable
Keywords
  • Stagger Resist Recovery
Can be dropped from
210001 Book of Pierre
210002 Book of Jack
Id201003
Name (EN)I Can Cook Anything
Name (KR)무엇이든 요리할 수 있지
Name (JP)何でも料理できるわよ
Artwork Pierr2
Keywords[Recover_Keyword]
Options[]
Script None
Max In Inventory150
Max In Deck3
Dice
NTypeMinMaxScriptAction ScriptMotionEffect Res.
0 Pierce 1 6 None None Z Pierr_Every_Z
1 Slash 4 4 recoverHp4atk None H Pierr_Every_H
LOR: /card/CardInfo_ch2.xml, lines 102 ~ 115:

...
<Card ID="201003">
<Name>무엇이든 요리할 수 있지</Name>
<Artwork>Pierr2</Artwork>
<Rarity>Rare</Rarity>
<Spec Range="Near" Cost="2" />
<Script />
<ScriptDesc />
<BehaviourList>
<Behaviour Min="1" Dice="6" Type="Atk" Detail="Penetrate" Motion="Z" EffectRes="Pierr_Every_Z" Script="" Desc="" />
<Behaviour Min="4" Dice="4" Type="Atk" Detail="Slash" Motion="H" EffectRes="Pierr_Every_H" Script="recoverHp4atk" Desc="[적중] hp 4 회복" />
</BehaviourList>
<Chapter>2</Chapter>
<Priority>0</Priority>
</Card>
...