ID #310727
Card
Nebula of Fighting Spirit Lv1
Buy Price: N/A
Sell Price: N/A
ATK +10
_______________________
Refine Level +9:
ATK +10
_______________________
Refine Level +11:
ATK +15
_______________________
Refine Level +9:
ATK +10
_______________________
Refine Level +11:
ATK +15
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10; if (.@r>=9) { bonus bBaseAtk,10; if (.@r>=11) { bonus bBaseAtk,15; } }
.@r = getrefine();
bonus bBaseAtk,10;
if (.@r>=9) {
bonus bBaseAtk,10;
if (.@r>=11) {
bonus bBaseAtk,15;
}
}