Files
pyfa/eos/effects/effect6325.py
2019-03-16 14:08:20 -04:00

11 lines
293 B
Python

# scriptscanRadarStrengthBonusBonus
#
# Used by:
# Charges from group: Structure ECM script (4 of 4)
type = "passive"
runTime = "early"
def handler(fit, src, context, *args, **kwargs):
src.boostItemAttr("scanRadarStrengthBonus", src.getModifiedChargeAttr("scanRadarStrengthBonusBonus"))