Skip to content
Snippets Groups Projects
Commit d0270bb4 authored by Chris Davidson's avatar Chris Davidson
Browse files

Improve Blinding Strikes ego

parent 6f1520da
No related branches found
No related tags found
1 merge request!400Items misc
......@@ -632,6 +632,7 @@ newEntity{
},
}
-- Multihit synergy and early anti-armor
newEntity{
power_source = {arcane=true},
name = " of blinding strikes", suffix=true, instant_resolve=true,
......@@ -642,9 +643,11 @@ newEntity{
cost = 60,
wielder = {
melee_project = {
[DamageType.LIGHT] = resolvers.mbonus_material(30, 20),
[DamageType.ITEM_LIGHT_BLIND] = resolvers.mbonus_material(25, 10),
},
ranged_project = {
[DamageType.LIGHT] = resolvers.mbonus_material(30, 20),
[DamageType.ITEM_LIGHT_BLIND] = resolvers.mbonus_material(25, 10),
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment