Sapphire Hall-OS
| Item ID | 16088 | Name | Sapphire Hall-OS |
|
Extra blunt weapon wrapped in a blue glowing sphere.
_______________________ Indestructible in battle _______________________ ATK +3% _______________________ Refine Level +7: Decreases Variable Casting Time by 7%. _______________________ Refine Level +9: Increases damage of Cart Cannon by 20%. _______________________ Refine Level +11: Increases Ranged Physical Damage by 15%. _______________________ Type: Mace Attack: 185 Weight: 80 Weapon Level: 4 _______________________ Requirement: Base Level 130 Genetic |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Saphir_Hall_OS | ||
| Attack | 185 | Type | Weapon - Mace | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Alchemist | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 80 | 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();
bonus bUnbreakableWeapon;
bonus bAtkRate,3;
if (.@r >= 7) {
bonus bVariableCastrate,-7;
if (.@r >= 9) {
bonus2 bSkillAtk,"GN_CARTCANNON",20;
if (.@r >= 11) {
bonus bLongAtkRate,15;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"GN_CARTCANNON",4*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bBaseAtk,30; bonus2 bSkillAtk,"GN_CARTCANNON",4*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bVariableCastrate,-10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bVariableCastrate,-10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(.@r_weapon/2); |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||
|
bonus bBaseAtk,200; bonus bMatk,200; |