Clean up effects

This commit is contained in:
blitzmann
2016-07-04 23:30:52 -04:00
parent 5d7252cbec
commit 016854a292
10 changed files with 15 additions and 79 deletions

View File

@@ -1,7 +1,4 @@
# remoteGuidanceDisruptFalloff
#
# Used by:
# Variations of module: Standup Weapon Disruptor
type = "active", "projected"
def handler(fit, module, context):
@@ -25,7 +22,3 @@ def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Gunnery"),
"falloff", module.getModifiedItemAttr("falloffBonus"),
stackingPenalties = True, remoteResists=True)
# TODO
# believe this doesn't actual require skills to use.
# Need to figure out how to remove the skill req *OR* tie it to the structure.