-
Notifications
You must be signed in to change notification settings - Fork 403
Expand file tree
/
Copy pathsorcery_ward.lua
More file actions
66 lines (65 loc) · 1.21 KB
/
Copy pathsorcery_ward.lua
File metadata and controls
66 lines (65 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-- This file is automatically generated, do not edit!
-- Item data (c) Grinding Gear Games
return {
[1]={
stats={
[1]="spell_uncastable_if_triggerable"
}
},
[2]={
stats={
[1]="no_cost"
}
},
[3]={
[1]={
[1]={
[1]={
k="milliseconds_to_seconds_2dp_if_required",
v=1
},
limit={
[1]={
[1]=1,
[2]="#"
}
},
text="Barrier recharges after {0} seconds"
}
},
stats={
[1]="aegis_recharge_delay_ms"
}
},
[4]={
[1]={
[1]={
["gem_quality"]=true,
limit={
[1]={
[1]=1,
[2]="#"
}
},
text="Barrier can take Elemental Damage up to an additional {0:+d}% of your Armour and Evasion Rating"
},
[2]={
limit={
[1]={
[1]=1,
[2]="#"
}
},
text="Elemental Damage from Hits is taken from the Barrier before your Life, Mana or Energy Shield\nBarrier can take Elemental Damage up to {0}% of your Armour and Evasion Rating"
}
},
stats={
[1]="aegis_unique_shield_max_value_from_%_armour_evasion"
}
},
["aegis_recharge_delay_ms"]=3,
["aegis_unique_shield_max_value_from_%_armour_evasion"]=4,
["no_cost"]=2,
parent="skill_stat_descriptions",
["spell_uncastable_if_triggerable"]=1
}