
RENEWAL / ITEMS
Nebula of Fighting Spirit Lv2
#310728Card
Nebula_Of_FS2
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 15.
If refine rate is 9 or higher, additional ATK + 15.
If refine rate is 11 or higher, additional ATK + 30.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,15;
if (.@r>=9) {
bonus bBaseAtk,15;
if (.@r>=11) {
bonus bBaseAtk,30;
}
}