Renewal
.:Renewal Item Database:.
Weapon - Book

Circuit Board-OS [2]   [One Hand]   Item ID# 28629 (Circuit_Board_OS)
Circuit Board-OS
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
120
Attack
180
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Priest
Sage
Star Gladiator
Description
Circuit board made in unknown format.
It's pretty hard and suitable to swing.

ATK +3%.

Refine Level +7, reduces after attack delay by 7%.

Refine Level +9, increases damage against Small and Medium sized monsters by 20%.

Refine Level +11, increases critical damage by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,3; if (.@r >= 7) { bonus bAspdRate,7; if (.@r >= 9) { bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; bonus2 bMagicAddSize,Size_Small,20; bonus2 bMagicAddSize,Size_Medium,20; if (.@r >= 11) { bonus bCritAtkRate,20; } } } },{},{}
Dropped By No Result

Circuit Board-OSAD [2]   [One Hand]   Item ID# 540051 (Circuit_Board_AD)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
120
Attack
180
Required Lvl
170
Weapon Lvl
5
Slot
2
Applicable Jobs
Priest
Sage
Star Gladiator
Description
An upgraded version of a Circuit Board made in unknown format.
It's pretty hard and suitable to swing.

ATK +5%

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

Refine Level +9:
Increases Damage against monsters of Small and Medium size by 30%.

Refine Level +11:
Increases critical damage by 20%.
Increases melee physical damage by 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bAddSize,Size_Small,30; bonus2 bMagicAddSize,Size_Small,30; bonus2 bAddSize,Size_Medium,30; bonus2 bMagicAddSize,Size_Medium,30; if (.@r>=11) { bonus bCritAtkRate,20; bonus bShortAtkRate,10; } } } },{},{}
Dropped By No Result

Cold Magic Book [2]   [One Hand]   Item ID# 1584 (Chilly_Spell_Book)
Chilly Spell Book
Type
Weapon
Class
Book
Buy
56000z
Sell
28000z
Weight
100
Attack
100 / MATK 160
Required Lvl
100
Weapon Lvl
4
Slot
2
Property
Water
Applicable Jobs
Sorcerer
Description
One of the 4 property magic books which have a High Socerer's study. [Part. ice]

DEX +1, MATK +160.
Increases damage of Diamond Dust and Cold Bolt skills by (3*refine level)%
Increase SP consumption of the above skills by 5*Refine level.
Indestructible
Item Script
expand to view script
{ bonus bAtkEle,Ele_Water; bonus bUnbreakableWeapon; bonus bDex,1; .@r = getrefine(); bonus2 bSkillAtk,"MG_COLDBOLT",(.@r*3); bonus2 bSkillAtk,"SO_DIAMONDDUST",(.@r*3); bonus2 bSkillUseSP,"MG_COLDBOLT",-(.@r*5); bonus2 bSkillUseSP,"SO_DIAMONDDUST",-(.@r*5); },{},{}
Dropped By No Result
Obtainable FromBio Laboratory Instance

Crimson Bible [2]   [One Hand]   Item ID# 28604 (Scarlet_Bible)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
45
Attack
45
Required Lvl
70
Weapon Lvl
3
Slot
2
Applicable Jobs
Priest
Sage
Star Gladiator
Description
Book with red cover.
ATK increased by (Refine Level * Refine Level), up to +15.
MATK increased by (Refine Level * Refine Level)/2, up to +15.
Level 70 or higher: ATK +5 every 10 Base Level.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(((BaseLevel-70)/10)*5)+(.@r<=15?pow(.@r,2):225); bonus bMatk,(.@r<=15?(pow(.@r,2)/2):225); },{},{}
Dropped By

back to top