Renewal
.:Renewal Item Database:.
Armor - Shield

Bunker Shield [1]   [Shield]   Item ID# 28915 (Bunker_Shield_)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
350
Defense
90
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shield equipped with a huge iron skewer which can be triggered by using gunpowder.
You will become sluggish because it's so heavy. Once owned by Blue Knight.

ATK +4%.
Increases after attack delay by 5% (ASPD -5%).
For each refine level above +5, ATK +1%.
Item Script
{ .@r = getrefine(); if (.@r >= 5) { .@dmg = .@r - 4; } bonus2 bAddClass,Class_All,(4+.@dmg); bonus bAspdRate,-5; },{},{}
Dropped By No Result

Cracked Buckler [0]   [Shield]   Item ID# 2136 (Cracked_Buckler)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
0
Defense
55
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A cracked buckler.
AGI +2, MDEF +1.
Reduces damage taken from Neutral elemental attack by 10%.
Randomly autocasts Kyrie Eleison when wielder receiving physical attack.
Item Script
{ bonus bAgi,2; bonus2 bSubEle,Ele_Neutral,10; bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,10; bonus bMdef,1; },{},{}
Dropped By No Result

Crescent Wrist Guard [1]   [Shield]   Item ID# 2173 (Crescent_Armguard)
Crescent Armguard
Type
Armor
Class
Shield
Buy
45000z
Sell
22500z
Weight
25
Defense
45
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Armguard with a glowing crescent moon drawing.
You feel a sense of mystical fullness when wearing this.

Every refine level, reduce after cast skill delay by 2%.

More Information on Combo:
Item Script
{ bonus bDelayrate,-(getrefine()*2); },{},{}
Dropped By No Result

Cross Shield [1]   [Shield]   Item ID# 2130 (Cross_Shield)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
200
Defense
130
Required Lvl
80
Armor Lvl
1
Slot
1
Applicable Jobs
Crusader
Description
A big and thick cross-shaped shield.
STR +1
Increase SP Consumption of skills by 10%.
Increases damage when using Shield Chain (Rapid Smiting) and Shield Boomerang by 30%.
Item Script
{ bonus bStr,1; bonus2 bSkillAtk,"PA_SHIELDCHAIN",30; bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",30; bonus bUseSPrate,10; },{},{}
Dropped By

Cursed Knight's Shield [1]   [Shield]   Item ID# 28942 (Bloody_Knight_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
80
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A knight's shield that carried by Cursed Knight.
If you clean the curse, you can obtain more power from it.

ATK +3%, MATK +3%.
Reduces after attack delay by 10% (ASPD +10%).
Reduces damage taken from all elemental monsters by 7%.
Randomly restores 25 SP per second for 5 seconds when receiving physical attack.
Randomly restores 150 HP per second for 5 seconds when dealing physical or magical attack.

Refine Level +7: ATK +10, MATK +10.
Refine Level +9: ASPD +1.
Refine Level +12: Reduces after cast delay by 3%.
Item Script
expand to view script
{ bonus bAspdRate,10; bonus bAtkRate,3; bonus bMatkRate,3; bonus2 bSubEle,Ele_All,7; autobonus2 "{ bonus2 bSPRegenRate,25,1000; }",50,5000; autobonus "{ bonus2 bHPRegenRate,150,1000; }",50,5000; .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,10; bonus bMatk,10; } if (.@r>=9) { bonus bAspd,1; } if (.@r>=12) { bonus bDelayrate,-3; } },{},{}
Dropped By No Result

Cursed Mad Bunny [0]   [Shield]   Item ID# 28901 (Mad_Bunny_K)
Mad Bunny Special
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A rag doll that Piamette uses for both attack and defense?
It looks so real and alive!
ASPD +3, ATK +5%, MATK +5%.
Reflect 10% of melee physical damage.
When receiveing magic attack, has a 10% chance to activate for 2 seconds, 60% chance of reflecting magical attack.

