Automatic Orb(Warm Wave)

Item ID 310149 Name Automatic Orb(Warm Wave)
Increases damage of Psychic Wave by 15%.
Decreases Warmer skill cooldown by 1 second.
_______________________
Refine Level +9:
Increases damage of Psychic Wave by additional 3%.
Decreases Warmer skill cooldown by additional 2 seconds.
_______________________
Refine Level +11:
Increases damage of Psychic Wave by additional 7%.
Decreases Warmer skill cooldown by additional 4 seconds.
Weapon Level 0 Identifier Automatic_Orb68
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillCooldown,"SO_WARMER",-1000;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15;
if (.@r>=9) {
   bonus2 bSkillCooldown,"SO_WARMER",-2000;
   bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",3;
   if (.@r>=11) {
      bonus2 bSkillCooldown,"SO_WARMER",-4000;
      bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",7;
   }
}