Files
pyfa/eos/effects/shipscanresolutionbonusonline.py
2017-02-15 21:14:40 -05:00

11 lines
294 B
Python

# shipScanResolutionBonusOnline
#
# Used by:
# Modules from group: Signal Amplifier (7 of 7)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("scanResolution", module.getModifiedItemAttr("scanResolutionBonus"),
stackingPenalties=True)