Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Poenitentia Ruina [2]   [Two Handed]   Item ID# 840006 (Poenitentia_Ruina)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
270
Attack
370
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A grenade launcher containing the pain of bereavement.

ATK +10%

Increases damage of Spiral Shooting and Wild Fire by 10%.

For each 2 Refine Levels:
Increases damage of Dragon Tail by 3%.

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

Refine Level +9:
Increases damage of Dragon Tail by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.
Decreases Dragon Tail skill cooldown by 1 second.

[Bonus by Grade]
[Grade D]: Damage of Spiral Shooting and Wild Fire +5%.
[Grade C]: Damage of Spiral Shooting and Wild Fire +3%, P.ATK +1.
[Grade B]: Damage of Spiral Shooting and Wild Fire +5%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10; bonus2 bSkillAtk,"NW_WILD_FIRE",10; bonus2 bSkillAtk,"RL_D_TAIL",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_D_TAIL",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bSkillCooldown,"RL_D_TAIL",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_WILD_FIRE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",3; bonus2 bSkillAtk,"NW_WILD_FIRE",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_WILD_FIRE",5; } } } },{},{}
Dropped By No Result

Poenitentia Scipio [2]   [One Hand]   Item ID# 550019 (Poenitentia_Scipio)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
160
Attack
150 / MATK 215
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Elemental Master
Description
A staff containing the pain of bereavement.

Indestructible in battle

MATK +215
MATK +10%

Increases damage of Conflagration and Lightning Land by 10%.

For each 2 Refine Levels:
Increases damage of Psychic Wave and Varetyr Spear by 3%.

Refine Level +7:
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Psychic Wave and Varetyr Spear by additional 25%.

Refine Level +11:
Decreases Psychic Wave skill cooldown by 1.5 seconds.
Decreases Varetyr Spear skill cooldown by 2 seconds.

[Bonus by Grade]
[Grade D]: Damage of Conflagration and Lightning Land +5%.
[Grade C]: Damage of Conflagration and Lightning Land +8%, S.MATK +1.
[Grade B]: Damage of Conflagration and Lightning Land +12%, SPL +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"EM_CONFLAGRATION",10; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",3*(.@r/2); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"SO_VARETYR_SPEAR",25; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; if (.@r>=11) { bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1500-2000; bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"EM_CONFLAGRATION",5; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"EM_CONFLAGRATION",8; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"EM_CONFLAGRATION",12; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",12; } } } },{},{}
Dropped By No Result

Poenitentia Sol [2]   [One Hand]   Item ID# 510056 (Poenitentia_Sol)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
120
Attack
210
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Kagerou / Oboro
Description
A dagger containing the pain of bereavement.

ATK +7%

Increases damage of Kunai - Rotation and Kunai - Refraction by 7%.

For each 2 Refine Levels:
Increases damage of Cross Slash by 2%.

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

Refine Level +9:
Increases damage of Cross Slash by additional 20%.

Refine Level +11:
Increases physical damage against enemies of every size by 10%.
Decreases Cross Slash skill cooldown by 1 second.

[Bonus by Grade]
[Grade D]: Damage of Kunai - Rotation and Kunai - Refraction +5%.
[Grade C]: Damage of Kunai - Rotation and Kunai - Refraction +3%, P.ATK +1.
[Grade B]: Damage of Kunai - Rotation and Kunai - Refraction +5%, POW +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,7; bonus2 bSkillAtk,"SS_KUNAIKAITEN",7; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",7; bonus2 bSkillAtk,"KO_JYUMONJIKIRI",2*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,7; if (.@r>=9) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; if (.@r>=11) { bonus2 bAddSize,Size_All,10; bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SS_KUNAIKAITEN",5; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"SS_KUNAIKAITEN",3; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"SS_KUNAIKAITEN",5; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5; } } } },{},{}
Dropped By No Result

Poenitentia Tenon [2]   [Two Handed]   Item ID# 700022 (Poenitentia_Tenon)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
140
Attack
250
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
5
Applicable Jobs
Abyss Chaser
Description
A bow containing the pain of bereavement.

