Document Swordsman

Item ID 490605 Name Document Swordsman
None
Weapon Level 0 Identifier Document_Swordsman_TH
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
Defense 7 Equippable Jobs Knight, Crusader
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 None
Item Script
bonus bBaseAtk,100;
bonus2 bAddClass,Class_All,10;
bonus bDelayrate,-10;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",30;
bonus2 bSkillAtk,"LG_EARTHDRIVE",30;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {
   bonus2 bVariableCastrate,"RK_IGNITIONBREAK",-100;
   bonus bCritAtkRate,40;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
   bonus bDelayrate,-15;
   bonus bShortAtkRate,20;
}

Set Script
Old Rune Circlet
Document Swordsman
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1500;
bonus2 bAddRace,RC_All,4*(.@r/2);
bonus2 bSkillAtk,"RK_IGNITIONBREAK",10*(.@r/2);
Old Casket of Protection
Document Swordsman
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bSkillCooldown,"LG_EARTHDRIVE",-2500;
bonus2 bAddRace,RC_All,4*(.@r/2);
bonus2 bSkillAtk,"LG_EARTHDRIVE",30*(.@r/2);