Fortridge
| Item ID | 32025 | Name | Fortridge |
|
Specialized spear for enveloping and stabbing.
_______________________ ATK +5% _______________________ For each Refine Level: Decreases After Skill Delay by 1%. _______________________ Refine Level +9: Increases damage of Cannon Spear by 20%. _______________________ Refine Level +11: Increases damage of Overbrand by 20%. _______________________ Type: One-Handed Spear Attack: 205 Weight: 170 Weapon Level: 4 _______________________ Requirement: Base Level 170 Royal Guard |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Fortrage | ||
| Attack | 205 | Type | Weapon - One-Handed Spear | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Crusader | ||
| Range | 3 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 170 | Min Equip Level | 170 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bDelayrate,-.@r;
bonus bAtkRate,5;
if (.@r>=9)
bonus2 bSkillAtk,"LG_CANNONSPEAR",20;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_OVERBRAND",20;
bonus2 bSkillAtk,"LG_OVERBRAND_BRANDISH",20;
bonus2 bSkillAtk,"LG_OVERBRAND_PLUSATK",20;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r= getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"LG_OVERBRAND",10*.@r; bonus2 bSkillAtk,"LG_CANNONSPEAR",5*.@r; |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"LG_CANNONSPEAR",-500; bonus2 bSkillAtk,"LG_CANNONSPEAR",12*.@r_weapon; |