Save the King

Item ID 13465 Name Save the King
Only guardians of the king were allowed to wield this sword.
_______________________
MATK +130
_______________________
If skill Riding is not learned:
Nullifies damage penalty resulted from monster's size.
_______________________
For each Level of Spear Quicken:
FLEE +2
Critical +3
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
For each Refine Level:
Increases damage of Grand Cross, Holy Cross and Bash by 20%.
_______________________
Refine Level +6:
Increases Healing skills effectiveness by 40%.
Increases recovery amount gained from Healing skills and items by 15%.
_______________________
Refine Level +8:
Increases Healing skills effectiveness by 40%.
Increases recovery amount gained from Healing skills and items by 15%.
_______________________
When equipped with King's Guard:
For each Refine Level of King's Guard:
Increases damage of Grand Cross, Holy Cross and Bash by 20%.
_______________________
Type: One-Handed Sword
Attack: 170
Weight: 60
Element: Holy
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Royal Guard
Weapon Level 4 Identifier Save_The_King
Attack 170 Type Weapon - One-Handed Sword
MATK 130 Equip Locations Main Hand
Defense 0 Equippable Jobs Crusader
Range 1 Equip Gender Both (Male and Female)
Slots 3 Equip Upper Third, Third Upper, Third Baby
Weight 60 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkEle,Ele_Ghost;
if (getskilllv("KN_RIDING") < 1) {
   bonus bNoSizeFix;
   bonus bFlee,2*getskilllv("CR_SPEARQUICKEN");
   bonus bCritical,3*getskilllv("CR_SPEARQUICKEN");
   bonus bAspdRate,3*getskilllv("CR_SPEARQUICKEN");
   bonus2 bSkillAtk,"CR_GRANDCROSS",20*.@r;
   bonus2 bSkillAtk,"SM_BASH",20*.@r;
   bonus2 bSkillAtk,"CR_HOLYCROSS",20*.@r;
   if (.@r>=6) {
       bonus bHealPower,40;
       bonus bHealPower2,15;
       bonus bAddItemHealRate,15;
       if (.@r>=8) {
           bonus bHealPower,40;
           bonus bHealPower2,15;
           bonus bAddItemHealRate,15;
       }
   }
}

Set Script
Save the King
King's Guard
.@r = getequiprefinerycnt(EQI_HAND_L);
bonus2 bSkillAtk,"CR_GRANDCROSS",20*.@r;
bonus2 bSkillAtk,"SM_BASH",20*.@r;
bonus2 bSkillAtk,"CR_HOLYCROSS",20*.@r;
Save the King
King's Mail
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus2 bSkillAtk,"CR_GRANDCROSS",20*.@r;
bonus2 bSkillAtk,"SM_BASH",20*.@r;
bonus2 bSkillAtk,"CR_HOLYCROSS",20*.@r;