ID #1576
Weapon
Glorious Tablet
Buy Price: N/A
Sell Price: N/A
A weapon that only a champion of battlefield can wield.
_______________________
MATK +115
_______________________
Increases Physical Damage against enemies of Demi-Human race by 80%.
_______________________
Ignores physical defense of Demi-Human race by 25%.
_______________________
Refine Level +6:
Pierces physical defense of Demi-Human race by additional 5%.
[Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the Refine Level 14.)
_______________________
Refine Level +9:
Random chance to increase ATK by 200 for 3 seconds when dealing physical damage.
_______________________
Type: Book
Attack: 90
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Priest, Sage and Star Gladiator
_______________________
MATK +115
_______________________
Increases Physical Damage against enemies of Demi-Human race by 80%.
_______________________
Ignores physical defense of Demi-Human race by 25%.
_______________________
Refine Level +6:
Pierces physical defense of Demi-Human race by additional 5%.
[Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the Refine Level 14.)
_______________________
Refine Level +9:
Random chance to increase ATK by 200 for 3 seconds when dealing physical damage.
_______________________
Type: Book
Attack: 90
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Priest, Sage and Star Gladiator
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
1
Job Requirements
Priest
Yes
Sage
Yes
Requirements
Weapon Level
4
Min Level
80
Scripts
Script bonus2 bAddRace,RC_DemiHuman,80; bonus2 bAddRace,RC_Player_Human,80; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25; bonus2 bIgnoreDefRaceRate,RC_Player_Human,25; bonus bUnbreakableWeapon; .@r = getrefine(); if (.@r>5) { bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2); bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if (.@r>8) autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";
bonus2 bAddRace,RC_DemiHuman,80;
bonus2 bAddRace,RC_Player_Human,80;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,25;
bonus bUnbreakableWeapon;
.@r = getrefine();
if (.@r>5) {
bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2);
bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2);
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (.@r>8)
autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }";