Blue Crystal Staff-LT
| Item ID | 640028 | Name | Blue Crystal Staff-LT |
|
An improved version of the staff with the power of cold ice used by an archmage in the past.
Resonates with Hero's Boots-LT. _______________________ Indestructible in battle _______________________ MATK +235 MATK +5% _______________________ Base Level at least 210: SPL +2, S.MATK +1. _______________________ For each 2 Refine Levels: MATK +15 _______________________ For each 3 Refine Levels: Increases damage of Jack Frost by 12%. _______________________ Refine Level +7: Decreases Variable Casting Time by 15%. Increases Magical Damage with Wind, Wind and Ghost element by 15%. _______________________ Refine Level +9: Decreases Jack Frost skill cooldown by 1 second. Decreases After Skill Delay by 5%. Increases damage of Soul Expansion by 30%. _______________________ Refine Level +11: Increases Magical Damage against enemies of every size by 15%. Increases damage of Chain Lightning by 30%. _______________________ When equipped with Hero's Boots-LT: MATK +10%, S.MATK +2. _______________________ [Bonus by Grade] [Grade D]: MATK +3% [Grade C]: Magical Damage with Wind, Wind and Ghost element +15%. S.MATK +1 [Grade B]: SPL +3, S.MATK +2. _______________________ Type: Two-Handed Staff Attack: 100 Weight: 100 Weapon Level: 5 _______________________ Requirement: Base Level 190 Warlock classes |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Blue_Crystal_Staff_LT | ||
| Attack | 100 | Type | Weapon - Two-Handed Staff | ||
| MATK | 235 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Wizard | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 100 | Min Equip Level | 190 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
if (BaseLevel>=210) {
bonus bSMatk,1;
bonus bSpl,2;
}
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Ghost,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus bDelayrate,-5;
bonus2 bSkillCooldown,"WL_JACKFROST",-1000;
bonus2 bSkillAtk,"WL_SOULEXPANSION",30;
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,15;
bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",30;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bMatkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_Ghost,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus bSMatk,1;
if (.@g >= ENCHANTGRADE_B) {
bonus bSMatk,2;
bonus bSpl,3;
}
}
}
bonus bMatk,15*(.@r/2);
bonus2 bSkillAtk,"WL_JACKFROST",12*(.@r/3);
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bMagicAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus2 bMagicAtkEle,Ele_All,10;
bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",10;
bonus2 bSkillAtk,"AG_FROZEN_SLASH",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bSMatk,5;
bonus bSpl,5;
bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",10;
bonus2 bSkillAtk,"AG_FROZEN_SLASH",10;
}
|
||||
|
bonus bSMatk,2; bonus bMatkRate,10; |