ATK +10%

Increases damage of Frenzy Shot by 10%.

For each 2 Refine Levels:
Increases damage of Triangle Shot by 3%.

Refine Level +7:
Increases critical damage by 15%.

Refine Level +9:
Increases damage of Triangle Shot by additional 30%.

Refine Level +11:
Increases ranged physical damage by 15%.

[Bonus by Grade]
[Grade D]: Damage of Frenzy Shot +5%.
[Grade C]: Damage of Frenzy Shot +8%, P.ATK +1.
[Grade B]: Damage of Frenzy Shot +12%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"ABC_FRENZY_SHOT",10; bonus2 bSkillAtk,"SC_TRIANGLESHOT",3*(.@r/2); if (.@r>=7) { bonus bCritAtkRate,15; if (.@r>=9) { bonus2 bSkillAtk,"SC_TRIANGLESHOT",30; if (.@r>=11) { bonus bLongAtkRate,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"ABC_FRENZY_SHOT",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"ABC_FRENZY_SHOT",8; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"ABC_FRENZY_SHOT",12; } } } },{},{}
Dropped By No Result

Poenitentia Termes [2]   [Two Handed]   Item ID# 640014 (Poenitentia_Termes)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
200
Attack
170 / MATK 300
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Arch Mage
Description
A staff containing the pain of bereavement.

Indestructible in battle

MATK +300
MATK +10%

Increases damage of Crimson Arrow and Frozen Slash by 10%.

For each 2 Refine Levels:
Increases damage of Crimson Rock and Frost Misty by 3%.

Refine Level +7:
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Crimson Rock and Frost Misty by additional 25%.

Refine Level +11:
Increases magical damage with Fire and Water element by 10%.

[Bonus by Grade]
[Grade D]: Damage of Crimson Arrow and Frozen Slash +5%.
[Grade C]: Damage of Crimson Arrow and Frozen Slash +8%, S.MATK +1.
[Grade B]: Damage of Crimson Arrow and Frozen Slash +12%, SPL +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; bonus2 bSkillAtk,"WL_FROSTMISTY",3*(.@r/2); bonus2 bSkillAtk,"WL_CRIMSONROCK",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WL_FROSTMISTY",25; bonus2 bSkillAtk,"WL_CRIMSONROCK",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Water,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",5; bonus2 bSkillAtk,"AG_FROZEN_SLASH",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",8; bonus2 bSkillAtk,"AG_FROZEN_SLASH",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,2; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",12; bonus2 bSkillAtk,"AG_FROZEN_SLASH",12; } } } },{},{}
Dropped By No Result

Poenitentia Ungula [2]   [One Hand]   Item ID# 560013 (Poenitentia_Ungula)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
150
Attack
230
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Inquisitor
Description
A pair of knuckles containing the pain of bereavement.

ATK +10%

Increases damage of Explosion Blaster by 10%.

For each 2 Refine Levels:
Increases damage of Rampage Blaster by 3%.

Refine Level +7:
Decreases SP Consumption of Rampage Blaster by 15%.

Refine Level +9:
Increases damage of Rampage Blaster by additional 30%.

Refine Level +11:
Decreases Rampage Blaster skill cooldown by 1 second.

[Bonus by Grade]
[Grade D]: Damage of Explosion Blaster +5%.
[Grade C]: Damage of Explosion Blaster +8%, P.ATK +1.
[Grade B]: Damage of Explosion Blaster +12%, POW +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",10; bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",3*(.@r/2); if (.@r>=7) { bonus bUseSPrate,-15; if (.@r>=9) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",30; if (.@r>=11) { bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",12; } } } },{},{}
Dropped By No Result

Poenitentia Vatia [2]   [Two Handed]   Item ID# 700025 (Poenetentia_Vatia)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
100
Attack
250
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
5
Applicable Jobs
Troubadour / Trouvere
Description
A bow containing the pain of bereavement.

ATK +10%

Increases damage of Rythm Shooting by 10%.

