Renewal
.:Renewal Item Database:.
Armor - Shield

Ultralight Magic Shield [1]   [Shield]   Item ID# 28913 (Ultra_Light_MShield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
10
Defense
50
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An ultralight shield that posseses powerful magic. It raises all abilities of wielder.

Reduces after attack delay by 5% (ASPD +5%).
Pierces physical defense of normal monsters by 10%.
Reduces damage taken from Neutral elemental attack by 5%.

Refine Level +7:
Reduces after attack delay by 2% (ASPD +2%).
Reduces damage taken from Neutral elemental attack by 2%.

Refine Level +9:
Reduces after attack delay by 3% (ASPD +3%).
Reduces damage taken from Neutral elemental attack by 3%.
Item Script
{ .@r = getrefine(); .@val = 5; bonus2 bIgnoreDefClassRate,Class_Normal,10; if (.@r >= 9) { .@val += 5; } else if (.@r >= 7) { .@val += 2; } bonus bAspdRate,.@val; bonus2 bSubEle,Ele_Neutral,.@val; },{},{}
Dropped By

Unity Buckler [1]   [Shield]   Item ID# 28905 (Union_Buckler)
Buckler of Solidarity
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30
Defense
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A certified kingdom equipment for adventurer.
When base level is below 100:
Every 1 refine level, MaxSP +2%.
Item Script
{ if (BaseLevel<100) { bonus bMaxSPrate,2*getrefine(); } },{},{}
Dropped By No Result

Unity Guard [1]   [Shield]   Item ID# 28904 (Union_Guard)
Guard of Solidarity
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30
Defense
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A certified kingdom equipment for adventurer.
When base level is below 100:
Every 1 refine level, DEF +12.
Item Script
{ if (BaseLevel<100) { bonus bDef,12*getrefine(); } },{},{}
Dropped By No Result

Upg Buckler [1]   [Shield]   Item ID# 2150 (Upg_Buckler)
Upgrade Buckler
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
30
Defense
45
Armor Lvl
1
Slot
1
Applicable Jobs
Swordman
Acolyte
Merchant
Thief
Knight
Priest
Blacksmith
Assassin
Crusader
Monk
Rogue
Alchemist
Bard / Dancer
Description
A Buckler molded out of Elunium and pure gold mixture.
MaxHP + 3%
Item Script
{ bonus bMaxHPrate,3; },{},{}
Dropped By No Result

Upg Guard [1]   [Shield]   Item ID# 2149 (Upg_Guard)
Upgrade Guard
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
15
Defense
25
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A Guard molded out of Elunium and pure gold mixture.
MaxHP + 3%
Item Script
{ bonus bMaxHPrate,3; },{},{}
Dropped By No Result

Upg Shield [1]   [Shield]   Item ID# 2151 (Upg_Shield)
Upgrade Shield
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
65
Defense
65
Armor Lvl
1
Slot
1
Applicable Jobs
Swordman
Knight
Crusader
Description
A Shield molded out of Elunium and pure gold mixture.
MaxHP + 3%
Item Script
{ bonus bMaxHPrate,3; },{},{}
Dropped By No Result

back to top