Viewing Item

#400710: Snake Queen Crown

Item ID 400710 Name Snake Queen Crown
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 Not For Sale Trade restriction None
None

  Script
Item
.@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;
Equip
None
Unequip
None

Set Script
Evil Snake Lord Card
Snake Queen Crown
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bPerfectHitAddRate,40;
bonus bPow,5;
bonus bCon,5;
bonus bShortAtkRate,8*(.@r/3);
bonus bLongAtkRate,8*(.@r/3);
Evil Nymph Card
Snake Queen Crown
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bPow,3;
bonus bCon,3;
bonus bShortAtkRate,4*(.@r/3);
bonus bLongAtkRate,4*(.@r/3);
Cloud Hermit Card
Snake Queen Crown
bonus bLongAtkRate,15;
Hermit Plant Card
Snake Queen Crown
bonus bShortAtkRate,15;