Renewal
.:Renewal Item Database:.
Weapon - Book

Paradise Sage Magic Book [0]   [One Hand]   Item ID# 540027 (2Para_Book1_SA)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Sage
Description
A book made by the Paradise Group.

MATK +160
MATK +3%

Base Level at least 60:
Decreases variable cast time by 10%.

Base Level at least 75:
Increases damage of Heaven's Drive by 10%.

Base Level at least 90:
Increases damage of Heaven's Drive by additional 15%.
Item Script
{ bonus bMatkRate,3; if (BaseLevel>=60) bonus bVariableCastrate,-10; if (BaseLevel>=75) bonus2 bSkillAtk,"WZ_HEAVENDRIVE",10; if (BaseLevel>=90) bonus2 bSkillAtk,"WZ_HEAVENDRIVE",15; },{},{}
Dropped By No Result

Paradise Sage Spellbook [0]   [One Hand]   Item ID# 540028 (2Para_Book2_SA)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Sage
Description
A book made by the Paradise Group.

MATK +160
MATK +3%

Base Level at least 60:
ASPD +10% (Decreases after attack delay by 10%).

Base Level at least 75:
Increases damage of Fire Bolt and Cold Bolt by 20%.

Base Level at least 90:
Increases damage of Lightning Bolt and Earth Spike by 20%.
Item Script
expand to view script
{ bonus bMatkRate,3; if (BaseLevel>=60) bonus bAspdRate,10; if (BaseLevel>=75) { bonus2 bSkillAtk,"MG_FIREBOLT",20; bonus2 bSkillAtk,"MG_COLDBOLT",20; } if (BaseLevel>=90) { bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20; bonus2 bSkillAtk,"WZ_EARTHSPIKE",20; } },{},{}
Dropped By No Result

Paradise Sorcerer Magic Book [0]   [One Hand]   Item ID# 540031 (3Para_Book1_SO)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Sorcerer
Description
A high-quality book made by the Paradise Group.

MATK +180
MATK +5%

For each Level of Land Protector:
Decreases variable cast time by 2%.

Base Level at least 105:
Increases magical damage with Water, Wind, Earth and Neutral element by 10%.
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by 25%.

Base Level at least 110:
Increases magical damage with Water, Wind, Earth and Neutral element by additional 15%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SA_LANDPROTECTOR"); bonus bMatk,180; bonus bMatkRate,5; bonus bVariableCastrate,-2*.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; bonus2 bSkillAtk,"SO_DIAMONDDUST",25; bonus2 bSkillAtk,"SO_EARTHGRAVE",25; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",25; if (.@l>=110) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_DIAMONDDUST",15; bonus2 bSkillAtk,"SO_EARTHGRAVE",15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; } } } },{},{}
Dropped By No Result

Paradise Sorcerer Spell Book [0]   [One Hand]   Item ID# 540032 (3Para_Book2_SO)
Paradise Sorcerer Spellbook
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Sorcerer
Description
A high-quality book made by the Paradise Group.

MATK +180
MATK +5%

For each Level of Auto Spell:
ASPD +1% (Decreases after attack delay by 1%).

Base Level at least 105:
Increases magical damage with Water, Wind, Earth and Fire element by 10%.
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by 25%.

Base Level at least 110:
Increases magical damage with Water, Wind, Earth and Fire element by additional 15%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SA_AUTOSPELL"); bonus bMatk,180; bonus bMatkRate,5; bonus bAspdRate,1*.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bSkillAtk,"MG_FIREBOLT",25; bonus2 bSkillAtk,"MG_COLDBOLT",25; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25; bonus2 bSkillAtk,"WZ_EARTHSPIKE",25; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",25; if (.@l>=110) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"MG_FIREBOLT",15; bonus2 bSkillAtk,"MG_COLDBOLT",15; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15; bonus2 bSkillAtk,"WZ_EARTHSPIKE",15; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",15; } } } },{},{}
Dropped By No Result

