Renewal
.:Renewal Item Database:.
Weapon

Poenitentia Manus [2]   [Two Handed]   Item ID# 610016 (Poenitentia_Manus)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
190
Attack
280
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Shadow Cross
Description
A katar containing the pain of bereavement.

ATK +10%

Increases damage of Impact Crater by 10%.

For each 2 Refine Levels:
Increases damage of Rolling Cutter by 3%.

Refine Level +7:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Increases damage of Rolling Cutter by additional 30%.

Refine Level +11:
Decreases after skill cast delay by 12%.

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

Poenitentia Mucro [2]   [One Hand]   Item ID# 510027 (Poenitentia_Mucro)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
90
Attack
190
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Shadow Cross
Description
A dagger containing the pain of bereavement.

ATK +10%

Increases damage of Shadow Stab by 10%.

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

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

Refine Level +9:
Increases damage of Cross Impact by additional 30%.

Refine Level +11:
Increases Physical Damage against enemies of every size by 15%.

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

Poenitentia Nervus [2]   [Two Handed]   Item ID# 700023 (Poenitentia_Nervus)
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
Wind Hawk
Description
A bow containing the pain of bereavement.

ATK +10%

Increases damage of Crescive Bolt by 10%.

For each 2 Refine Levels:
Increases damage of Aimed Bolt by 3%.

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

Refine Level +9:
Increases damage of Aimed Bolt by additional 30%.

Refine Level +11:
Decreases Aimed Bolt skill cooldown by 1 second.

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

Poenitentia Orbis [2]   [One Hand]   Item ID# 500046 (Poenitentia_Orbis)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
160
Attack
260
Required Lvl
230
Weapon Lvl
5
Slot
2
Description
A one-handed sword filled with the pain of bereavement.

ATK +5%

Increases damage of Shield Chain Rush and Double Bowling Bash by 10%.

For each 2 Refine Levels:
Increases damage of Shield Boomerang and Backstab by 3%.

Refine Level +7:
ASPD +20% (Decreases after attack delay by 20%).

Refine Level +9:
Increases damage of Shield Boomerang and Backstab by additional 25%.

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

[Bonus by Grade]
[Grade D]: Damage of Shield Chain Rush and Double Bowling Bash +5%
[Grade C]: Damage of Shield Chain Rush and Double Bowling Bash +3%. P.ATK +1
[Grade B]: Damage of Shield Chain Rush and Double Bowling Bash +5%. POW +1
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10+3*(.@r/2); bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10+3*(.@r/2); if (.@r>=7) { bonus bAspdRate,20; if (.@r>=9) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",25; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",3; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5; } } } },{},{}
Dropped By No Result

Poenitentia Pendulus [2]   [One Hand]   Item ID# 590017 (Poenitentia_Pendulus)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
165
Attack
195
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Biolo
Description
A mace containing the pain of bereavement.

ATK +10%

Increases damage of Acidified Zone (Fire/Water/Wind/Ground) by 10%.

For each 2 Refine Levels:
Increases damage of Cart Tornado by 3%.

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

Refine Level +9:
Increases damage of Cart Tornado by additional 25%.

Refine Level +11:
Increases melee physical damage by 10%.

[Bonus by Grade]
[Grade D]: Damage of Acidified Zone (Fire/Wind) +5%.
[Grade C]: Damage of Acidified Zone (Water/Ground) +8%, P.ATK +1.
[Grade B]: Damage of Acidified Zone (Fire/Water/Wind/Ground) +10%, POW +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10; bonus2 bSkillAtk,"GN_CART_TORNADO",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"GN_CART_TORNADO",25; if (.@r>=11) { bonus bShortAtkRate,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",5; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",8; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10; } } } },{},{}
Dropped By No Result

Poenitentia Penet [2]   [Two Handed]   Item ID# 810007 (Poenitentia_Penet)
Type
Weapon
Class
Rifle
Buy
n/a
Sell
n/a
Weight
180
Attack
270
Required Lvl
230
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A rifle containing the pain of bereavement.

ATK +10%

Increases damage of Only One Bullet and Spiral Shooting by 10%.

For each 2 Refine Levels:
Increases damage of Hammer of God by 3%.

Refine Level +7:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Increases damage of Hammer of God by additional 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.
Decreases Hammer of God skill cooldown by 8 seconds.

[Bonus by Grade]
[Grade D]: Damage of Only One Bullet and Spiral Shooting +5%.
[Grade C]: Damage of Only One Bullet and Spiral Shooting +3%, P.ATK +1.
[Grade B]: Damage of Only One Bullet and Spiral Shooting +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_ONLY_ONE_BULLET",10; bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",3*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-8000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",3; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",3; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",5; bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",5; } } } },{},{}
Dropped By No Result

