Patent Fatalist
| Item ID | 510020 | Name | Patent Fatalist |
|
Swords of old travelers who specialize in stabbing rather than cutting.
The experience and knowledge of old travelers began to show their natural abilities. It resonates with Great Hero's Boots. _______________________ For each 2 Refine Levels: ATK +10 _______________________ For each 3 Refine Levels: Increases Attack Speed (decreases After Attack Delay by 2%). _______________________ Refine Level +7: Increases damage of Fatal Menace by 25%. _______________________ Refine Level +9: Decreases SP Consumption of Fatal Menace by 15%. Decreases After Skill Delay by 7%. _______________________ Refine Level +11: Increases Melee Physical Damage by 10%. Decreases After Skill Delay by additional 7%. _______________________ When equipped with Great Hero's Boots: STR +10, ATK +7%. _______________________ Type: Dagger Attack: 205 Weight: 110 Weapon Level: 4 _______________________ Requirement: Base Level 150 Shadow Chaser |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Up_Fatalist | ||
| Attack | 205 | Type | Weapon - Dagger | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Rogue | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 120 | Min Equip Level | 150 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bAspdRate,(.@r*2/3);
if (.@r>=7) {
bonus2 bSkillAtk,"SC_FATALMENACE",25;
}
if (.@r>=9) {
bonus2 bSkillUseSPrate,"SC_FATALMENACE",15;
bonus bDelayrate,-7;
}
if (.@r>=11) {
bonus bShortAtkRate,10;
bonus bDelayrate,-7;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bStr,10; bonus bAtkRate,7; |
||||
|
bonus2 bAddRace,RC_All,8; if (getequiprefinerycnt(EQI_HAND_R)>=11) bonus2 bSkillAtk,"SC_FATALMENACE",(readparam(bStr)+readparam(bAgi))/12; |
||||
|
bonus2 bAddRace,RC_All,8; if (getequiprefinerycnt(EQI_HAND_R)>=11) bonus2 bSkillAtk,"SC_FATALMENACE",(readparam(bStr)+readparam(bAgi))/12; |