-
Notifications
You must be signed in to change notification settings - Fork 303
Expand file tree
/
Copy pathgeneral.lua
More file actions
70 lines (69 loc) · 2.05 KB
/
general.lua
File metadata and controls
70 lines (69 loc) · 2.05 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
67
68
69
70
-- This file is automatically generated, do not edit!
-- Path of Building
--
-- Buff data (c) Grinding Gear Games
--
local buffs, mod, flag = ...
buffs["archon_elemental"] = {
name = "Elemental Archon",
check="Condition:CanHaveElementalArchon",
condition="ElementalArchon",
statMap={
["elemental_damage_with_spell_skills_+%_final_from_archon_buff"]={
mod("ElementalDamage", "MORE", nil, ModFlag.Spell),
},
["archon_spells_ignite_chance_+%_final"]={
mod("EnemyIgniteChance", "MORE", nil, ModFlag.Spell),
},
["archon_spells_hit_damage_freeze_multiplier_+%_final"]={
mod("EnemyFreezeBuildup", "MORE", nil, ModFlag.Spell),
},
["archon_spells_shock_chance_+%_final"]={
mod("EnemyShockChance", "MORE", nil, ModFlag.Spell),
}
},
incEffectMods={
"ArchonEffect"
},
durationIncMods={
"ArchonDuration"
},
ignoreIncEffectMods={
},
stats={
"elemental_damage_with_spell_skills_+%_final_from_archon_buff",
"base_movement_velocity_+%",
"base_resist_all_elements_%",
"archon_spells_ignite_chance_+%_final",
"archon_spells_hit_damage_freeze_multiplier_+%_final",
"archon_spells_shock_chance_+%_final",
"base_critical_strike_multiplier_+",
"critical_strike_chance_+%",
},
flags={
"have_archon_elemental",
"deal_no_non_elemental_spell_damage",
"base_is_floating",
},
grants={
"elemental_damage_with_spell_skills_+%_final_from_archon_buff",
"base_movement_velocity_+%",
"base_resist_all_elements_%",
"archon_spells_ignite_chance_+%_final",
"archon_spells_hit_damage_freeze_multiplier_+%_final",
"archon_spells_shock_chance_+%_final",
"base_critical_strike_multiplier_+",
"critical_strike_chance_+%",
},
values={
{"buff_impl_stat",25},
{"archon_grants_movement_speed_+%",0},
{"archon_grants_all_elemental_resistance_+%",0},
{"buff_impl_stat",100},
{"buff_impl_stat",100},
{"buff_impl_stat",100},
{"archon_grants_base_critical_strike_multiplier_+",0},
{"archon_grants_critical_strike_chance_+%",0},
},
duration = 10,
}