Renewal
.:Renewal Item Database:.
Search Item By ID


Sealed Evil Sword [2]   [One Hand]   Item ID# 13461 (Sealed_Evil_Sword)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
150
Attack
100
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
High Swordman
High Merchant
High Thief
Lord Knight
Whitesmith
Assassin Cross
Paladin
Stalker
Creator
Description
An evil sword sealed with powerful seal.
It's not easy to draw the true power of this sword.
DEF -50, MDEF -10.
Adds a chance to auto cast Level 5 Frost Nova when dealing physical attacks.

Refine level +7: Crit +30, MDEF +10.
Refine level +10: ASPD +1, Crit +20, DEF +50.

[iRO Description]
An evil sword in which magnificent power is sealed. It will not be easy to draw out it's power.
Class: One-Handed Sword
Attack: 100
Property: Neutral
Weapon Level: 4
Requires Level: 100
Usable By: Lord Knight Jobs, Master Smith Jobs, Assassin Cross Jobs, Paladin Jobs, Biochemist Jobs, Stalker Jobs
Def - 50
Mdef - 10
Adds a 10% chance of casting Level 5 Frost Nova on the target when performing a physical attack.
If upgrade level is +7 or higher,
Mdef + 10
Crit + 30
If upgrade level is +10 or higher,
Def + 50
Additional Crit + 20
Aspd + 1
Item Script
expand to view script
{ .@r = getrefine(); .@def = -50; .@mdef = -10; bonus3 bAutoSpell,"WZ_FROSTNOVA",5,100; if (.@r >= 7) { .@crit = 30; .@mdef += 10; if (.@r >= 10) { bonus bAspd,1; .@crit += 20; .@def += 50; } bonus bCritical,.@crit; } bonus bDef,.@def; bonus bMdef,.@mdef; },{},{}
Dropped By

back to top