Beginner Warlock's Staff
| Item ID | 2046 | Name | Beginner Warlock's Staff |
|
Staff specially made for beginner warlocks.
It will show it's true ability when equipped together with Beginner Armor set. _______________________ Indestructible in battle _______________________ MATK +170 MATK +5% _______________________ Refine Level +7: Increases damage of Crimson Rock by 15%. _______________________ When equipped with Beginner's Hat, Beginner's Suit, Beginner's Manteau, Beginner's Boots and Beginner's Ring: For each 10 Base Level: MATK +3 (up to Base Level 150) Decreases Variable Casting Time by 15%. Increases Fire elemental magical damage by 5%. _______________________ Type: Two-Handed Staff Attack: 70 Weight: 0 Weapon Level: 3 _______________________ Requirement: Base Level 100 Warlock |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Rebeginer_WL_Staff | ||
| Attack | 70 | Type | Weapon - Two-Handed Staff | ||
| MATK | 170 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Wizard | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bMatkRate,5;
.@r = getrefine();
if (.@r>=7) {
bonus2 bSkillAtk,"WL_CRIMSONROCK",15;
}
|
||||
| Set | Script | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,3*(min(BaseLevel,150)/10); bonus bVariableCastrate,-15; bonus2 bMagicAtkEle,Ele_Fire,5; |