ID #22192
Armor
Illusion Goibne's Greaves [1]
Buy Price: N/A
Sell Price: N/A
Shoe that Goibne made for a bet against his rival Dulb.
_______________________
MaxHP +5%, MaxSP +5%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 5%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 10%.
_______________________
Type: Shoes
Defense: 42
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 130
All Jobs except Novice
_______________________
MaxHP +5%, MaxSP +5%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 5%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 10%.
_______________________
Type: Shoes
Defense: 42
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 130
All Jobs except Novice
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1200
Defense
42
Job Requirements
All Jobs
Yes
Requirements
Armor Level
1
Min Level
130
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; if (.@r >= 7) { bonus bVariableCastrate,-5; if (.@r >= 9) { bonus bLongAtkRate,10; } }
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r >= 7) {
bonus bVariableCastrate,-5;
if (.@r >= 9) {
bonus bLongAtkRate,10;
}
}