For each 2 Refine Levels:
Increases damage of Severe Rainstorm by 3%.

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

Refine Level +9:
Increases damage of Severe Rainstorm by additional 30%.

Refine Level +11:
Decreases Severe Rainstorm skill cooldown by 2 seconds.

[Bonus by Grade]
[Grade D]: Damage of Rythm Shooting +5%.
[Grade C]: Damage of Rythm Shooting +8%, P.ATK +1.
[Grade B]: Damage of Rythm Shooting +12%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10; bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; if (.@r>=11) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",8; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",12; } } } },{},{}
Dropped By No Result

Poenitentia Veloci [2]   [Two Handed]   Item ID# 830010 (Poenitentia_Veloci)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
190
Attack
260
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A gatling gun containing the pain of bereavement.

ATK +10%

Increases damage of The Vigilante at Night and Magazine for One by 10%.

For each 2 Refine Levels:
Increases damage of Round Trip by 3%.

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

Refine Level +9:
Increases damage of Round Trip by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of The Vigilante at Night and Magazine for One +5%.
[Grade C]: Damage of The Vigilante at Night and Magazine for One +3%, P.ATK +1.
[Grade B]: Damage of The Vigilante at Night and Magazine for One +5%, CON +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10; bonus2 bSkillAtk,"RL_R_TRIP",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_R_TRIP",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",3; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",5; bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",5; } } } },{},{}
Dropped By No Result

Poenitentia Virga [2]   [Two Handed]   Item ID# 640015 (Poenitentia_Virga)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
200
Attack
170 / MATK 300
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Arch Mage
Description
A staff containing the pain of bereavement.

Indestructible in battle

MATK +300
MATK +10%

Increases damage of Storm Cannon and Rock Down by 10%.

For each 2 Refine Levels:
Increases damage of Chain Lightning and Earth Strain by 3%.

Refine Level +7:
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Chain Lightning and Earth Strain by additional 25%.

Refine Level +11:
Increases magical damage with Wind and Earth element by 10%.

[Bonus by Grade]
[Grade D]: Damage of Storm Cannon and Rock Down +5%.
[Grade C]: Damage of Storm Cannon and Rock Down +8%, S.MATK +1.
[Grade B]: Damage of Storm Cannon and Rock Down +12%, SPL +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; bonus2 bSkillAtk,"WL_EARTHSTRAIN",3*(.@r/2); bonus2 bSkillAtk,"WL_CHAINLIGHTNING",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WL_EARTHSTRAIN",25; bonus2 bSkillAtk,"WL_CHAINLIGHTNING",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Wind,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"AG_STORM_CANNON",5; bonus2 bSkillAtk,"AG_ROCK_DOWN",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"AG_STORM_CANNON",8; bonus2 bSkillAtk,"AG_ROCK_DOWN",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,2; bonus2 bSkillAtk,"AG_STORM_CANNON",12; bonus2 bSkillAtk,"AG_ROCK_DOWN",12; } } } },{},{}
Dropped By No Result

Poet Natalie's Hat [0]   [Upper Head]   Item ID# 5806 (Poem_Natalia_Hat)
Poem Natalia Hat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
9
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A hat of Poet Natalia, its made from reed and bamboo.
Item Script
{},{},{}
Dropped By No Result

Pointed Scale    Item ID# 906 (Pointed_Scale)
Type
Miscellaneous
Class
n/a
Buy
68z
Sell
34z
Weight
1
Description
A single scale from a Worm Tail monster.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Poison Arrow [Ammunition]   Item ID# 1763 (Poison_Arrow)
Type
Ammunition
Class
Arrow
Buy
10z
Sell
5z
Weight
0.1
Attack
1
Property
Poison
Applicable Jobs
Archer
Thief
Hunter
Assassin
Rogue
Bard / Dancer
Description
An arrow whose tip has been dipped in lethal poison.
Inflict the Poison status on targets by a low chance.
Item Script
{ bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,2000; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

« First < 4849505152535455565758 > Last »
back to top