Enchanted Telescope v1 540
lvl: 29
|
ID: 219
Author: Majildian
Rarity: uncommon
Status: Approved
|
Specials:
+18% item chance
|
Download
|
Master Thief's Shroud v1 540
lvl: 29
|
ID: 224
Author: Majildian
Rarity: uncommon
Status: Approved
|
Description: This item lets the wearer see through a master thief's eyes, helping them to find the best items.
Specials:
+24% item quality
|
Download
|
Razor Sharp Dagger v1 540
lvl: 29
|
ID: 229
Author: Majildian
Rarity: uncommon
Status: Approved
|
Description: This dagger goes through flesh as if it was paper.
Specials:
+6% crit chance
|
Download
|
Ring of Chance v1 540
lvl: 29
|
ID: 232
Author: Majildian
Rarity: uncommon
Status: Approved
|
Description: This ring manipulates the laws of chance in the wearers favor.
Specials:
+18% trigger chances
|
Download
|
Veteran's Tome of Battle v1 540
lvl: 29
|
ID: 236
Author: Majildian
Rarity: uncommon
Status: Approved
|
Description: A tome that took a lifetime to write and contains many basic and advanced combat techniques.
Specials:
+60% exp gain
|
Download
|
Crystalline Arrow v1 540
lvl: 20
|
ID: 260
Author: Boekie
Rarity: rare
Status: Approved
|
Description: An arrow made of crystal. It is not very strong but it always hits a weak spot.
Specials:
-15% damage +1x multicrit |
Download
|
Eye of True Sight v1 550
lvl: 20
|
ID: 221
Author: cedi
Rarity: rare
Status: Approved
|
Description: This eye is a magical artefact created to hunt and kill invisible creatures.
Specials:
Detection Reveals invisible enemies in 900 range.
Eye of True Sight:
Reveals invisible enemies in 900 range.
True Sight
The carrier of this item deals 20% more damage against invisible creeps. Level Bonus: +0.8% damage |
Download
Toggle Triggers On Damage
ONDAMAGE_chance: 1.0
goldcost: 550
ONDAMAGE_chanceLevelAdd: 0.0
function onDamage takes Item itm returns nothing
if Event.getTarget().isInvisible() then
set Event.damage = Event.damage * ( 1.2 + 0.008 * itm.getCarrier().getLevel() )
endif
endfunction
|
Description: