Safety Knuckle
| Item ID | 1867 | Name | Safety Knuckle |
|
It was designed for the safety of Einbech workers.
Due to its excellent durability, it was also improved for combat using various attachments. _______________________ ATK +10%. Increases damage of Knuckle Arrow by 10%. _______________________ Refine Level +7: ATK +40 Increases Attack Speed (decreases After Attack Delay by 15%) _______________________ Refine Level +9: Increases damage of Knuckle Arrow by additional 15%. Physical attacks have a chance to increase physical damage to all size enemies by 15% for 10 seconds. _______________________ Refine Level +11: Decreases After Skill Delay by 20%. _______________________ Type: Knuckle Attack: 210 Weight: 180 Weapon Level: 4 _______________________ Requirement: Base Level 170 Sura |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Ein_1HKNUCK | ||
| Attack | 210 | Type | Weapon - Knuckle | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Monk | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 180 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"SR_KNUCKLEARROW",10;
if (.@r>=7) {
bonus bAspdRate,10;
bonus bBaseAtk,40;
}
if (.@r>=9) {
bonus2 bSkillAtk,"SR_KNUCKLEARROW",15;
autobonus "{ bonus2 bAddSize,Size_All,15; }",10,10000,BF_WEAPON;
}
if (.@r>=11) {
bonus bDelayrate,-20;
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |
||||||
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |
||||||
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |
||||||
|
bonus bFixedCast,-300; bonus bDelayrate,-7; bonus2 bWeaponSubSize,Size_All,3; |