Paradise Super Novice Staff
| Item ID | 550040 | Name | Paradise Super Novice Staff |
|
A one-handed staff made by the Paradise Group.
_______________________ MATK +160 MATK +3% _______________________ Indestructible in battle _______________________ Base Level at least 60: Decreases Variable Casting Time of skills by 10%. _______________________ Base Level at least 75: Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 20%. _______________________ Base Level at least 90: Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by additional 20%. _______________________ Type: One-Handed Staff Attack: 100 Weight: 0 Weapon Level: 3 Refineable: No _______________________ Requirement: Base Level 45 Super Novice classes |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | 2Para_Rod_NV | ||
| Attack | 100 | Type | Weapon - Staff | ||
| MATK | 160 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Novice, Super novice | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 45 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| 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,3;
if (BaseLevel>=60)
bonus bVariableCastrate,-10;
if (BaseLevel>=75) {
bonus2 bSkillAtk,"MG_FIREBOLT",20;
bonus2 bSkillAtk,"MG_COLDBOLT",20;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20;
}
if (BaseLevel>=90) {
bonus2 bSkillAtk,"MG_FIREBOLT",20;
bonus2 bSkillAtk,"MG_COLDBOLT",20;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20;
}
|
||||