.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | Increases damage of Spiral Shooting by 5%. [Bonus by Weapon Grade] [Grade D]: Damage of Spiral Shooting +3%. [Grade C]: Physical Damage against enemies of every size +10%. [Grade B]: Damage of Spiral Shooting +4%. [Grade A]: Damage of Spiral Shooting +6%. |
|---|---|
| Item Script |
expand to view script{ .@g = getenchantgrade(); bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",3; if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",4; if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",6; } } } } },{},{} |
| Dropped By | No Result |


