Furious Impact
| Item ID | 610071 | Name | Furious Impact |
|
A Katar imbued with the power of an enraged demon.
_______________________ Increases damage of Savage Impact by 10%. _______________________ Base Level at least 210: ATK +7%, ATK +70. _______________________ Base Level at least 220: Increases damage of Savage Impact by additional 5%. _______________________ Base Level at least 230: Increases Physical Damage against enemies of every size by 10%. _______________________ Refine Level +7: Increases Critical Damage by 10%. _______________________ Refine Level +9: Increases damage of Savage Impact by additional 10%. _______________________ Refine Level +10: Critical +10 _______________________ Refine Level +11: Increases damage of Savage Impact by additional 10%. _______________________ When equipped with Furious Boots: Critical +10 Increases Melee Physical Damage by 10%. _______________________ [Bonus by Grade] [Grade D]: Critical Damage +10%. [Grade C]: Damage of Savage Impact +5%. [Grade B]: Damage of Savage Impact +10%. [Grade A]: ATK +4%, P.ATK +4 per 2 Refine Levels. _______________________ Type: Katar Attack: 210 Weight: 140 Weapon Level: 5 _______________________ Requirement: Base Level 205 Shadow Cross |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Impact_Furious | ||
| Attack | 210 | Type | Weapon - Katar | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Assassin | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 140 | Min Equip Level | 205 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5;
if (BaseLevel>=210) {
bonus bAtkRate,7;
bonus bBaseAtk,70;
}
if (BaseLevel>=220) {
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5;
}
if (BaseLevel>=230) {
bonus2 bAddSize,Size_All,10;
}
if (.@r>=7) {
bonus bCritAtkRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;
if (.@r>=10) {
bonus bCritical,10;
if (.@r>=11) {
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritAtkRate,15;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",10;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,4*(.@r/2);
bonus bAtkRate,4*(.@r/2);
}
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSkillCooldown,"SHC_SAVAGE_IMPACT",-120; |
||||
|
bonus bShortAtkRate,10; bonus bCritical,10; |