ID #24315
Shadowgear
Taekwon Shadow Shield
Buy Price: N/A
Sell Price: N/A
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.
_______________________
ATK +3%
MATK +3%
_______________________
For each Level of Peaceful Break:
Ignores physical defense of Normal class by 3%.
_______________________
For each Level of Happy Break:
Ignores magical defense of enemies of Normal class by additional 3%.
_______________________
For each Refine Level:
Ignores physical and magical defense of Normal class by additional 3%.
_______________________
Refine Level +7:
ATK +2%
MATK +2%
_______________________
Refine Level +9:
ATK +3%
MATK +3%
_______________________
When equipped with Taekwon Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Taekwon
_______________________
ATK +3%
MATK +3%
_______________________
For each Level of Peaceful Break:
Ignores physical defense of Normal class by 3%.
_______________________
For each Level of Happy Break:
Ignores magical defense of enemies of Normal class by additional 3%.
_______________________
For each Refine Level:
Ignores physical and magical defense of Normal class by additional 3%.
_______________________
Refine Level +7:
ATK +2%
MATK +2%
_______________________
Refine Level +9:
ATK +3%
MATK +3%
_______________________
When equipped with Taekwon Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Taekwon
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Soul Linker
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 3; if (.@r >= 7) { .@val += 2; if (.@r >= 9) { .@val += 3; } } bonus2 bIgnoreDefClassRate,Class_Normal,(3*(getskilllv("TK_HPTIME")+.@r)); bonus2 bIgnoreMdefClassRate,Class_Normal,(3*(getskilllv("TK_SPTIME")+.@r)); bonus bAtkRate,.@val; bonus bMatkRate,.@val;
.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 3;
if (.@r >= 7) {
.@val += 2;
if (.@r >= 9) {
.@val += 3;
}
}
bonus2 bIgnoreDefClassRate,Class_Normal,(3*(getskilllv("TK_HPTIME")+.@r));
bonus2 bIgnoreMdefClassRate,Class_Normal,(3*(getskilllv("TK_SPTIME")+.@r));
bonus bAtkRate,.@val;
bonus bMatkRate,.@val;