ID #24282
Shadowgear
Super Novice Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
MaxHP +1000
MaxSP +200
_______________________
For each Level of One-Handed Sword Mastery:
Ignores physical defense of Normal class by 3%.
_______________________
For each Level of Increases SP Recovery:
Ignores magical defense of enemies of Normal class by 3%.
_______________________
For each Refine Level:
Piercing physical and magical defense of Normal class by additional 3%.
_______________________
Refine Level +7:
MaxHP +5%
MaxSP +5%
_______________________
Refine Level +9:
MaxHP +5%
MaxSP +5%
Increases SP Recovery Rate by 100%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Novice
_______________________
MaxHP +1000
MaxSP +200
_______________________
For each Level of One-Handed Sword Mastery:
Ignores physical defense of Normal class by 3%.
_______________________
For each Level of Increases SP Recovery:
Ignores magical defense of enemies of Normal class by 3%.
_______________________
For each Refine Level:
Piercing physical and magical defense of Normal class by additional 3%.
_______________________
Refine Level +7:
MaxHP +5%
MaxSP +5%
_______________________
Refine Level +9:
MaxHP +5%
MaxSP +5%
Increases SP Recovery Rate by 100%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Novice
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Novice
Yes
Super Novice
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxHP,1000; bonus bMaxSP,200; bonus2 bIgnoreDefClassRate,Class_Normal,3*(getskilllv("SM_SWORD")+.@r); bonus2 bIgnoreMDefClassRate,Class_Normal,3*(getskilllv("MG_SRECOVERY")+.@r); if (.@r>=7) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } if (.@r>=9) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bSPrecovRate,100; }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus2 bIgnoreDefClassRate,Class_Normal,3*(getskilllv("SM_SWORD")+.@r);
bonus2 bIgnoreMDefClassRate,Class_Normal,3*(getskilllv("MG_SRECOVERY")+.@r);
if (.@r>=7) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
}
if (.@r>=9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bSPrecovRate,100;
}