Snake Queen Crown
| Item ID | 400710 | Name | Snake Queen Crown |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | DarkSnake_Crown | ||
| 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 | 70 | 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,5; bonus bCon,5; bonus bBaseAtk,20*(.@r/2); bonus bHit,8*(.@r/2); bonus bShortAtkRate,7*(.@r/3); bonus bLongAtkRate,7*(.@r/3); if (.@r>=7) bonus bAtkRate,10; if (.@r>=9) bonus bDelayrate,-10; if (.@r>=11) bonus bPerfectHitAddRate,15; if (.@r>=12) bonus2 bAddRace,RC_All,15; if (.@r>=13) bonus bFixedCast,-500; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bPerfectHitAddRate,40; bonus bPow,5; bonus bCon,5; bonus bShortAtkRate,8*(.@r/3); bonus bLongAtkRate,8*(.@r/3); |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bPow,3; bonus bCon,3; bonus bShortAtkRate,4*(.@r/3); bonus bLongAtkRate,4*(.@r/3); |
||||
|
bonus bLongAtkRate,15; |
||||
|
bonus bShortAtkRate,15; |