ID #27149
Card
Heart Hunter Card
Buy Price: N/A
Sell Price: N/A
When compounded with Revolver, Rifle or Grenade Launcher class weapon:
Increases Ranged Physical Damage by 5%.
For each Refine Level:
Increases Ranged Physical Damage by additional 1%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Increases Ranged Physical Damage by 5%.
For each Refine Level:
Increases Ranged Physical Damage by additional 1%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Upgraded Heart Hunter
Rate: 0.5%
Heart Hunter Guard
Rate: 0.5%
Heart Hunter Skirmisher
Rate: 0.5%
Heart Hunter Skirmisher
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 .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); .@r = getrefine(); if (.@type == W_REVOLVER || .@type == W_RIFLE || .@type == W_GRENADE) { bonus bLongAtkRate,5+.@r+(.@r >= 10 ? 5 : 0); }
.@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW);
.@r = getrefine();
if (.@type == W_REVOLVER || .@type == W_RIFLE || .@type == W_GRENADE) {
bonus bLongAtkRate,5+.@r+(.@r >= 10 ? 5 : 0);
}