Revert "Clean up unused effects"

This reverts commit 842be9535b.
This commit is contained in:
blitzmann
2018-05-20 00:22:14 -04:00
parent deecfb31dc
commit 020cc9e295
214 changed files with 2102 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
# Not used by any item
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Area Denial Module",
"empFieldRange", src.getModifiedItemAttr("structureRigPDRangeBonus"),
stackingPenalties=True)