Steamroller
| Item ID | 400601 | Name | Steamroller |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Steamroller | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 10 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 200 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bCon,3+.@r;
bonus2 bSubRace,RC_Player_Human,13;
bonus2 bSubRace,RC_Player_Doram,13;
bonus2 bSubClass,Class_Normal,20;
bonus2 bSubClass,Class_Boss,20;
bonus bAtkRate,40;
bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",BaseLevel/10;
bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",BaseLevel/10;
bonus2 bSkillAtk,"NW_WILD_FIRE",BaseLevel/10;
if (.@r >= 10) {
bonus bCritical,25;
bonus bDelayrate,-20;
}
|
||||