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,3 @@
# remoteECMFalloff
#
# Used by:
# Modules from group: ECM (39 of 39)
type = "projected", "active"
def handler(fit, module, context):
if "projected" in context:
@@ -9,7 +5,3 @@ def handler(fit, module, context):
strModifier = 1 - module.getModifiedItemAttr("scan{0}StrengthBonus".format(fit.scanType))/fit.scanStrength
fit.ecmProjectedStr *= strModifier
# 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.