Queen Scaraba Helmet
| Item ID | 400511 | Name | Queen Scaraba Helmet |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Q_Scaraba_Crown_TW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 20 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | 130 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bPow,3;
bonus bCon,3;
bonus bCrt,3;
bonus bBaseAtk,20*(.@r/2);
bonus bCritical,4*(.@r/2);
bonus bCritAtkRate,10*(.@r/3);
if (.@r>=7) {
bonus bAtkRate,10;
if (.@r>=9) {
bonus bDelayrate,-10;
if (.@r>=11) {
bonus bLongAtkRate,15;
bonus bShortAtkRate,15;
if (.@r>=12) {
bonus2 bAddRace,RC_All,15;
if (.@r>=13) {
bonus bFixedCast,-500;
}
}
}
}
}
/*Todo : After Using Transformation Scroll (Horn Scaraba) (22750)*/
/*Physical and Magical Damage to All Race 5% for 5 Minute*/
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bPAtk,20; bonus bCritAtkRate,10*getequiprefinerycnt(EQI_HEAD_TOP); |
||||
|
bonus2 bAddClass,Class_Boss,10+(3*(getequiprefinerycnt(EQI_HEAD_TOP)/2)); |
||||
|
bonus2 bAddClass,Class_Boss,5+(2*(getequiprefinerycnt(EQI_HEAD_TOP)/3)); |