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