ID #310488
Card
Wolf Orb (Vit) Level 2
Buy Price: N/A
Sell Price: N/A
VIT +2
_______________________
Refine Level +7:
VIT +1
_______________________
Refine Level +9:
VIT +1
_______________________
Refine Level +11:
VIT +2
Decreases After Skill Delay by 1%.
_______________________
Refine Level +7:
VIT +1
_______________________
Refine Level +9:
VIT +1
_______________________
Refine Level +11:
VIT +2
Decreases After Skill Delay by 1%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bVit,2; if (.@r>=7) { bonus bVit,1; if (.@r>=9) { bonus bVit,1; if (.@r>=11) { bonus bDelayrate,-1; bonus bVit,2; } } }
.@r = getrefine();
bonus bVit,2;
if (.@r>=7) {
bonus bVit,1;
if (.@r>=9) {
bonus bVit,1;
if (.@r>=11) {
bonus bDelayrate,-1;
bonus bVit,2;
}
}
}