ID #27327
Card
Grim Reaper Ankou Card
Buy Price: N/A
Sell Price: N/A
Receiving physical or magical damage has a chance to curse all enemies in 17x17 cells around the caster
and increase ATK by 25% and MATK by 25% for 10 seconds.
The chance increases with the Refine Level.
Transforms into Grim Reaper Ankou for 5 seconds, when using the First Aid skill.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
and increase ATK by 25% and MATK by 25% for 10 seconds.
The chance increases with the Refine Level.
Transforms into Grim Reaper Ankou for 5 seconds, when using the First Aid skill.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Monster Drops
Card Drops
Reaper Yanku
Rate: 0.5%
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script .@r = getrefine(); bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",3,(1+.@r); autobonus2 "{ bonus bAtkRate,25; bonus bMatkRate,25; }",(1+.@r),10000,BF_WEAPON|BF_MAGIC; autobonus3 "{ }",1000,5000,"NV_FIRSTAID","{ active_transform 3029,5000; }"; /* unknown rates */
.@r = getrefine();
bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",3,(1+.@r);
autobonus2 "{ bonus bAtkRate,25; bonus bMatkRate,25; }",(1+.@r),10000,BF_WEAPON|BF_MAGIC;
autobonus3 "{ }",1000,5000,"NV_FIRSTAID","{ active_transform 3029,5000; }";
/* unknown rates */