ID #28136
Weapon
Blasti-OS [2]
Buy Price: N/A
Sell Price: N/A
Axe with a invisible blade.
Normally you don't see the blade, but when you swing, you can see it faintly reddish.
_______________________
Indestructible in battle
_______________________
Decreases damage taken from Medium and Large size by 10%.
_______________________
Refine Level +7:
Decreases damage taken from Medium and Large size by additional 15%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
_______________________
Type: Two-Handed Axe
Attack: 400
Weight: 450
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Mechanic
Normally you don't see the blade, but when you swing, you can see it faintly reddish.
_______________________
Indestructible in battle
_______________________
Decreases damage taken from Medium and Large size by 10%.
_______________________
Refine Level +7:
Decreases damage taken from Medium and Large size by additional 15%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 15%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
_______________________
Type: Two-Handed Axe
Attack: 400
Weight: 450
Weapon Level: 4
_______________________
Requirement:
Base Level 130
Mechanic
Available from boxes
Equipment Reform
Available through the reform system OS_Weapon_Reform
- Weapon Upgrade Stone(Lower) × 70
- Mysterious Component × 200
- Cor Core × 40
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Basic Information
Type
Weapon
Weight
4500
Range
1
Acquisition method
Equipment reform
Job Requirements
Blacksmith
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); .@red = 10; bonus bUnbreakableWeapon; if (.@r >= 7) { .@red += 15; if (.@r >= 9) { bonus bLongAtkRate,15; if (.@r >= 11) { bonus bDelayrate,-10; } } } bonus2 bSubSize,Size_Medium,.@red; bonus2 bSubSize,Size_Large,.@red;
.@r = getrefine();
.@red = 10;
bonus bUnbreakableWeapon;
if (.@r >= 7) {
.@red += 15;
if (.@r >= 9) {
bonus bLongAtkRate,15;
if (.@r >= 11) {
bonus bDelayrate,-10;
}
}
}
bonus2 bSubSize,Size_Medium,.@red;
bonus2 bSubSize,Size_Large,.@red;