Poenitentia Planta [2]   [One Hand]   Item ID# 550060 (Poenitentia_Ramus)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
130
Attack
170
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Summoner
Spirit Handler
Description
A foxtail containing the pain of bereavement.

Indestructible in battle

MATK +250
MATK +10%

Increases damage of Hyunrok Cannon and Hyunrok Breeze by 10%.

For each 2 Refine Levels:
Increases damage of Catnip Meteor by 3%.

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

Refine Level +9:
Increases damage of Catnip Meteor by additional 30%.

Refine Level +11:
Increases magical damage against enemies of every race, except Players by 15%.
Decreases Catnip Meteor skill cooldown by 2 seconds.

[Bonus by Grade]
[Grade D]: Damage of Hyunrok Cannon and Hyunrok Breeze +5%.
[Grade C]: Damage of Hyunrok Cannon and Hyunrok Breeze +8%, S.MATK +1.
[Grade B]: Damage of Hyunrok Cannon and Hyunrok Breeze +12%, SPL +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus bMatk,250; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; bonus2 bSkillAtk,"SU_CN_METEOR",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"SU_CN_METEOR",30; if (.@r>=11) { bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; bonus2 bSkillCooldown,"SU_CN_METEOR",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",8; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",12; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",12; } } } },{},{}
Dropped By No Result

Poenitentia Radius [2]   [One Hand]   Item ID# 540044 (Poenitentia_Radius)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
90
Attack
260
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Star Emperor
Description
A book containing the pain of bereavement.

ATK +10%

Increases damage of Sunset Blast and Dawn Break by 10%.

For each 2 Refine Levels:
Increases damage of Solar Burst and Full Moon Kick by 3%.

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

Refine Level +9:
Increases damage of Solar Burst and Full Moon Kick by additional 25%.

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

[Bonus by Grade]
[Grade D]: Damage of Sunset Blast and Dawn Break +5%.
[Grade C]: Damage of Sunset Blast and Dawn Break +3%, P.ATK +1.
[Grade B]: Damage of Sunset Blast and Dawn Break +5%, POW +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,10; bonus2 bSkillAtk,"SKE_SUNSET_BLAST",10; bonus2 bSkillAtk,"SKE_DAWN_BREAK",10; bonus2 bSkillAtk,"SJ_SOLARBURST",3*(.@r/2); bonus2 bSkillAtk,"SJ_FULLMOONKICK",3*(.@r/2); if (.@r>=7) { bonus bShortAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"SJ_SOLARBURST",25; bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SKE_SUNSET_BLAST",5; bonus2 bSkillAtk,"SKE_DAWN_BREAK",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"SKE_SUNSET_BLAST",3; bonus2 bSkillAtk,"SKE_DAWN_BREAK",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"SKE_SUNSET_BLAST",5; bonus2 bSkillAtk,"SKE_DAWN_BREAK",5; } } } },{},{}
Dropped By No Result

Poenitentia Ramus [2]   [One Hand]   Item ID# 550061 (Poenitentia_Planta)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
140
Attack
220
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Soul Reaper
Description
A staff containing the pain of bereavement.

Indestructible in battle

MATK +250
MATK +10%

Increases damage of Talisman of Soul Stealing and Exorcism of Malicious Soul by 10%.

For each 2 Refine Levels:
Increases damage of Eswhoo and Espa by 3%.

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

Refine Level +9:
Increases damage of Eswhoo and Espa by additional 30%.

Refine Level +11:
Increases magical damage against enemies of every race, except Players by 15%.

[Bonus by Grade]
[Grade D]: Damage of Talisman of Soul Stealing and Exorcism of Malicious Soul +5%.
[Grade C]: Damage of Talisman of Soul Stealing and Exorcism of Malicious Soul +8%, S.MATK +1.
[Grade B]: Damage of Talisman of Soul Stealing and Exorcism of Malicious Soul +12%, SPL +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus bMatk,250; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10; bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",10; bonus2 bSkillAtk,"SP_SPA",3*(.@r/2); bonus2 bSkillAtk,"SP_SWHOO",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"SP_SPA",30; bonus2 bSkillAtk,"SP_SWHOO",30; if (.@r>=11) { bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5; bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",8; bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",12; bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",12; } } } },{},{}
Dropped By No Result

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

« First < 141142143144145146147148149150151 > Last »
back to top