Renewal
.:Renewal Item Database:.
Weapon - Book

Abyss Book [1]   [One Hand]   Item ID# 28627 (Variant_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
80
Attack
120 / MATK 140
Required Lvl
165
Weapon Lvl
4
Slot
1
Applicable Jobs
Arch Bishop
Sorcerer
Star Emperor
Description
A weapon that has been mutated by receiving the magical power of a stranger.
Even if they look the same, their performance is different.

MATK +140.
Every refine level: Increases Healing skills effectiveness by 2%.

Refine Level +7:
MATK +5%. Decreases damage taken from Players by 5%.

Refine Level +9:
MATK +5%. Decreases damage taken from Players by additional 5%.

When compounded with Labyrinth Doppelganger Card:
ATK +10%, ASPD +10% (After attack delay -10%).

When equipped with Heavenly Order:
Decreases damage taken from Players by additional 3%.
Increases physical and magical damage against all elemental monsters by 15%.

Indestructible in battle
Item Script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bHealPower,.@r*2; if (.@r>=7) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } if (.@r>=9) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } },{},{}
Dropped By No Result

Adulter Fides Bible [2]   [One Hand]   Item ID# 540021 (Adulter_F_Bible)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
180
Attack
210 / MATK 210
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Arch Bishop
Description
A bible filled with false beliefs.

MATK +210

Increases damage of Duple Light by 15%.

For each 3 Refine Levels:
ATK +12
MATK +12

Refine Level +7:
Increases damage of Duple Light by additional 25%.

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

Refine Level +11:
Increases damage of Duple Light by additional 40%.

Refine Level +12:
Increases melee physical damage by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"AB_DUPLELIGHT",15; bonus bMatk,12*(.@r/3); bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"AB_DUPLELIGHT",25; if (.@r>=9) { bonus bAspdRate,10; if (.@r>=11) { bonus2 bSkillAtk,"AB_DUPLELIGHT",40; if (.@r>=12) { bonus bShortAtkRate,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Magic Book [2]   [One Hand]   Item ID# 540019 (Adulter_F_M_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
120
Attack
170 / MATK 200
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Sorcerer
Description
A magic book filled with false beliefs.

MATK +220

Increases damage of Psychic Wave by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Psychic Wave by additional 20%.

Refine Level +9:
Decreases Psychic Wave skill cooldown by 1 second.

Refine Level +11:
Increases damage of Psychic Wave by additional 25%.

Refine Level +12:
Increases magical damage with Neutral element by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20; if (.@r>=9) { bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; if (.@r>=11) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Neutral,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Moon Book [2]   [One Hand]   Item ID# 540022 (Adulter_F_Moon_B)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
110
Attack
230
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Star Gladiator
Description
A moon book filled with false beliefs.

Increases damage of Full Moon Kick by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Full Moon Kick by additional 20%.

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

Refine Level +11:
Increases damage of Full Moon Kick by additional 25%.

Refine Level +12:
Increases melee physical damage by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_FULLMOONKICK",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_FULLMOONKICK",20; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Poison Book [2]   [One Hand]   Item ID# 540020 (Adulter_F_P_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
130
Attack
170 / MATK 200
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Sorcerer
Description
A poison book filled with false beliefs.

MATK +220

Increases damage of Poison Buster by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Poison Buster by additional 20%.

Refine Level +9:
Decreases Poison Buster skill cooldown by 1 second.

Refine Level +11:
Increases damage of Poison Buster by additional 25%.

Refine Level +12:
Increases magical damage with Poison element by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SO_POISON_BUSTER",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SO_POISON_BUSTER",20; if (.@r>=9) { bonus2 bSkillCooldown,"SO_POISON_BUSTER",-1000; if (.@r>=11) { bonus2 bSkillAtk,"SO_POISON_BUSTER",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Poison,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Stardust Book [2]   [One Hand]   Item ID# 540023 (Adulter_F_Star_B)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
100
Attack
240
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Star Gladiator
Description
A star book filled with false beliefs.

Increases damage of Falling Star by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Falling Star by additional 20%.

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

Refine Level +11:
Increases damage of Falling Star by additional 25%.

Refine Level +12:
Increases melee physical damage by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } } },{},{}
Dropped By No Result

Ancient Magic [2]   [One Hand]   Item ID# 1573 (Ancient_Magic)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
70
Attack
30 / MATK 140
Required Lvl
70
Weapon Lvl
3
Slot
2
Property
Neutral
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book with a Very impressive phrase,'There is no royal road to learning,' on its cover.
"Practice makes perfect. If you keep trying, you'll be an expert before you know it."

MATK +140

[+ Mage Coat]
MDEF +8, Max SP +10%, INT +4.

More Information on Combo:
Item Script
{},{},{}
Dropped By

back to top