ID #1587
Weapon
Vellum Great Encyclopedia
Buy Price: N/A
Sell Price: N/A
*Effects in WoE & PVP area
Increases Physical Damage against Players by 80% and bypasses 30% physical defense.
_______________________
For each Refine Level:
Increases Physical Damage against Players by 1%.
_______________________
Refine Level +9:
Physical attacks have a certain chance to increase ATK by 200 for 3 seconds.
_______________________
Type: Book
Attack: 130
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Priest, Sage and Star Gladiator
Increases Physical Damage against Players by 80% and bypasses 30% physical defense.
_______________________
For each Refine Level:
Increases Physical Damage against Players by 1%.
_______________________
Refine Level +9:
Physical attacks have a certain chance to increase ATK by 200 for 3 seconds.
_______________________
Type: Book
Attack: 130
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Priest, Sage and Star Gladiator
Monster Drops
Normal Drops
Dark Frame
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
1
Job Requirements
Priest
Yes
Sage
Yes
Requirements
Weapon Level
4
Min Level
95
Scripts
Script .@r = getrefine(); bonus2 bAddRace,RC_Player_Human,80+.@r; bonus2 bAddRace,RC_Player_Doram,80+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; if (.@r>8) { autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; }
.@r = getrefine();
bonus2 bAddRace,RC_Player_Human,80+.@r;
bonus2 bAddRace,RC_Player_Doram,80+.@r;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,30;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30;
if (.@r>8) {
autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
}