ID #630006
Weapon
Illusion Brionac [2]
Buy Price: N/A
Sell Price: N/A
A spear that radiates with the warm, glowing light of pure holiness.
_______________________
ATK +10%
_______________________
For each 2 Refine Levels:
Increases damage of Overbrand by 5%.
_______________________
Refine Level +7:
Increases damage Overbrand by additional 20%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Medium and Large size by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Fish and Demon race by 30%.
_______________________
When equipped with Illusion Saphien's Armor of Ocean:
ATK +5%
Refine Level of Illusion Brionac and Illusion Saphien's Armor of Ocean each is +7 or higher:
Decreases After Skill Delay by 5%.
Total Refine Level of entire set at least +18:
Increases damage of Overbrand by 20%.
Total Refine Level of entire set at least +22:
Has as a chance to gain ATK +50 and Increases Physical Damage against enemies of Fish and Demon race by 50% for 10 seconds when using Overbrand skill.
_______________________
Type: Two-Handed Spear
Attack: 210
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Swordman classes
_______________________
ATK +10%
_______________________
For each 2 Refine Levels:
Increases damage of Overbrand by 5%.
_______________________
Refine Level +7:
Increases damage Overbrand by additional 20%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Medium and Large size by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Fish and Demon race by 30%.
_______________________
When equipped with Illusion Saphien's Armor of Ocean:
ATK +5%
Refine Level of Illusion Brionac and Illusion Saphien's Armor of Ocean each is +7 or higher:
Decreases After Skill Delay by 5%.
Total Refine Level of entire set at least +18:
Increases damage of Overbrand by 20%.
Total Refine Level of entire set at least +22:
Has as a chance to gain ATK +50 and Increases Physical Damage against enemies of Fish and Demon race by 50% for 10 seconds when using Overbrand skill.
_______________________
Type: Two-Handed Spear
Attack: 210
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Swordman classes
Basic Information
Type
Weapon
Weight
3000
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"LG_OVERBRAND",5*(.@r/2); if (.@r>=7) { bonus2 bSkillAtk,"LG_OVERBRAND",20; } if (.@r>=9) { bonus2 bAddSize,Size_Medium,15; bonus2 bAddSize,Size_Large,15; } if (.@r>=11) { bonus2 bAddRace,RC_Fish,30; bonus2 bAddRace,RC_Demon,30; }
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"LG_OVERBRAND",5*(.@r/2);
if (.@r>=7) {
bonus2 bSkillAtk,"LG_OVERBRAND",20;
}
if (.@r>=9) {
bonus2 bAddSize,Size_Medium,15;
bonus2 bAddSize,Size_Large,15;
}
if (.@r>=11) {
bonus2 bAddRace,RC_Fish,30;
bonus2 bAddRace,RC_Demon,30;
}