Apply command burst skills to the bursts and charges. Handle renamed items.

This commit is contained in:
blitzman
2016-10-23 02:34:29 -04:00
parent 50911c7fc8
commit 34c95bea5d
69 changed files with 144 additions and 78 deletions

View 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)