ID #27294
Card
Ancient Tao Gunka Card
Buy Price: N/A
Sell Price: N/A
Ignores physical defense of Boss class by 30%.
_______________________
Refine Level +10:
Ignores physical defense of Boss class by 20%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
_______________________
Refine Level +10:
Ignores physical defense of Boss class by 20%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Monster Drops
Card Drops
Ancient Tao Gunka
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 .@val = 30; if (getrefine() >= 10) { .@val += 20; } bonus2 bIgnoreDefClassRate,Class_Boss,.@val;
.@val = 30;
if (getrefine() >= 10) {
.@val += 20;
}
bonus2 bIgnoreDefClassRate,Class_Boss,.@val;