Paradise Star Emperor Book of the Moon [0]   [One Hand]   Item ID# 540034 (3Para_Book2_SJ)
Paradise Star Emperor Moon Book
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Star Emperor
Description
A high-quality book made by the Paradise Group.

ATK +5%

For each Level of Peaceful Break:
Increases melee physical damage by 1%.

Base Level at least 105:
ATK +10%
Increases damage of New Moon Kick and Full Moon Kick by 25%.

Base Level at least 110:
Increases melee physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of New Moon Kick and Full Moon Kick by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("TK_HPTIME"); bonus bShortAtkRate,1*.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAtkRate,10; bonus2 bSkillAtk,"SJ_NEWMOONKICK",25; bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; if (.@l>=110) { bonus bShortAtkRate,10; bonus2 bAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; } } } },{},{}
Dropped By No Result

Paradise Star Emperor Book of the Sun [0]   [One Hand]   Item ID# 540033 (3Para_Book1_SJ)
Paradise Star Emperor Sun Book
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Star Emperor
Description
A high-quality book made by the Paradise Group.

ATK +5%

For each Level of Peaceful Break:
Increases melee physical damage by 1%.

Base Level at least 105:
ATK +10%
Increases damage of Prominence Kick and Solar Burst by 25%.

Base Level at least 110:
Increases melee physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Prominence Kick and Solar Burst by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("TK_HPTIME"); bonus bShortAtkRate,1*.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAtkRate,10; bonus2 bSkillAtk,"SJ_PROMINENCEKICK",25; bonus2 bSkillAtk,"SJ_SOLARBURST",25; if (.@l>=110) { bonus bShortAtkRate,10; bonus2 bAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",15; bonus2 bSkillAtk,"SJ_SOLARBURST",15; } } } },{},{}
Dropped By No Result

Paradise Taekwon Martial Arts Book [0]   [One Hand]   Item ID# 540029 (2Para_Book1_SG)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Star Gladiator
Description
A book made by the Paradise Group.

ATK +3%

Base Level at least 60:
Increases melee physical damage by 10%.

Base Level at least 75:
Increases damage of Tornado Kick and Roundhouse Kick by 10%.

Base Level at least 90:
Increases damage of Tornado Kick and Roundhouse Kick by additional 15%.
Item Script
expand to view script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus bShortAtkRate,10; if (BaseLevel>=75) { bonus2 bSkillAtk,"TK_STORMKICK",10; bonus2 bSkillAtk,"TK_TURNKICK",10; } if (BaseLevel>=90) { bonus2 bSkillAtk,"TK_STORMKICK",15; bonus2 bSkillAtk,"TK_TURNKICK",15; } },{},{}
Dropped By No Result

Paradise Taekwon Power Book [0]   [One Hand]   Item ID# 540030 (2Para_Book2_SG)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Star Gladiator
Description
A book made by the Paradise Group.

ATK +3%

Base Level at least 60:
Increases melee physical damage by 10%.

Base Level at least 75:
Increases damage of Heel Drop and Counter Kick by 10%.

Base Level at least 90:
Increases damage of Heel Drop and Counter Kick by additional 15%.
Item Script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus bShortAtkRate,10; if (BaseLevel>=75) { bonus2 bSkillAtk,"TK_DOWNKICK",10; bonus2 bSkillAtk,"TK_COUNTER",10; } if (BaseLevel>=90) { bonus2 bSkillAtk,"TK_DOWNKICK",15; bonus2 bSkillAtk,"TK_COUNTER",15; } },{},{}
Dropped By No Result

Patent Exorcist's Bible [2]   [One Hand]   Item ID# 540011 (Up_Demon_Hunting_Bible)
Awakened Exorcist's Bible
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
70
Attack
205 / MATK 190
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Arch Bishop
Description
The Bible on Demon Era, reportedly used by ancient high priests.
Seeing that the divine power was inhabited, it began to exert its natural power.
It resonates with Great Hero's Boots.

