
RENEWAL / ITEMS
Rekenber Senior Guard Card
#300264Card
Reken_H_Guard_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
ATK + 5%.
------------------------
When compounded on one-handed spear or two-handed spear, increase long ranged physical damage by 10% and additional 2% per 3 refine rate of weapon.
------------------------
When base level is 200 or higher, increase long ranged physical damage by additional 3% per 3 refine rate of weapon.
------------------------
Class : Card
Compound on : Weapon
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
.@r = getrefine();
bonus bAtkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSPEAR || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSPEAR) {
bonus bLongAtkRate,10+2*(.@r/3);
if (BaseLevel>=200) {
bonus bLongAtkRate,3*(.@r/3);
}
}