ID #18788
Armor
Starlight Scope
Buy Price: N/A
Sell Price: N/A
Fancy glasses helps you see long distances. Made with compressed glass.
_______________________
DEX +1
_______________________
Increases Ranged Physical Damage by 1%.
_______________________
Base Level at least 100:
Increases Ranged Physical Damage by 1%.
_______________________
Base Level at least 150:
Increases Ranged Physical Damage by 1%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 20
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 30
_______________________
DEX +1
_______________________
Increases Ranged Physical Damage by 1%.
_______________________
Base Level at least 100:
Increases Ranged Physical Damage by 1%.
_______________________
Base Level at least 150:
Increases Ranged Physical Damage by 1%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 20
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 30
Basic Information
Type
Armor
Weight
200
Requirements
Armor Level
1
Min Level
30
Scripts
Script .@lv = BaseLevel; bonus bDex,1; if (.@lv >= 100) { .@val = 1; if (.@lv >= 150) .@val += 1; } bonus bLongAtkRate,1+.@val;
.@lv = BaseLevel;
bonus bDex,1;
if (.@lv >= 100) {
.@val = 1;
if (.@lv >= 150)
.@val += 1;
}
bonus bLongAtkRate,1+.@val;