MATK +190.
For each 2 refine levels: MATK +15.
For each 3 refine levels: Increases damage of Duple Light and Judex by 25%.

Refine Level +7:
ASPD +10% (After attack delay -10%).
Increases Holy elemental magic damage by 15%.

Refine Level +9:
Increases damage of Duple Light and Judex by additional 30%.

Refine Level +11:
Physical attacks have a chance to autocast Level 5 Adoramus (If you learned a higher Level, it will auto cast that Level instead.).

When equipped with Great Hero's Boots:
INT +10, MATK +7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus bMatk,.@r/2*10; bonus2 bSkillAtk,"AB_DUPLELIGHT",25*(.@r/3); bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3); if (.@r>=7) { bonus bAspdRate,10; bonus2 bMagicAtkEle,Ele_Holy,15; } if (.@r>=9) { bonus2 bSkillAtk,"AB_DUPLELIGHT",30; bonus2 bSkillAtk,"AB_JUDEX",30; } if (.@r>=11) { .@i = getskilllv("AB_JUDEX"); bonus3 bAutoSpell,"AB_JUDEX",(.@i > 5 ? .@i : 5),100; } },{},{}
Dropped By No Result

Patent One Sky One Sun [2]   [One Hand]   Item ID# 540010 (Up_OneSkyOneSun)
Awakened One Sky One Sun
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
110
Attack
200
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Star Emperor
Description
An ancient book titled The Only Sun on the Sky.
It is not known when anyone wrote down, but it contains knowledge of the heavenly bodies.
Seeing the intense energy of the sun, it began to exert its natural power.
It resonates with Great Hero's Boots.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases melee physical damage by 4%.

Refine Level +7:
Increases damage of Prominence Kick by 20%.
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Increases damage of Solar Burst by 25%.

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

When equipped with Great Hero's Boots:
STR +10, ATK +7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bShortAtkRate,4*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20; bonus bAspdRate,10; } if (.@r>=9) { bonus2 bSkillAtk,"SJ_SOLARBURST",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,15; } },{},{}
Dropped By No Result

Poenitentia Codex [2]   [One Hand]   Item ID# 540014 (Poenitentia_Codex)
Type
Weapon
Class
Book
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 book containing the pain of bereavement.

Indestructible in battle

MATK +215

MATK +10%

Increases damage of Diamond Storm and Terra Drive by 10%.

For each 2 Refine Levels:
Increases damage of Diamond Dust and Earth Grave by 3%.

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

Refine Level +9:
Increases damage of Diamond Dust and Earth Grave by additional 25%.

Refine Level +11:
Decreases Diamond Dust and Earth Grave skill cooldown by 2 seconds.

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

Poenitentia Liber [2]   [One Hand]   Item ID# 540015 (Poenitentia_Liber)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
100
Attack
230
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Cardinal
Description
A book containing the pain of bereavement.

Indestructible in battle

MATK +215

ATK +5%
MATK +5%

Increases damage of Petitio by 10%.

For each 2 Refine Levels:
Increases damage of Duple Light by 3%.

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

Refine Level +9:
Increases damage of Duple Light by additional 30%.

Refine Level +11:
Increases magical damage with Holy element by 15%.

[Bonus by Grade]
[Grade D]: Damage of Petitio +5%.
[Grade C]: Damage of Petitio +8%, S.MATK +1.
[Grade B]: Damage of Petitio +12%, SPL +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bAtkRate,5; bonus bMatk,215; bonus2 bSkillAtk,"CD_PETITIO",10; bonus2 bSkillAtk,"AB_DUPLELIGHT",3*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"AB_DUPLELIGHT",30; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Holy,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"CD_PETITIO",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"CD_PETITIO",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"CD_PETITIO",12; } } } },{},{}
Dropped By No Result

12 >
back to top