Blasti-OS
| Item ID | 28136 | Name | Blasti-OS |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Blasti_OS | ||
| Attack | 400 | Type | Weapon - Two-Handed Axe | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Blacksmith | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 450 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bMaxHPrate,5; bonus2 bSubSize,Size_Small,3*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bMaxHPrate,5; bonus2 bSubSize,Size_Small,3*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |