Renewal
.:Renewal Item Database:.
Card

Naga Card [Weapon]   Item ID# 4469 (Naga_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Marine
Description
Increases magic damage against Fish monsters by 10%.
Item Script
{ bonus2 bMagicAddRace,RC_Fish,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Naght Sieger Card [Armor]   Item ID# 4457 (Nahtzigger_Card)
Naght Seiger Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Psychic
Description
Increases damage of Ghost element magic by 30%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Ghost,30; },{},{}
Dropped By

Napeo Card [Garment]   Item ID# 300260 (Napeo_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of High Intelligence
Description
For each 10 base INT: MATK +5

Base INT at least 125: MATK +60
Item Script
{ bonus bMatk,5*(readparam(bInt)/10); if (readparam(bInt)>=125) { bonus bMatk,60; } },{},{}
Dropped By

Nebula of Expert Archer Lv1    Item ID# 310730 (Nebula_Of_EA1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical damage by 3%.

Refine Level +9:
Increases ranged physical damage by additional 3%.

Refine Level +11:
Increases ranged physical damage by additional 4%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,3; if (.@r>=9) { bonus bLongAtkRate,3; if (.@r>=11) { bonus bLongAtkRate,4; } } },{},{}
Dropped By No Result

Nebula of Expert Archer Lv2    Item ID# 310731 (Nebula_Of_EA2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical damage by 5%.

Refine Level +9:
Increases ranged physical damage by additional 5%.

Refine Level +11:
Increases ranged physical damage by additional 7%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,5; if (.@r>=9) { bonus bLongAtkRate,5; if (.@r>=11) { bonus bLongAtkRate,7; } } },{},{}
Dropped By No Result

Nebula of Expert Archer Lv3    Item ID# 310732 (Nebula_Of_EA3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical damage by 7%.

Refine Level +9:
Increases ranged physical damage by additional 7%.

Refine Level +11:
Increases ranged physical damage by additional 15%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,7; if (.@r>=9) { bonus bLongAtkRate,7; if (.@r>=11) { bonus bLongAtkRate,15; } } },{},{}
Dropped By No Result

Nebula of Fighting Spirit Lv1    Item ID# 310727 (Nebula_Of_FS1)
Nebula of Fighting Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +10

Refine Level +9:
ATK +10

Refine Level +11:
ATK +15
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10; if (.@r>=9) { bonus bBaseAtk,10; if (.@r>=11) { bonus bBaseAtk,15; } } },{},{}
Dropped By No Result

Nebula of Fighting Spirit Lv2    Item ID# 310728 (Nebula_Of_FS2)
Nebula of Fighting Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +15

Refine Level +9:
ATK +15

Refine Level +11:
ATK +30
Item Script
{ .@r = getrefine(); bonus bBaseAtk,15; if (.@r>=9) { bonus bBaseAtk,15; if (.@r>=11) { bonus bBaseAtk,30; } } },{},{}
Dropped By No Result

Nebula of Fighting Spirit Lv3    Item ID# 310729 (Nebula_Of_FS3)
Nebula of Fighting Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +20

Refine Level +9:
ATK +20

Refine Level +11:
ATK +40
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20; if (.@r>=9) { bonus bBaseAtk,20; if (.@r>=11) { bonus bBaseAtk,40; } } },{},{}
Dropped By No Result

Nebula of Healing Lv1    Item ID# 310739 (Nebula_Of_HL1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Healing skills effectiveness by 5%.
MaxSP +3%

Refine Level +9:
Increases Healing skills effectiveness by additional 3%.
MaxSP +2%

Refine Level +11:
Increases Healing skills effectiveness by additional 5%.
MaxSP +3%
Item Script
{ .@r = getrefine(); bonus bMaxSPrate,3; bonus bHealPower,5; if (.@r>=9) { bonus bMaxSPrate,2; bonus bHealPower,3; if (.@r>=11) { bonus bMaxSPrate,3; bonus bHealPower,5; } } },{},{}
Dropped By No Result

Nebula of Healing Lv2    Item ID# 310740 (Nebula_Of_HL2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Healing skills effectiveness by 7%.
MaxSP +5%

Refine Level +9:
Increases Healing skills effectiveness by additional 5%.
MaxSP +3%

Refine Level +11:
Increases Healing skills effectiveness by additional 7%.
MaxSP +5%
Item Script
{ .@r = getrefine(); bonus bMaxSPrate,5; bonus bHealPower,7; if (.@r>=9) { bonus bMaxSPrate,3; bonus bHealPower,5; if (.@r>=11) { bonus bMaxSPrate,5; bonus bHealPower,7; } } },{},{}
Dropped By No Result

Nebula of Healing Lv3    Item ID# 310741 (Nebula_Of_HL3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Healing skills effectiveness by 10%.
MaxSP +5%

Refine Level +9:
Increases Healing skills effectiveness by additional 7%.
MaxSP +4%

Refine Level +11:
Increases Healing skills effectiveness by additional 10%.
MaxSP +7%
Item Script
{ .@r = getrefine(); bonus bMaxSPrate,5; bonus bHealPower,10; if (.@r>=9) { bonus bMaxSPrate,4; bonus bHealPower,7; if (.@r>=11) { bonus bMaxSPrate,7; bonus bHealPower,10; } } },{},{}
Dropped By No Result

123456789 > Last »
back to top