
RENEWAL / ITEMS
Night Watch Soul (Grenade)
#312261Card
NW_Soul_GR
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increase Basic Grenade, Hasty Fire in the Hole, and Grenades Dropping damage by 2%.
------------------------
For every 2 refine level, increase Basic Grenade, Hasty Fire in the Hole, and Grenades Dropping damage by additional 1%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",2+(.@r/2);
bonus2 bSkillAtk,"NW_BASIC_GRENADE",2+(.@r/2);
bonus2 bSkillAtk,"NW_GRENADES_DROPPING",2+(.@r/2);