
RENEWAL / ITEMS
Nebula of Fighting Spirit Lv3
#310729Card
Nebula_Of_FS3
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 20.
If refine rate is 9 or higher, additional ATK + 20.
If refine rate is 11 or higher, additional ATK + 40.
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,20;
if (.@r>=9) {
bonus bBaseAtk,20;
if (.@r>=11) {
bonus bBaseAtk,40;
}
}