[NFS] Sunglasses

Item ID 410299 Name [NFS] Sunglasses
None
Weapon Level 0 Identifier Comp_Sunglasses_
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level None
NPC Buy 5,000 Max Equip Level None
NPC Sell 2,500 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

Set Script
[NFS] Sunglasses
[NFS] Mob Scarf
.@a = (readparam(bStr)+readparam(bLuk))/80;
.@b = (readparam(bAgi)+readparam(bVit))/80;
.@c = (readparam(bInt)+readparam(bDex))/80;
bonus bMaxHPrate,5*.@b;
bonus2 bAddClass,Class_All,6*.@a;
bonus bMatk,120*.@c;
bonus bCritical,5*.@a;
bonus bAspdRate,5*.@b;
bonus bVariableCastrate,-3*.@c;
bonus bCritAtkRate,10*.@a;
bonus2 bSubRace,RC_DemiHuman,((2*.@b)+2);
bonus2 bSubRace,RC_Player_Human,((2*.@b)+2);
bonus bHealPower,10*.@c;