Claw Sword
| Item ID | 21054 | Name | Claw Sword |
|
A tool used to clean up various residues at the construction site.
Can be used for many purposes. _______________________ ATK +15% Critical +5 _______________________ Refine Level +7: Increases Critical Damage by 25%. Increases Attack Speed (decreases After Attack Delay by 10%) _______________________ Refine Level +9: Physical attacks have a chance to increase physical damage against all size enemies by 20% for 5 seconds. _______________________ Refine Level +11: Critical +7 Decreases After Skill Delay by 20%. _______________________ Type: Two-Handed Sword Attack: 300 Weight: 350 Weapon Level: 4 _______________________ Requirement: Base Level 170 Rune Knight |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Ein_BHSWORD | ||
| Attack | 300 | Type | Weapon - Two-Handed Sword | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Knight | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 350 | 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 bCritical,5;
bonus bAtkRate,15;
/* bonus2 bSkillAtk,"LG_BANISHINGPOINT",10; commented, illogical */
if (.@r>=7) {
bonus bCritAtkRate,25;
bonus bAspdRate,10;
}
if (.@r>=9) {
autobonus "{ bonus2 bAddSize,Size_All,20; }",1,5000,BF_WEAPON;
}
if (.@r>=11) {
bonus bDelayrate,-20;
bonus bCritical,7;
}
|
||||
| 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; |