Files
pyfa/eos/effects/structurerigsensorresolution.py
2016-12-04 23:10:09 -05:00

8 lines
223 B
Python

# Not used by any item
type = "passive"
def handler(fit, src, context):
fit.ship.boostItemAttr("scanResolution", src.getModifiedItemAttr("structureRigScanResBonus"),
stackingPenalties=True)