[Not For Sale] Record of Thief 2

Item ID 490395 Name [Not For Sale] Record of Thief 2
None
Weapon Level 0 Identifier Comp_Record_Thief2_TH
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs Assassin, Rogue
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 10 Min Equip Level 100
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 Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bAspdRate,10;
bonus2 bAddSize,Size_All,6;
bonus2 bSkillAtk,"SC_TRIANGLESHOT",30;
bonus2 bSkillAtk,"ASC_METEORASSAULT",30;

Set Script
Old Circlet Of Bones
[Not For Sale] Record of Thief 2
bonus2 bSkillAtk,"ASC_METEORASSAULT",6*getequiprefinerycnt(EQI_HEAD_TOP);
Old Shadow Handicraft
[Not For Sale] Record of Thief 2
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bLongAtkRate,2*.@r;
bonus bDelayrate,.@r;
Record of Thief
[Not For Sale] Record of Thief 2
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
   bonus2 bIgnoreDefRaceRate,RC_All,35;
   bonus2 bSkillCooldown,"ASC_METEORASSAULT",-350;
   bonus2 bVariableCastrate,"ASC_METEORASSAULT",-100;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
   bonus2 bVariableCastrate,"SC_TRIANGLESHOT",-100;
   bonus bPerfectHitAddRate,70;
}
[Not For Sale] Record of Thief
[Not For Sale] Record of Thief 2
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
   bonus2 bIgnoreDefRaceRate,RC_All,35;
   bonus2 bSkillCooldown,"ASC_METEORASSAULT",-350;
   bonus2 bVariableCastrate,"ASC_METEORASSAULT",-100;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
   bonus2 bVariableCastrate,"SC_TRIANGLESHOT",-100;
   bonus bPerfectHitAddRate,70;
}
Old Circlet Of Bones
Record of Thief
[Not For Sale] Record of Thief 2
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bAtkRate,3*(.@r/3);
bonus2 bSkillAtk,"ASC_METEORASSAULT",30*(.@r/3);
Old Circlet Of Bones
[Not For Sale] Record of Thief
[Not For Sale] Record of Thief 2
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bAtkRate,3*(.@r/3);
bonus2 bSkillAtk,"ASC_METEORASSAULT",30*(.@r/3);
Old Shadow Handicraft
Record of Thief
[Not For Sale] Record of Thief 2
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bAtkRate,3*(.@r/3);
bonus2 bSkillAtk,"SC_TRIANGLESHOT",30*(.@r/3);
Old Shadow Handicraft
[Not For Sale] Record of Thief
[Not For Sale] Record of Thief 2
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bAtkRate,3*(.@r/3);
bonus2 bSkillAtk,"SC_TRIANGLESHOT",30*(.@r/3);