ID #13416
Weapon
Glorious Flamberge
Buy Price: N/A
Sell Price: N/A
A weapon that only a champion of battlefield can wield.
_______________________
Increases Physical Damage against enemies of Demi-Human race by 75%.
_______________________
Ignores physical defense of Demi-Human race by 20%.
_______________________
Refine Level +6:
Ignores physical defense of Demi-Human race by 5%.
Enables Level 1 Slaughter (Damage bonus of Slaughter increases up to the Refine Level 14.)
Refine Level +7 :
Increases Attack Speed (decreases After Attack Delay by 10%)
_______________________
Refine Level +9 :
Random chance to auto-cast Level 2 Critical Wound when using Bash skill.
_______________________
Type: One-Handed Sword
Attack: 130
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Novice, Swordsman, Merchant and Thief classes
_______________________
Increases Physical Damage against enemies of Demi-Human race by 75%.
_______________________
Ignores physical defense of Demi-Human race by 20%.
_______________________
Refine Level +6:
Ignores physical defense of Demi-Human race by 5%.
Enables Level 1 Slaughter (Damage bonus of Slaughter increases up to the Refine Level 14.)
Refine Level +7 :
Increases Attack Speed (decreases After Attack Delay by 10%)
_______________________
Refine Level +9 :
Random chance to auto-cast Level 2 Critical Wound when using Bash skill.
_______________________
Type: One-Handed Sword
Attack: 130
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Novice, Swordsman, Merchant and Thief classes
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
Alchemist
Yes
Assassin
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Novice
Yes
Rogue
Yes
Super Novice
Yes
Swordsman
Yes
Thief
Yes
Requirements
Weapon Level
4
Min Level
80
Scripts
Script bonus2 bAddRace,RC_DemiHuman,75; bonus2 bAddRace,RC_Player_Human,75; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; 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>6) bonus bAspdRate,5; if (.@r>8) { bonus bAspdRate,5; bonus4 bAutoSpellOnSkill,"SM_BASH","NPC_CRITICALWOUND",2,200; }
bonus2 bAddRace,RC_DemiHuman,75;
bonus2 bAddRace,RC_Player_Human,75;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
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>6)
bonus bAspdRate,5;
if (.@r>8) {
bonus bAspdRate,5;
bonus4 bAutoSpellOnSkill,"SM_BASH","NPC_CRITICALWOUND",2,200;
}