Refine Level +7: ATK +5, MATK +5.
Refine Level +9: ATK +15, MATK +15.
Refine Level +12: Skill casting can not be interrupted, CRIT +10.
Item Script
expand to view script
{ bonus bAspd,3; bonus2 bAddRace,RC_All,5; bonus2 bMagicAddRace,RC_All,5; bonus bShortWeaponDamageReturn,10; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,100,BF_MAGIC,0; .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,5; bonus bMatk,5; } if (.@r>=9) { bonus bBaseAtk,15; bonus bMatk,15; } if (.@r>=12) { bonus bCritical,10; bonus bNoCastCancel; } },{},{}
Dropped By No Result

Devil's Bible Drive [1]   [Shield]   Item ID# 2166 (Exorcism_Bible_)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
60
Defense
80
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Priest
Monk
Description
A must-read book for priests.

INT +1. Increases HP Recovery and SP Recovery Rate by 3%.

When equipped with Holy Stick:
Increases damage of Magnus Exorcismus by 20%.
Physical attacks have a chance to autocast Level 1 Turn Undead on the attacker.
Item Script
{ bonus bHPrecovRate,3; bonus bSPrecovRate,3; bonus bInt,1; },{},{}
Dropped By No Result

Diamond Shield [0]   [Shield]   Item ID# 28920 (ShieldOfGuardsman_J)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
100
Defense
50
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Konoe kingdom's knight shield.
When Base Level at least 150: DEF +100.
Every 3 refine levels: DEF +20.

When equipped with Proof of Glory: Perfect dodge +10.

More Information on Combo:
Item Script
{ .@r = getrefine(); if (BaseLevel>=150) { bonus bDef,100+(20*(.@r/3)); } },{},{}
Dropped By No Result

Doram Shield [0]   [Shield]   Item ID# 28948 (Doram_Shield)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
10
Defense
120
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A shield dedicated for Doram race.

MDEF +5.
Reduces damage taken from Small, Medium and Large size monsters by 15%.

Refine Level +8:
Reduces damage taken from Small, Medium and Large size monsters by 10%.

Can only be sold to NPC's and placed in storage.
Item Script
{ bonus bMdef,5; bonus2 bSubSize,Size_All,(getrefine() >= 8 ? 25 : 15); },{},{}
Dropped By No Result

Encyclopedia Complete Edition [1]   [Shield]   Item ID# 460006 (MD_Geffen_Shield2)
Complete Encyclopedia
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
150
Defense
150
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
The complete edition of the encyclopedia of Prontera Mo Publishing, which is famous for its hard edges.
Now, not just the corners, but every side of the book is incredibly heavy and hard.

ATK +3%,
MDEF +15

Refine Level +7:
ATK +25
Critical +7

Refine Level +9:
ASPD +10% (Decreases after attack delay by 5%.

Refine Level +12:
ATK +7%
Increases critical damage by 10%.

When equipped with Mental Condenser or Force Condenser:
MaxHP +10%
Decreases after skill cast delay by 5%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,3; bonus bMdef,10; if (.@r>=7) { bonus bCritical,3; bonus bBaseAtk,25; if (.@r>=9) { bonus bAspdRate,5; if (.@r>=12) { bonus bCritAtkRate,10; bonus bAtkRate,7; } } } },{},{}
Dropped By No Result

Energy Rune Guard [1]   [Shield]   Item ID# 2140 (Energy_Rune_Guard)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
0
Defense
70
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Description
A wing-shaped guard nailed with a luxurious bluish energy rune. A clear energy comes out that stimulates spirit.
MaxSP + 2%.
Item Script
{ bonus bMaxSPrate,2; },{},{}
Dropped By No Result

Engraved Naga's Scale Shield [1]   [Shield]   Item ID# 460022 (ST_Naga_Shield)
Type
Armor
Class
Shield
Buy
n/a
Sell
n/a
Weight
50
Defense
35
Required Lvl
210
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A shield made from the scales of naga, it is hard and meticulous. If you touch it wrongly, it looks like a veil.
It was strengthened due to Varmundt's rune engraving.

MRES +3

Ignores physical defense of Normal class enemies by 5%.

For each Refine Level:
Reflects 1% of the damage recieved from melee physical attacks.

For each 2 Refine Levels:
Ignores physical defense of Normal class enemies by additional 1%.
Item Script
{ .@r = getrefine(); bonus bMres,3; bonus bShortWeaponDamageReturn,.@r; bonus2 bIgnoreDefClassRate,Class_Normal,5+(.@r/2); },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top