Astro Circle

Item ID 18938 Name Astro Circle
A universe that spread overhead.
_______________________
INT +1
_______________________
Decreases damage taken from Meteor Storm and Crimson Rock by 20%.
_______________________
Decreases damage taken from Comet by 5%.
_______________________
For each Refine Level equal or above +6:
Decreases damage taken from Meteor Storm and Crimson Rock by 2%.
_______________________
For each 3 Refine Levels:
Increases damage of Meteor Storm and Crimson Rock by 5%.
_______________________
Type: Headgear
Defense: 1
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 70
Weapon Level 0 Identifier Astro_Circle
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 1 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bInt,1;
.@r = getrefine();
if (.@r>6) {
   .@t = ((.@r-6)*2);
}
bonus2 bSubSkill,"WZ_METEOR",20+.@t;
bonus2 bSubSkill,"WL_CRIMSONROCK",20+.@t;
bonus2 bSubSkill,"WL_COMET",5;
bonus2 bSkillAtk,"WZ_METEOR",(.@r/3)*5;
bonus2 bSkillAtk,"WL_CRIMSONROCK",(.@r/3)*5;