Farthezan

Item ID 32350 Name Farthezan
A sword bestowed to those who fulfill the divine will of God.
_______________________
MATK +180
_______________________
Increases damage of Pressure by 40%.
_______________________
For each Refine Level:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +9:
Increases damage of Genesis Ray by 30%.
_______________________
Refine Level +11:
Increases damage of Pressure by 20%.
Increases damage of Genesis Ray by 20%.
_______________________
Type: One-handed Sword
Attack: 130
Weight: 110
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Royal Guard
Weapon Level 4 Identifier Farthezan
Attack 130 Type Weapon - One-Handed Sword
MATK 180 Equip Locations Main Hand
Defense 0 Equippable Jobs Crusader
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 110 Min Equip Level 170
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillAtk,"PA_PRESSURE",40;
bonus bVariableCastrate,-.@r;
if (.@r>=9)
   bonus2 bSkillAtk,"LG_RAYOFGENESIS",30;
if (.@r>=11) {
   bonus2 bSkillAtk,"LG_RAYOFGENESIS",20;
   bonus2 bSkillAtk,"PA_PRESSURE",20;
}

Set Script
Randel's Memory
Farthezan
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"PA_PRESSURE",10*.@r;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",5*.@r;
Trial Diadem
Farthezan
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bVariableCastrate,-15;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",10*.@r_weapon;
bonus2 bSkillAtk,"PA_PRESSURE",10*.@r_weapon;
Farthezan
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bUnbreakableWeapon;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus4 bAutoSpellOnSkill,"LG_RAYOFGENESIS","AB_ORATIO",10,80;
   if ((.@eq + .@weapon) >= 22) {
       bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1500;
   }
}
Farthezan
Ghost Galoshes
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bUnbreakableWeapon;
bonus2 bMagicAddRace,RC_All,2*.@eq;
if ((.@eq + .@weapon) >= 18) {
   bonus4 bAutoSpellOnSkill,"LG_RAYOFGENESIS","AB_ORATIO",10,80;
   if ((.@eq + .@weapon) >= 22) {
       bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-1500;
   }
}