Trial Rune Knight's Two-Handed Sword

Item ID 21030 Name Trial Rune Knight's Two-Handed Sword
A two-handed sword for Rune Knights who are more or less used to handling runes.
When equipped with Enhanced Time Keeper Armor, will makes wearer's body more agile.
_______________________
Critical +10
_______________________
Increases Critical Damage by 10%.
_______________________
For each 10 Base Level:
ATK +6 (Up to Base Level 160).
_______________________
Refine Level +7:
For each Level of TWo-Handed Quicken:
Increases Attack Speed (decreases After Attack Delay by 1%.)
_______________________
When equipped with Enhanced Time Keeper Hat, Enhanced Time Keeper Robe, nhanced Time Keeper Manteau, Enhanced Time Keeper Boots:
ASPD +2,
MaxHP and MaxSP +10%

For each 10 Base VIT:
Decreases damage taken from Neutral elemental attacks by 3%.
(up to Base VIT 100)

For each 10 Base AGI:
Increases Attack Speed (decreases After Attack Delay by 2%).
(up to Base AGI 100)

For each 10 Base DEX:
HIT +3
(up to Base DEX 100)

For each 10 Base LUK:
Critical +3
(up to Base LUK 100)
_______________________
Type: Two-Handed Sword
Attack: 200
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Rune Knight
Weapon Level 3 Identifier Probation_TH_Sword
Attack 200 Type Weapon - Two-Handed Sword
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Knight
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
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
Item Script
bonus bCritAtkRate,10;
bonus bCritical,10;
bonus bBaseAtk,6*(min(BaseLevel,160)/10);
if (getrefine()>=7) {
   bonus bAspdRate,getskilllv("KN_TWOHANDQUICKEN");
}

Set Script
Trial Rune Knight's Two-Handed Sword
Enhanced Time Keeper Robe
Enhanced Time Keeper Hat
Enhanced Time Keeper Manteau
Enhanced Time Keeper Boots
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bAspd,2;
bonus2 bSubEle,Ele_Neutral,3*(min(100,readparam(bVit))/10);
bonus bAspdRate,2*(min(100,readparam(bAgi))/10);
bonus bHit,3*(min(100,readparam(bDex))/10);
bonus bCritical,3*(min(100,readparam(bLuk))/10);