Heart Hunter Card ( Heart_Hunter_Card )
ID 27149 |
![]() |
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Buy Price: 20 zeny | Sell Price: 10 zeny | Weight: 1 | Slots: Not specified | ||||||||||||||||||||||||
Type: Card item. | Sub Type: Not specified | Gender: Both | Locations: Weapon | |||||||||||||||||||||||||
Attack: Not specified | Magic Attack: Not specified | Range: Not specified | Defense: Not specified | |||||||||||||||||||||||||
Weapon Level: Not specified | Armor Level: Not specified | Min. Equip Level: Not specified | Max. Equip Level: Not specified | |||||||||||||||||||||||||
Refineable: Not specified | Gradable: Not specified | Element: Neutral | Classes: Not specified | |||||||||||||||||||||||||
Bônus para armas do tipo Pistola, Rifle e Lança-Granadas: Increases long-ranged damage on targets by 5%, if the user has a Grenade Launcher, Revolver or Rifle equipped. [If used with Grenade Launcher, Revolver or Rifle] All
.@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); } Not specified Not specified |