Patent Light Blade
| Item ID | 500017 | Name | Patent Light Blade |
|
A sword of light that is said to have been used by a warrior of the past.
It resonates with Great Hero's Boots. _______________________ MATK +195 _______________________ For each 2 Refine Levels: MATK +15 _______________________ For each 3 Refine Levels: Increases damage of Pressure and Genesis Ray by 5%. _______________________ Refine Level +7: Decreases Variable Casting Time by 10%. _______________________ Refine Level +9: Increases Magical Damage with Holy element by 15%. _______________________ Refine Level +11: Increases Magical Damage against all size by 15%. Increases damage of Pressure and Genesis Ray by additional 15%. _______________________ When equipped with Great Hero's Boots: INT +10, MATK +7%. _______________________ Type: Sword Attack: 130 Weight: 120 Weapon Level: 4 _______________________ Requirement: Base Level 150 Royal Guard |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Up_Light_Blade | ||
| Attack | 130 | Type | Weapon - One-Handed Sword | ||
| MATK | 195 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Crusader | ||
| 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 bMatk,.@r/2*15;
bonus2 bSkillAtk,"PA_PRESSURE",.@r/3*5;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",.@r/3*5;
if (.@r>=7) {
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Holy,15;
}
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,15;
bonus2 bSkillAtk,"PA_PRESSURE",15;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bInt,10; bonus bMatkRate,7; |
||||
|
bonus bMatkRate,8; if (getequiprefinerycnt(EQI_HAND_R)>=11) bonus2 bSkillAtk,"PA_PRESSURE",(readparam(bAgi)+readparam(bInt))/12; |
||||
|
bonus bMatkRate,8; if (getequiprefinerycnt(EQI_HAND_R)>=11) bonus2 bSkillAtk,"PA_PRESSURE",(readparam(bAgi)+readparam(bInt))/12; |