ID #32350
Weapon
Farthezan [2]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1100
Range
1
Job Requirements
Crusader
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
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; }
.@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;
}