ID #300103
Card
Elder of Chung-Geum Card
Buy Price: N/A
Sell Price: N/A
MATK +15
_______________________
Refine Level +9:
Increases Magical Damage against monsters of Fish and Demi-Human race by 10%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 3%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Refine Level +9:
Increases Magical Damage against monsters of Fish and Demi-Human race by 10%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 3%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Monster Drops
Card Drops
Elder of Chung-Geum
Rate: 0.5%
Available from boxes
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(); bonus bMatk,15; if (.@r>=9) { bonus2 bMagicAddRace,RC_Fish,10; bonus2 bMagicAddRace,RC_DemiHuman,10; } if (.@r>=11) { bonus bDelayrate,-3; }
.@r = getrefine();
bonus bMatk,15;
if (.@r>=9) {
bonus2 bMagicAddRace,RC_Fish,10;
bonus2 bMagicAddRace,RC_DemiHuman,10;
}
if (.@r>=11) {
bonus bDelayrate,-3;
}