ID #27121
Card
Piranha Card
Buy Price: N/A
Sell Price: N/A
Increases Damage against monsters of Fish race by 10%.
_______________________
Refine Level +9:
Increases Damage against monsters of Fish race by additional 5%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Refine Level +9:
Increases Damage against monsters of Fish race by additional 5%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Monster Drops
Card Drops
Piranha
Rate: 0.5%
Swift Piranha
Rate: 2.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 .@val = 10; if (getrefine() >= 9) { .@val += 5; } bonus2 bAddRace,RC_Fish,.@val; bonus2 bMagicAddRace,RC_Fish,.@val;
.@val = 10;
if (getrefine() >= 9) {
.@val += 5;
}
bonus2 bAddRace,RC_Fish,.@val;
bonus2 bMagicAddRace,RC_Fish,.@val;