Apply command burst skills to the bursts and charges. Handle renamed items.
This commit is contained in:
4
eos/effects/shieldcommanddurationbonus.py
Normal file
4
eos/effects/shieldcommanddurationbonus.py
Normal file
@@ -0,0 +1,4 @@
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
lvl = src.level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Command"), "buffDuration", src.getModifiedItemAttr("durationBonus") * lvl)
|
||||
Reference in New Issue
Block a user