Temporal Ring-LT

Item ID 490404 Name Temporal Ring-LT
ATK +7%, �MATK +7%.
_______________________
When enchanted with Bear's Power:
ATK +100
_______________________
When enchanted with Speed of Light:
Decreases After Skill Delay by 12%.
_______________________
When enchanted with Muscle Fool:
MaxHP +20%
_______________________
When enchanted with Runaway Magic:
MATK +100
_______________________
When enchanted with Hawkeye:
Increases Ranged Physical Damage by 20%.
_______________________
When enchanted with Lucky Day:
Increases Critical Damage by 20%.
_______________________
When equipped with Exotic Temporal Boots-LT:
For each Refine Level of Exotic Temporal Boots-LT:
P.ATK +1, �S.MATK +1, MaxHP +2%, Max�SP +2%.
If the Exotic Temporal Boots-LT's Grade is A or higher:
Increases Damage against enemies of every element by 25%.
_______________________
Type: Accessory
Defense: 0
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 200
Weapon Level 0 Identifier Temporal_Ring_TW_LT
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAtkRate,7;
bonus bMatkRate,7;

Set Script
Bear's Power
Temporal Ring-LT
bonus bBaseAtk,100;
Speed of Light
Temporal Ring-LT
bonus bDelayrate,-12;
Muscle Fool
Temporal Ring-LT
bonus bMaxHPrate,20;
Runaway Magic
Temporal Ring-LT
bonus bMatk,100;
Hawkeye
Temporal Ring-LT
bonus bLongAtkRate,20;
Lucky Day
Temporal Ring-LT
bonus bCritAtkRate,20;
Exotic Temporal Boots-LT
Temporal Ring-LT
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bPAtk,.@r;
bonus bSMatk,.@r;
bonus bMaxHPrate,2*.@r;
bonus bMaxSPrate,2*.@r;
if (getenchantgrade(EQI_SHOES) >= ENCHANTGRADE_A) {
   bonus2 bAddEle,Ele_All,25;
   bonus2 bMagicAddEle,Ele_All,25;
}