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